Any insights as to what I'm doing wrong in declaring my QtExecCmdLine used by
my two CAQuietExec in the source excerpts below? When I review the log file
for the property values where I store a copy of the runtime generated
QtExecCmdLine values I see what I was expecting and I can execute these same
commands on the target host after install completes and they work as expected..
<CustomAction Id="QtExecCmdLineTestCmdLineSet" Property="QtExecCmdLine"
Value=""[WindowsFolder]system32\cmd.exe" /c copy /y
"[INSTALLDIR]ReadMe.txt" "d:\temp\[ProductName].txt"" />
<CustomAction Id="QtExecCmdLineTestCmdLineGet" Property="QtExecCmdLineDetails"
Value="[QtExecCmdLine]" />
<CustomAction Id="QtExecCmdLineTest" BinaryKey="WixCA" DllEntry="CAQuietExec"
Return="ignore" />
<CustomAction Id="QtExecCmdLineTestCmdLineSet1" Property="QtExecCmdLine"
Value=""robocopy" "[INSTALLDIR]" "d:\temp"
ReadMe.txt /z" />
<CustomAction Id="QtExecCmdLineTestCmdLineGet1"
Property="QtExecCmdLineDetails1" Value="[QtExecCmdLine]" />
<CustomAction Id="QtExecCmdLineTest1" BinaryKey="WixCA" DllEntry="CAQuietExec"
Return="ignore" />
Asdf
Property(S): QtExecCmdLineDetails = "C:\WINDOWS\system32\cmd.exe" /c copy /y
"D:\My Service Deliverable\ReadMe.txt" "d:\temp\My Service Deliverable.txt"
Property(S): QtExecCmdLineDetails1 = "robocopy" "D:\My Service Deliverable\"
"d:\temp" ReadMe.txt /z
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Register now and save $200. Hurry, offer ends at 11:59 p.m.,
Monday, April 7! Use priority code J8TLD2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users