resources/msi/source.wxs.erb in omnibus-7.0.34 vs resources/msi/source.wxs.erb in omnibus-8.0.9

- old
+ new

@@ -19,22 +19,14 @@ Compressed="yes" InstallScope="perMachine" /> <Media Id="1" Cabinet="Project.cab" EmbedCab="yes" CompressionLevel="high" /> <!-- - Take advantage of Windows Installer 5.0 feature (if available) to disable - checkpointing and other costings that take significant amounts of time + Take advantage of Windows Installer 5.0 feature (if available) to disable + checkpointing and other costings that take significant amounts of time ref: https://msdn.microsoft.com/en-us/library/windows/desktop/dd408005(v=vs.85).aspx --> <Property Id="MSIFASTINSTALL" Value="7" /> - - <!-- - Uncomment launch condition below to check for minimum OS - 601 = Windows 7/Server 2008R2. - --> - <!-- Condition Message="!(loc.MinimumOSVersionMessage)"> - <![CDATA[Installed OR VersionNT >= 601]]> - </Condition --> <!-- We always do Major upgrades --> <MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeErrorMessage)" /> <!--