Re: [WiX-users] deferred CA running in Installer UI Background on Vista

2007-02-27 Thread m . rothe
Yes the CA is running with noimpersonate. Worked fine with Vista RC2 but won´t be elevated on Vista final. So i´ve build a Bootstrapper which will elevate this CA. The FindWindow Solution won´t be easy to implement, but its good to know that this is a well known problem and the only workaround.

Re: [WiX-users] deferred CA running in Installer UI Background on Vista

2007-02-27 Thread Julien R.
Firstly, I would like to say that it is not a very good idea to launch any app from a deferred CA. Because, this app will be started with SYSTEM account and administration privileges.. Make sure this app won't deal with any user settings (HKCU, c:\Documents and settings\"). Make sure NoImpersonate

[WiX-users] deferred CA running in Installer UI Background on Vista

2007-02-21 Thread m . rothe
Hi, I´ve got a problem with an deferred Custom Action that will start an executeable. Works fine on XP, but on Vista the executeable´s GUI will prompt "mostly" behind the msi UI. Seems to be the same like the Difx prompt problem from Quinton in January. Does Anyone have an idea how to avoid this