From: Sandy Stutsman <[email protected]>
If ALLUSERS is not specified in virt-viewer.wxs.in, the resulting msi fails
to do a proper perMachine install. This patch explicitly sets ALLUSERS=1.
Because previous installations are a mix of perUser and perMachine,this
installation will *NOT* upgrade them.
Those packages must be removed manually before installing this one.
---
data/virt-viewer.wxs.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/virt-viewer.wxs.in b/data/virt-viewer.wxs.in
index c90d70e..bf32868 100644
--- a/data/virt-viewer.wxs.in
+++ b/data/virt-viewer.wxs.in
@@ -55,6 +55,7 @@
<Property Id="ARPNOREPAIR" Value="1"/>
<Property Id="ARPPRODUCTICON" Value="virt-viewer.ico"/>
<Property Id="ARPURLINFOABOUT" Value="http://www.virt-tools.org/about"/>
+ <Property Id="ALLUSERS" Value="1"/>
<Upgrade Id="$(var.UpgradeCode)">
<UpgradeVersion Minimum="$(var.Version)" OnlyDetect="yes"
Property="NEWERVERSIONDETECTED"/>
<UpgradeVersion Minimum="0.0.0" Maximum="$(var.Version)"
IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
--
1.9.5.msysgit.0
_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list