PDA

View Full Version : BUG: Compiling from command line?



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.

linder
07-28-2017, 01:49 AM
Hello,

where is your "System450.sbp" located? I would suggest to specify the fully qualified pathname. For example:

call "C:\Program Files (x86)\Lindersoft\SetupBuilder 10 Developer\SB10.EXE" /CS "c:\yada\System450.sbp" /LX Public

Does this help? If there is still an issue, please send your System450.sbp project file to our support [at] lindersoft [dot] com and we'll check it (we'll be back from vacation on next Monday).

Thanks,
Friedrich

KCL
07-28-2017, 07:57 AM
Using the absolute path fixed the issue! Thanks!

linder
07-29-2017, 02:28 AM
Perfect! Thanks for the update.

Friedrich