Skip to content

Commit

Permalink
Installers: Allow downgrade and force override on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
apohl79 committed Aug 28, 2020
1 parent e778a7d commit 5e35e85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions package/AudioGridder.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DefaultGroupName=AudioGridder
OutputBaseFilename=AudioGridder_#STR_VER#

[Files]
Source: "..\Server\Builds\VisualStudio2019\x64\Release\App\AudioGridderServer.exe"; DestDir: "{app}"
Source: "..\Plugin\Fx\Builds\VisualStudio2019\x64\Release\VST3\AudioGridder.vst3"; DestDir: {code:GetVST3Dir}
Source: "..\Plugin\Inst\Builds\VisualStudio2019\x64\Release\VST3\AudioGridderInst.vst3"; DestDir: {code:GetVST3Dir}
Source: "..\Plugin\Fx\Builds\VisualStudio2019\x64\Release\VST\AudioGridder.dll"; DestDir: {code:GetVST2Dir}
Source: "..\Plugin\Inst\Builds\VisualStudio2019\x64\Release\VST\AudioGridderInst.dll"; DestDir: {code:GetVST2Dir}
Source: "..\Server\Builds\VisualStudio2019\x64\Release\App\AudioGridderServer.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\Plugin\Fx\Builds\VisualStudio2019\x64\Release\VST3\AudioGridder.vst3"; DestDir: {code:GetVST3Dir}; Flags: ignoreversion
Source: "..\Plugin\Inst\Builds\VisualStudio2019\x64\Release\VST3\AudioGridderInst.vst3"; DestDir: {code:GetVST3Dir}; Flags: ignoreversion
Source: "..\Plugin\Fx\Builds\VisualStudio2019\x64\Release\VST\AudioGridder.dll"; DestDir: {code:GetVST2Dir}; Flags: ignoreversion
Source: "..\Plugin\Inst\Builds\VisualStudio2019\x64\Release\VST\AudioGridderInst.dll"; DestDir: {code:GetVST2Dir}; Flags: ignoreversion

[Icons]
Name: "{autoprograms}\AudioGridderServer"; Filename: "{app}\AudioGridderServer.exe"
Expand Down
14 changes: 7 additions & 7 deletions package/AudioGridder.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<array>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down Expand Up @@ -91,7 +91,7 @@
</dict>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down Expand Up @@ -643,7 +643,7 @@
<array>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down Expand Up @@ -671,7 +671,7 @@
</dict>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down Expand Up @@ -1167,7 +1167,7 @@
<array>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down Expand Up @@ -1712,7 +1712,7 @@
<array>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down Expand Up @@ -1740,7 +1740,7 @@
</dict>
<dict>
<key>BUNDLE_CAN_DOWNGRADE</key>
<false/>
<true/>
<key>BUNDLE_POSTINSTALL_PATH</key>
<dict>
<key>PATH_TYPE</key>
Expand Down

0 comments on commit 5e35e85

Please sign in to comment.