Re: [WiX-users] elevating twice

2008-12-02 Thread Bob Arnson
Calin Iaru wrote: > I emphasize that the config tool is called in ExitDlg, if the user has > selected the launch of this tool. > You won't be able to launch a deferred, no-impersonate CA from the UI. The only way it can work is from InstallExecuteSequence. If the tool requires UI, you're goi

Re: [WiX-users] elevating twice

2008-12-02 Thread Calin Iaru
, 2008 5:58 PM Subject: Re: [WiX-users] elevating twice > You'd have to launch your configuration tool as a deferred async > CustomAction. > > -Original Message- > From: Calin Iaru [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2008 06:54 > To:

Re: [WiX-users] elevating twice

2008-12-01 Thread Rob Mensching
You'd have to launch your configuration tool as a deferred async CustomAction. -Original Message- From: Calin Iaru [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 06:54 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] elevating twice If UAC is enabl