From 20885851434002f3c23787eccd4fe0a9c3c7f2c0 Mon Sep 17 00:00:00 2001 From: Sandy Stutsman Date: Mon, 8 Jun 2015 15:21:02 -0400 Subject: 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. --- data/virt-viewer.wxs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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"> - + -- cgit