dave_c wrote:
> I get an error message during compilation saying, not un-reasonably
> 'Duplicate Symbol QtExecCmdLine found'
>   

QuietExec reads only from one property (unless deferred, but that's 
another topic). So you need to use a custom action to set the value of 
QtExecCmdLine each time you need it:

 <CustomAction Id="Foo" Property="QtExecCmdLine" Value="blah [FOO]" />

Schedule the CA just before the call to CAQuietExec.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
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