Skip to content

Commit e36204d

Browse files
committed
Bump the MSI version to 3.1, since the VS2015 redist requires it
* 3.1 is still available everywhere we care about - I think even 4.5 ships with win7.
1 parent 04433f4 commit e36204d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/installer/Installer32.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<Package Id='*' Keywords='Installer' Description="Installer for RenderDoc"
77
Comments='RenderDoc Homepage is http://renderdoc.org/' Manufacturer='Baldur Karlsson'
8-
InstallerVersion='300' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
8+
InstallerVersion='301' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
99

1010
<UI>
1111
<Error Id="25000">Please use the 64-bit installer</Error>

scripts/installer/Installer64.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<Package Id='*' Keywords='Installer' Description="Installer for RenderDoc"
77
Comments='RenderDoc Homepage is http://renderdoc.org/' Platform="x64" Manufacturer='Baldur Karlsson'
8-
InstallerVersion='300' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
8+
InstallerVersion='301' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
99

1010
<InstallExecuteSequence>
1111
<RemoveExistingProducts After="InstallInitialize"/>

0 commit comments

Comments
 (0)