Running this on command line:

Code:
call "C:\Program Files (x86)\Lindersoft\SetupBuilder 10 Developer\SB10.EXE" /CS ProjA.sbp /LX Public
Produces this result:

compiler.txt

However, when I open SetupBuilder 10 UI and compile, it works fine.

If I type in file paths using absolute paths, then compiling from command line works; so the issue is that compiling from command line is ignoring Compiler Variables.

My output directory is set to
Code:
[SB_PROJECT]\Release
The only thing that I could think that would do it is, I'm testing SetupBuilder 10 using the Trial Version, so when I run the command line, I get the prompt that I'm using a trial version.