Skip to content

Commit

Permalink
Updated installer project to package .net dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenmagrath committed Feb 20, 2022
1 parent 777143a commit fc7fedc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"DisplayName" = "8:Debug"
"IsDebugOnly" = "11:TRUE"
"IsReleaseOnly" = "11:FALSE"
"OutputFilename" = "8:Debug\\Windows Auto Unzipper Installer.msi"
"OutputFilename" = "8:Debug\\Windows Auto Unzipper.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand All @@ -47,7 +47,7 @@
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"PrerequisitesLocation" = "2:2"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
Expand All @@ -65,7 +65,7 @@
"DisplayName" = "8:Release"
"IsDebugOnly" = "11:FALSE"
"IsReleaseOnly" = "11:TRUE"
"OutputFilename" = "8:Release\\Windows Auto Unzipper Installer.msi"
"OutputFilename" = "8:Release\\Windows-Auto-Unzipper.msi"
"PackageFilesAs" = "3:2"
"PackageFileSize" = "3:-2147483648"
"CabType" = "3:1"
Expand All @@ -79,7 +79,7 @@
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"PrerequisitesLocation" = "2:2"
"Url" = "8:"
"ComponentsUrl" = "8:"
"Items"
Expand Down Expand Up @@ -198,15 +198,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Windows Auto Unzipper"
"ProductCode" = "8:{A6FB873C-84CD-421F-AC4A-93EDDC8B61CE}"
"PackageCode" = "8:{CCE5D887-E6D1-46D4-8B11-76FC23263A16}"
"ProductCode" = "8:{7F52A8D9-B041-42BF-BAAA-16CB607CF24F}"
"PackageCode" = "8:{AFA8B5D6-8B5C-409C-B5D8-9596CE7631FC}"
"UpgradeCode" = "8:{0514BF5B-0D7B-4998-B84A-3BC81C308D76}"
"AspNetVersion" = "8:2.0.50727.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:FALSE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.0.1"
"Manufacturer" = "8:Aiden Magrath"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down
Binary file not shown.

0 comments on commit fc7fedc

Please sign in to comment.