[WiX-users] Hiding shortcuts from non-priveleged users

2007-10-25 Thread Werner, Harvey D
I have a shortcut to uninstall our product, but I want that shortcut to only display for privileged users. I don't what just any user seeing it from the start menu. How is that done? For a local user not in the Administrators group, Add or Remove Programs has no Change button for our applic

[WiX-users] Execution order of launch condiitions

2007-09-02 Thread Werner, Harvey D
In our product installs we have several launch conditions set, but the order is not from the top down. Is there any way in WiX to set the order of execution? For example, we would like them to check them machine architecture and privileged settings before checking for other support packages to

Re: [WiX-users] WIX preprocessor problem with variables

2007-08-24 Thread Werner, Harvey D
I believe your ifdef needs to be like this. -- Harvey Werner HP StorageWorks, NAS Division 971.327.5279 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sameeksha Chepe Sent: Thursday, August 23, 2007 9:33 PM To: wix-users@lists.sourceforge.net

[WiX-users] How to update PATH environment variable in WiX?

2007-07-31 Thread Werner, Harvey D
I need to update the PATH environment variable to prepend the value of "[TARGETDIR]\bin" during our product installation. How is this done in WiX? I tried using the Environment element, but it does not change PATH at all. Obviously, I do not want to delete PATH during uninstall,