Re: [WiX-users] Problems with CustomAction (Executing DX9 Setup)

2008-04-01 Thread Anteru
Bob Arnson schrieb: > Anteru wrote: >> Still no luck. I added the Execute="deferred" to the CustomAction and >> changed the schedule to Before='InstallFinalize' -- now it still >> fails, but it roll backs properly at least. > > Check a verbose log. However, in my experience installing DirectX, i

Re: [WiX-users] Problems with CustomAction (Executing DX9 Setup)

2008-03-31 Thread Bob Arnson
Anteru wrote: > Still no luck. I added the Execute="deferred" to the CustomAction and > changed the schedule to Before='InstallFinalize' -- now it still > fails, but it roll backs properly at least. Check a verbose log. However, in my experience installing DirectX, it sometimes returns a failur

Re: [WiX-users] Problems with CustomAction (Executing DX9 Setup)

2008-03-31 Thread Anteru
Bob Arnson schrieb: > Anteru wrote: >> > Impersonate='no' ExeCommand='[INSTALLDIR]DX9\dxsetup.exe' /> >> >> scheduled using >> >> >> NOT >> Installed >> >> >> which always fails on Vista. > > DirectX updates system files and therefore needs to be elevated. To be > elevated, a custom action mu

Re: [WiX-users] Problems with CustomAction (Executing DX9 Setup)

2008-03-31 Thread Bob Arnson
Anteru wrote: > Impersonate='no' ExeCommand='[INSTALLDIR]DX9\dxsetup.exe' /> > > scheduled using > > > NOT > Installed > > > which always fails on Vista. DirectX updates system files and therefore needs to be elevated. To be elevated, a custom action must be deferred (using Execute="deferred

[WiX-users] Problems with CustomAction (Executing DX9 Setup)

2008-03-31 Thread Anteru
Hi, I'm using wix-2.0.5805.0 to generate an installer for an application which uses the DirectX. So far, I have successfully embedded the DX9 Redist files and they do get installed, however, I need to run the dsetup.exe binary at the end of the installation. I've tried various calls, ending up