Re: [WiX-users] vista custom actions

2007-08-17 Thread Rob Hamflett
Alexander Gnauck wrote: > Rob Hamflett schrieb: >> If you want them to be elevated you want Impersonate="no". As for when they >> are executed, that >> depends on when you scheduled them, but a deferred custom action is supposed >> to be scheduled >> somewhere in the InstallExecuteSequence bet

Re: [WiX-users] vista custom actions

2007-08-17 Thread Alexander Gnauck
Rob Hamflett schrieb: > If you want them to be elevated you want Impersonate="no". As for when they > are executed, that > depends on when you scheduled them, but a deferred custom action is supposed > to be scheduled > somewhere in the InstallExecuteSequence between InstallInitialize and > I

Re: [WiX-users] vista custom actions

2007-08-15 Thread Rob Hamflett
If you want them to be elevated you want Impersonate="no". As for when they are executed, that depends on when you scheduled them, but a deferred custom action is supposed to be scheduled somewhere in the InstallExecuteSequence between InstallInitialize and InstallFinalize. Rob Alexander Gn