summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandy Stutsman <sstutsma@redhat.com>2015-06-08 15:21:02 -0400
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-06-10 13:55:23 +0200
commit20885851434002f3c23787eccd4fe0a9c3c7f2c0 (patch)
treeca0c7cff40bdf54fff9fc80612e4b1b363be7217
parentf3642a33d7689a6e52d6abf5fcb40f4b27d97e20 (diff)
Add InstallScope="perMachine" to virt-viewer.wxs.in
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.
-rw-r--r--data/virt-viewer.wxs.in2
1 files changed, 1 insertions, 1 deletions
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"/>