+ Reply to Thread
Results 1 to 4 of 4

Thread: BUG: Compiling from command line?

  1. #1

    Exclamation BUG: Compiling from command line?

    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.

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: BUG: Compiling from command line?

    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

  3. #3

    Default Re: BUG: Compiling from command line?

    Using the absolute path fixed the issue! Thanks!

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: BUG: Compiling from command line?

    Perfect! Thanks for the update.

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •