resources/msi/source.wxs.erb in omnibus-5.6.1 vs resources/msi/source.wxs.erb in omnibus-5.6.6

- old
+ new

@@ -19,9 +19,16 @@ 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 + 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]]>