+ Reply to Thread
Results 1 to 2 of 2

Thread: upgrade setups from SB4 to SB5 ?

  1. #1
    Clint Guest

    Default upgrade setups from SB4 to SB5 ?

    Can a person upgrade SB4 setups to the setup builder 5 without having to redo all our setups? thanks.

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

    Default Re: upgrade setups from SB4 to SB5 ?

    Hello,

    No. Because the technology is too different, it's impossible to import a
    .sb4 into the new SetupBuilder 5. SB5 gives you so much more power
    and flexibility, it might be wise to "rethink" some distribution
    projects.

    SB5 has a different philosophy regarding the project management (and
    feature set). SB5 is completely "script driven". SB4.x projects are
    limited because they are based on a sequential database driven
    processing model. Something like the following:

    1) Display GUI (Welcome -> Readme -> License -> etc.)
    2) Install Files
    3) Write Registry/INI Entries
    4) Perform Actions
    5) Run Programs

    In contrast to SB4, the new SB5 is completely script driven; powered by
    a installation programming language for Win32 and Win64. Would you like
    to display the License Agreement before your Welcome dialog? No problem.
    Or read some values out of the Registry and based on this information
    display different sets of wizard dialogs. With SB5 you can do it. SB5
    supports IF..THEN..ELSE and LOOP control structures to provide looping
    and conditional execution of installation components.

    You can now use the *same* script to compile *different* versions of your
    installer (e.g. full or upgrade image). The SB5 preprocessor can
    conditionally include lines of code within an installer program. The
    directives that include code conditionally are defined in such a way that
    you can construct a chain of inclusion directives to include exactly the
    functions you want.

    At the moment we are working on a Visual Dialog Editor (will be part of
    one of the next releases) to give you even more power and flexibility.

    Just let me know if you have any further questions.

    Friedrich

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

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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Server Upgrade
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 13
    Last Post: 05-22-2006, 03:29 AM
  2. Competitive Upgrade from InstallShield 11.5?
    By Unregistered in forum SetupBuilder
    Replies: 2
    Last Post: 12-14-2005, 09:46 AM
  3. Upgrade SetupBuilder 4 Web to SetupBuilder 5 Developer
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 04-23-2005, 06:28 AM
  4. Free SB4 to SB5 upgrade or are there hidden costs?
    By Unregistered in forum SetupBuilder
    Replies: 1
    Last Post: 11-05-2004, 07:57 AM
  5. Upgrade Order ST5615973
    By Unregistered in forum SetupBuilder
    Replies: 1
    Last Post: 04-01-2004, 03:19 AM

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
  •