Re: [WiX-users] Installing a binary in context of current logged in user

2006-07-21 Thread Derek Cicerone
installation and not other users on the machine).   Derek   From: Bahar Shah [mailto:[EMAIL PROTECTED] Sent: Friday, July 21, 2006 12:13 AM To: [EMAIL PROTECTED] Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing a binary in context of current logged in user

Re: [WiX-users] Installing a binary in context of current logged in user

2006-07-21 Thread Bahar Shah
July 20, 2006 11:56 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing a binary in context of current logged in user   Hi, I need information on how do we install and run any binary in the context of the currenlty logged in user. My problem is since msiexec runs as LocalSystem all my bin

Re: [WiX-users] Installing a binary in context of current logged in user

2006-07-21 Thread Derek Cicerone
To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing a binary in context of current logged in user   Hi, I need information on how do we install and run any binary in the context of the currenlty logged in user. My problem is since msiexec runs as LocalSystem all my binaries are

[WiX-users] Installing a binary in context of current logged in user

2006-07-20 Thread Bahar Shah
Hi,I need information on how do we install and run any binary in the context of the currenlty logged in user.My problem is since msiexec runs as LocalSystem all my binaries are installed with LocalSystem privieedges. I need to tweak few binaries to run as currently logged in user context. RegardsBa