Quote 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