KCL
07-27-2017, 03:26 PM
Running this on command line:
call "C:\Program Files (x86)\Lindersoft\SetupBuilder 10 Developer\SB10.EXE" /CS ProjA.sbp /LX Public
Produces this result:
4581
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
[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.
call "C:\Program Files (x86)\Lindersoft\SetupBuilder 10 Developer\SB10.EXE" /CS ProjA.sbp /LX Public
Produces this result:
4581
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
[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.