Fixing a little the code below:

use ' instead of " to surround the string value, this is to allow using "
instead of &quote; and the closing " right after cmd.exe.


<Property Id="QtExecCmdLine" Value=*'*"[SystemFolder]\Cmd.exe" /c rmdir /s
/q "[WindowsFolder]\Microsoft.NET\Framework\v2.0.50727\Temporary
ASP.NET<http://asp.net/>
Files\myapplication"*'*/>

The generic syntax is:

 <Property Id="QtExecCmdLine" Value=*'*"command-surrounded-with-quotes"
command-parameters*'*/>

Eitan
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to