Browse Source

Try a build without REINSTALLMODE set

Tobias Hieta 9 years ago
parent
commit
79b7ac73d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bundle/win/PMP.wxs

+ 1 - 1
bundle/win/PMP.wxs

@@ -30,7 +30,7 @@
     <Property Id="ALLUSERS" Value="1" />
     
     <!-- allow for reinstall, this is needed to force installation when the version match -->
-    <Property Id="REINSTALLMODE" Value="amus"/>
+    <!--<Property Id="REINSTALLMODE" Value="amus"/>-->
     
     <Condition Message="?(var.LaunchCondition_PerUser)">ALLUSERS</Condition>