I was using 3.0.3. I just installed 3.0.4 and ran the same command line I just ran 5 minutes ago under 3.0.3. It includes this option:
/outputfolder:“c:\test”
When I run this, I get a “Compilation Error” dialog: Could not create output directory ““c:\test””. When I click OK on that I get a second error dialog: “…Please contact the support team with the following description: Invalid characters in path”
If I take the quotes off, it works:
/outputfolder:c:\test
However, if my /outfname has quotes
/outfname:“myfile.exe”
I also get an “Invalid characters in path” error dialog for that.
/outputfolder:“c:\test”
When I run this, I get a “Compilation Error” dialog: Could not create output directory ““c:\test””. When I click OK on that I get a second error dialog: “…Please contact the support team with the following description: Invalid characters in path”
If I take the quotes off, it works:
/outputfolder:c:\test
However, if my /outfname has quotes
/outfname:“myfile.exe”
I also get an “Invalid characters in path” error dialog for that.