<div dir="ltr">Hi<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 6:54 PM,  <span dir="ltr"><<a href="mailto:sstutsma@redhat.com" target="_blank">sstutsma@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Sandy Stutsman <<a href="mailto:sstutsma@redhat.com">sstutsma@redhat.com</a>><br>
<br>
If ALLUSERS is not specified in <a href="http://virt-viewer.wxs.in" target="_blank">virt-viewer.wxs.in</a>, the resulting msi fails<br>
to do a proper perMachine install. This patch explicitly sets ALLUSERS=1.<br>
<br>
Because previous installations are a mix of perUser and perMachine,this<br>
installation will *NOT* upgrade them.<br></blockquote><div><br></div><div>What do you mean by "a mix" ? This property isn't set afaik, but it could be set via msiexec argument (and possibly by install option). I think this just changes the default, but that's not really something that is radically changing the package and breaking updates imho. You could probably still install with ALLUSERS=0 anyway after.<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Those packages must be removed manually before installing this one.<br>
---<br>
 data/<a href="http://virt-viewer.wxs.in" target="_blank">virt-viewer.wxs.in</a> | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/data/<a href="http://virt-viewer.wxs.in" target="_blank">virt-viewer.wxs.in</a> b/data/<a href="http://virt-viewer.wxs.in" target="_blank">virt-viewer.wxs.in</a><br>
index c90d70e..bf32868 100644<br>
--- a/data/<a href="http://virt-viewer.wxs.in" target="_blank">virt-viewer.wxs.in</a><br>
+++ b/data/<a href="http://virt-viewer.wxs.in" target="_blank">virt-viewer.wxs.in</a><br>
@@ -55,6 +55,7 @@<br>
     <Property Id="ARPNOREPAIR" Value="1"/><br>
     <Property Id="ARPPRODUCTICON" Value="virt-viewer.ico"/><br>
     <Property Id="ARPURLINFOABOUT" Value="<a href="http://www.virt-tools.org/about" target="_blank">http://www.virt-tools.org/about</a>"/><br>
+    <Property Id="ALLUSERS" Value="1"/><br></blockquote><div><br></div><div>I would rather use WiX <Package InstallScope="perMachine"/> attribute.<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
     <Upgrade Id="$(var.UpgradeCode)"><br>
       <UpgradeVersion Minimum="$(var.Version)" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/><br>
       <UpgradeVersion Minimum="0.0.0" Maximum="$(var.Version)" IncludeMinimum="yes" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/><br>
<span class=""><font color="#888888">--<br>
1.9.5.msysgit.0<br>
<br>
_______________________________________________<br>
virt-tools-list mailing list<br>
<a href="mailto:virt-tools-list@redhat.com">virt-tools-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/virt-tools-list" target="_blank">https://www.redhat.com/mailman/listinfo/virt-tools-list</a><br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Marc-André Lureau</div>
</div></div>