[virt-tools-list] [virt-viewer PATCH V2] Add	InstallScope="perMachine" to virt-viewer.wxs.in
    sstutsma at redhat.com 
    sstutsma at redhat.com
       
    Mon Jun  8 19:21:02 UTC 2015
    
    
  
From: Sandy Stutsman <sstutsma at redhat.com>
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1146016
Without this parameter the installer will place the start menu icon in the
Admin users path rather than the 'AllUsers'.  Unprivileged users are unable
to use the menu to start the remote-viewer.
N.B. Because previous installations mixed Users and PerMachine (AllUsers)
paths, this installation will *NOT* properly upgrade them.  They must be
manually uninstalled first.
---
 data/virt-viewer.wxs.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/virt-viewer.wxs.in b/data/virt-viewer.wxs.in
index c90d70e..1c02256 100644
--- a/data/virt-viewer.wxs.in
+++ b/data/virt-viewer.wxs.in
@@ -47,7 +47,7 @@
            UpgradeCode="$(var.UpgradeCode)"
            Language="1033">
 
-    <Package InstallerVersion="200" Compressed="yes" Comments="comments"/>
+    <Package InstallerVersion="200" Compressed="yes" Comments="comments" InstallScope="perMachine"/>
     <Media Id="1" Cabinet="cabinet.cab" EmbedCab="yes"/>
 
     <Property Id="ARPHELPLINK" Value="http://www.virt-tools.org"/>
-- 
1.9.5.msysgit.0
    
    
More information about the virt-tools-list
mailing list