I am trying to call dsetup.exe to run during my installation. However it
starts up and then quickly exits without errors.  
Here is My CA's
First one sets up the CustomActionData for my app
The second one calls createprocess to call DirectXSetup.
<CustomAction Id ="SetupDirectX" BinaryKey ="NTE" DllEntry ="SetupDirectX"
Execute ="immediate" Return="ignore"Impersonate ="yes"></CustomAction>
(It choose one based on the ALLUSERS Property)
<CustomAction Id ="RunDirectXAsAdmin" BinaryKey ="NDA_TOS_EULA" DllEntry
="RunDirectX" Execute="deferred" Return ="ignore" Impersonate
="no"></CustomAction>

<CustomAction Id ="RunDirectXAsCurUser" BinaryKey ="NDA_TOS_EULA" DllEntry
="RunDirectX" Execute ="deferred" Return ="ignore" Impersonate
="yes"></CustomAction>

it gets into these just fine and it even starts up DirectX Setup, but it
just flickers on my screen and closes.  I don't know what happens or why.

-- 
View this message in context: 
http://www.nabble.com/Problems-running-Dsetup.exe-tf3178786.html#a8820795
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to