Update the examples filenames in the Windows installer.
[fio.git] / os / windows / install.wxs
index 1494a64616b4c761a212c69d6b8cf75cbd1e2ad0..378fed62f79128679084eca5f343eb35ae3cadcc 100755 (executable)
@@ -70,6 +70,7 @@
 
        <UIRef Id="WixUI_Minimal"/>
 
-       <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."/>
+       <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="A newer version of the application is already installed."
+                  AllowSameVersionUpgrades="yes"/>
 </Product>
 </Wix>