Results 1 to 6 of 6

Thread: Command Line

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Command Line

    Can a project be processed from the command line. It would be cool to
    project run from a batch file, auto build and upload to the web site.

    Don Harvey

  2. #2

    Default Re: Command Line

    Don,

    Yes, this is a SB5 Developer Edition feature.

    SBUILDER.EXE /C "C:\Development\Sample.sb5"

    where:

    SBUILDER.EXE is the path to the SetupBuilder 5 executable

    "C:\Development\Sample.sb5" is the path to the project file you want to
    compile

    And you can even use the #run preprocessor ("Process after script
    compilation") to launch an external tool to upload it to your web
    site.

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  3. #3

    Default Re: Command Line

    Thanks Friedrich

    I am still missing something. My command line is

    sbuilder.exe /c "C:\Premier2005\premierbackup.sb5"

    The above just loads Setupbuilder but does not open/compile the
    premierbackup.sb5 project. Is there some setting within the project that
    also needs to be set.

  4. #4

    Default Re: Command Line

    Check case. Some command line options are case sensitive.

    --
    Russ Eggen
    www.radfusion.com

  5. #5

    Default Re: Command Line

    Don,

    Do you have build #1201? All our internal test scripts (~300) are compiled
    via command line on a daily basis and it works fine.

    And what Russ said. Please use /C instead of /c

    Thanks,
    Friedrich

    --
    Friedrich Linder
    CEO, Lindersoft
    www.lindersoft.com
    1.954.252.3910

    "point. click. ship" - that's SetupBuilder 5

  6. #6

    Default Re: Command Line

    Thanks, works great. I did not have build #1201.

    Don Harvey

Thread Information

Users Browsing this Thread

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

Posting Permissions

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