|
-
May 9th, 2008, 11:42 AM
#4
Re: Post-build event command line is screwy; only one argument passed to the app?
 Originally Posted by dglienna
there's a space in the path. Use a , as separator, or just about any disallowed path variable.
What does that mean?
I dont suppose anyone else noticed that the macro that gives us the path of where an MSI file (Setup project) was built is called $BuiltOuputPath - i missed the two typos (Built vs Build, Ouput vs OuTput) up til now..
..doesnt fill me with confidence
ANyways, my workaround was:
rexcopy.exe "$(TargetDir)."
Notice the period at the end of the macro? It expands now to:
DOS EXECUTE: rexcopy.exe "C:\whatever\."
the trailing period prevents \ making the quote literal
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|