Re: [WiX-users] how can I check for FULL admin privileges

2010-08-06 Thread Pally Sandher
stered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: Wilson, Phil [mailto:phil.wil...@invensys.com] Sent: 05 August 2010 22:56 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] how can I check f

Re: [WiX-users] how can I check for FULL admin privileges

2010-08-05 Thread Wilson, Phil
What I've seen recommended (I think from an MSI team member) is to have a type 19 custom action in the Execute sequence that checks Privileged, because by then you're elevated or not. There is also MSIUSEREALADMINDETECTION, but it generally seems like a bad idea to try to preserve old behavior u