Przeglądaj źródła

reinstate reisntallmode

Tobias Hieta 9 lat temu
rodzic
commit
e8c26ea943
1 zmienionych plików z 1 dodań i 1 usunięć
  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>