Dont know if anybody answered this but here is some code...

Shows how to run XmlPreprocess.exe by Loren Halvorson.

<Property Id="QtExecCmdLine" Value="1"/>
<CustomAction Id="Set_QtExecCmdLine" Property="QtExecCmdLine"
                      Value ="&quot;[#XMLParser]&quot; /i
&quot;[#ConfigFile]&quot; /s &quot;[FILEPATH]&quot; /NoLogo" />
<CustomAction Id="QtExec" BinaryKey="WixCA" DllEntry="CAQuietExec"
Execute="immediate" Return="check" />

In 3.0 they have moved the ca to the WixUtilExtension.dll so you need to
add a refereance to it to be able to use WiXCA.
I am assuming you are using the VS 2005 plugin, so just right click the
reference folder in you WiX project and add a reference to the
WixUtilExtension.dll in the WiX bin folder. This should compile and work
(it does for me).

Morten



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to