I am making my installer.
I need to run another foreign installer in it.

I am making this -

-------------------------------
<InstallExecuteSequence>
        <Custom Action="QtE1" After="InstallFiles" />
</InstallExecuteSequence>
        
<CustomAction Id="QtE1" FileKey="SETUP.EXE" Execute="immediate"
Return="check" ExeCommand="" />

<Component Id="SETUP.EXE" DiskId="1"
Guid="9DDF1999-22A4-4591-BE8E-B359EB42647E">
        <File Id="SETUP.EXE" Name="setup.exe" Source="x\setup.exe" />
</Component>
----------------------------

but if fails with exception:

http://files.rsdn.ru/98190/11.PNG 

I tested foreign setup, it works fine separetly.

--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/CustomAction-another-installer-not-working-tp6969663p6969663.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to