Re: [WiX-users] Possible bug in WixUIExtension ?

2011-05-29 Thread Bob Arnson
On 25-May-11 18:12, DexterSinister wrote: > All I'm doing is adding a single dialog after CustomizeDlg ... and it works > fine during the initial installation, but when I try to use the 'Change' > option through Add/Remove Programs [in Win7 Pro SP1 32 or 64 bit], the > VerifyReadyDlg only has 'Back

Re: [WiX-users] unhandled exception in light

2011-05-29 Thread Bob Arnson
On 25-May-11 15:31, Thomas Svare wrote: > After several missed opportunities I've finally got a crash dump and was able > to run a quick analysis. Using Wix 3.6.1706.0 light crashes intermittently > on our build machines. This crash was also observed with 3.5 release. I'm > continuing to look

Re: [WiX-users] deferred task with elevated impersonation

2011-05-29 Thread Bob Arnson
On 28-May-11 06:36, Martin Kulov wrote: > How can I execute deferred task with elevated privileges under user's > running the installer credentials? MSI doesn't support that except by running the entire .msi from an elevated process. -- sig://boB http://joyofsetup.com/ ---