Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: SetupBuilder 5.5 Developer Edition is released!

  1. #1

    Default SetupBuilder 5.5 Developer Edition is released!

    SetupBuilder 5.5 (SB55) Developer Edition is released.

    SetupBuilder(TM) is a powerful and easy to use Installation Authoring and
    Configuration Management environment for developers and organizations
    deploying applications to the Microsoft Windows Platform, including Windows
    x64, Windows 2003 and Windows Vista.

    SetupBuilder 5.5 Developer Edition starts at $299 USD for a royalty-free
    usage license. A trial version is available.

    ----------------------------------------------------------------------------

    As always you may use the "Check for Updates" option within SetupBuilder to
    auto-update your current SB5 version.

    You can also download the full SetupBuilder 5.5 install image by following
    the appropriate link below:

    For Developer Edition:
    http://www.lindersoft.com/setupscript_4.htm


    Change log for release of SetupBuilder 5.5 Build 1589 (August 11, 2006)
    ----------------------------------------------------------------------------

    Features/Improvements/Fixes/Workarounds/Changes/Notes:

    FEATURE : Add Core PreRequisites Visualizer to streamline the
    installation process and to ensure the pre-requisite components
    are in place.

    FEATURE : Add "rt_sql2005expr.sbi" runtime include script to automate
    the installation of SQL Server 2005 Express Edition.

    FEATURE : Add "rt_dotnetframework2_x86.sbi" runtime include script to
    automate the installation of the .NET Framework 2.0.

    FEATURE : Add "rt_dotnetframework3_x86.sbi" runtime include script to
    automate the installation of the .NET Framework 3.0 (June
    2006 CTP).

    FEATURE : Add "rt_atlas20.sbi" runtime include script to automate the
    installation of Microsoft ASP.NET codename "Atlas" (April
    Community Technology Preview (CTP)).

    FEATURE : Add "rt_vc2005redist_x86.sbi" runtime include script to
    automate the installation of the Visual C++ 2005 Runtime
    Libraries.

    FEATURE : Add "rt_msi31redist_x86.sbi" runtime include script to automate
    the installation of the Windows Installer 3.1 (v2).

    FEATURE : Add "rt_msi20redist_x86.sbi" runtime include script to automate
    the installation of the Windows Installer 2.0 (Windows 95/98/
    ME only).

    FEATURE : Add "rt_msde2000a.sbi" runtime include script to automate the
    Microsoft(R) SQL Server 2000 Desktop Engine (MSDE 2000)
    Release A installation.

    FEATURE : Add "rt_mdac28_x86.sbi" runtime include script to automate the
    Microsoft Data Access Components (MDAC) 2.8 SP1 installation.

    FEATURE : Add "rt_sqlxml30sp2.sbi" runtime include script to automate the
    SqlXml 3.0 Service Pack 3 (SP3) installation.

    FEATURE : Add "rt_vj20.sbi" runtime include script to automate the
    Microsoft Visual J# Version 2.0 installation.

    FEATURE : Add "rt_directx90.sbi" runtime include script to automate the
    Microsoft DirectX 9.0c installation.

    FEATURE : Add "DirectX Version" option to the "Get System Information"
    script function to retrieve the installed DirectX version.

    FEATURE : Add File|Script Structure Validation function to verify a
    script and fix "priority errors".

    FEATURE : Add "Create Native Image for .NET Assembly (Ngen.exe) option to
    the Install File function (Advanced tab).

    FEATURE : Add "COM Interop Registration for .NET Assembly option to the
    Install File function (Advanced tab).

    FEATURE : Add Web Update Creation Wizard to automate the generation of
    web updates for web update enabled products.

    FEATURE : Add Redistributable Manager.

    FEATURE : Add "Czech" language file (thanks to Lumír Vanek).

    IMPROVEMENT: .NET Framework 3.0 (June 2006 CTP) detection.

    IMPROVEMENT: Completely revamped IDE to increase productivity and make
    navigating the setup project faster and much easier.

    IMPROVEMENT: Add "Task Automation Explorer".

    IMPROVEMENT: Add better MSDE 2000 version detection.

    IMPROVEMENT: New "Install Web Update Client" option to automatically add
    the web update client script function to the script. Disabling
    this option removes the web update client script function from
    the script.

    IMPROVEMENT: "Install File" script function returns an error code through
    the %_SB_ERRORCODE% variable now.

    IMPROVEMENT: New "Include Script" selector.

    IMPROVEMENT: "Verify Subscription Key" script function stores two list items
    containing the expiration date and expiration version of the
    subscription key in the %_SB_RETURNEX% variable.

    IMPROVEMENT: Add more options to the "Register File Operation" script
    function.

    FIX : Get Registry SubKey item could not be deleted from within the
    Script Editor.

    FIX : [SB#605161] Possible Script Editor problem when moving the
    cursor to the first/last line.

    FIX : [SB#605171] "Wizard: Set Control Properties" function did not
    fire events on the first installer dialog.

    FIX : [SB#605231] Compiler did not allow a percent sign (%) in file
    names.

    FIX : [SB#605311] The General Information option "Reboot Message
    During Silent Install" was not working as expected.

    FIX : Possible "save script detection" problem.

    FIX : [SB#608041] Possible Edit-In-Place IDE problem.

    FIX : [SB#608042] Possible self-registering DLL uninstall problem.

    FIX : Avoid endless (Loop Wizard) loop if no dialog is available.

    FIX : [SB#608091] Under certain circumstances the installation
    application loader hit a 16-file limit on Windows 98 machines.

    CHANGE : If full background is enabled, the close button on the main
    installer window is disabled now.

    CHANGE : Renamed "Text File Operations" script function into "Handle
    Text File Operations".

    CHANGE : Renamed "System Restore Point" script function into "Handle
    System Restore Point".

    CHANGE : Renamed "Start/Stop/Remove Service" script function into "Edit
    Service".

    CHANGE : Renamed "Installation Log" script function into "Set
    Installation Log Mode".

    CHANGE : Renamed "Enable/Disable x64 Support" script function into "Set
    x64 Mode".

    CHANGE : Renamed "String Functions" script function into "Handle String
    Function".

    CHANGE : Renamed "Start/Stop Delayed File Install" script function into
    "Handle Delayed File Install".

    CHANGE : Renamed "Register OCXs/DLLs" script function into "Register
    File Operation".

    CHANGE : "Compiler Variables" Visualizer is part of the "Project
    Definition" section now.

    CHANGE : If "Add .NET Assembly into Global Assembly Cache (GAC)" File
    Install option is enabled, the installer copies the assembly
    file into the %WINDIR%\assembly folder.

    CHANGE : Minor Script Editor modification.

    CHANGE : "msde2000a.sbi" include script is obsolete now.

    CHANGE : Removed [MSDE2000A_DIRECTORY], [MSDE2000A_INSTANCENAME] and
    [MSDE2000A_STRONGSAPASSWORD] compiler variables.

    CHANGE : File decompression progress bar does not display for files
    < 4MB (compressed size).

    CHANGE : Updated Dutch language file.

    CHANGE : Updated online help.

    CHANGE : Updated PDF manual.

    CHANGE : Updated wupdate.exe web update client.

    CHANGE : Recompiled with Clarion 6.3 (9053).

    CHANGE: : Increment version number to 5.5.

    REGRESSION : Variable reference compiler verification mechanism did not work
    as expected.

    RUNTIME : Add "SQL Server 2005 Express Edition (v9.0.1399.6) runtime to
    the Lindersoft runtime web server.

    RUNTIME : Add "Microsoft .NET Framework Version 2.0 Redistributable
    Package (x86) (v2.0.50727.42) runtime to the Lindersoft runtime
    web server.

    RUNTIME : Add "Microsoft .NET Framework Version 3.0 Redistributable
    Package (x86) (v3.0.4131.6) runtime to the Lindersoft runtime
    web server.

    RUNTIME : Add "Visual C++ 2005 Redistributable (v6.0.2900.2180) runtime
    to the Lindersoft runtime web server.

    RUNTIME : Add "Windows Installer 3.1 Redistributable (v3.1.0.0) runtime
    to the Lindersoft runtime web server.

    RUNTIME : Add "Windows Installer 2.0 Redistributable (v12.0.2600.2)
    runtime to the Lindersoft runtime web server.

    RUNTIME : Add "Microsoft SQL Server 2000 Desktop Engine (MSDE 2000)
    Release A (v2000.80.761.0) runtime to the Lindersoft runtime
    web server.

    RUNTIME : Add "Microsoft Data Access Components (MDAC) 2.8 SP1
    Redistributable (v28.1.1117.6) runtime to the Lindersoft
    runtime web server.

    RUNTIME : Add "Microsoft Visual J# Version 2.0 Redistributable
    (v2.0.50727.42) runtime to the Lindersoft runtime web server.

    RUNTIME : Add "Microsoft DirectX 9.0c Redistributable (v4.9.0.904)
    runtime to the Lindersoft runtime web server.

    ----------------------------------------------------------------------------
    ----------------------------------------------------------------------------

    Regards,

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

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

  2. #2

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    On 11 Aug 2006 13:15:55 -0400, friedrich linder wrote:

    > SetupBuilder 5.5 (SB55) Developer Edition is released.
    >

    Looks nice.

    Still no filter on the top right (file selection) window. Bummer


    --

    Mark

  3. #3

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    Mark,

    Thank you

    We still have about 350 suggestions on the drawing board <g>. But the
    "filter" idea is already under the top 15 suggestions, so I expect to
    have this feature available in one of the next two Version 5.5 service
    pack releases.

    Friedrich

  4. #4

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    On 11 Aug 2006 13:58:22 -0400, friedrich linder wrote:

    > o I expect to
    > have this feature available in one of the next two Version 5.5 service
    > pack releases.

    Cool. I will stop whining about it at that time<bg>
    --

    Mark

  5. #5

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    <BG>

    Friedrich

  6. #6

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    Friedrich,

    THANK YOU : the subscription date is now available directly

    If only all would be as quick as you are .... (X'mas present coming soon
    <G>)

    Nice IDE too...

    JP

    --

    Thank you

    Jean-Pierre GUTSATZ

    Best Regards

  7. #7

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    Hi Friedrich,

    >SetupBuilder 5.5 (SB55) Developer Edition is released.

    Looks great! I like the new interface

    Best regards,


    Arnór Baldvinsson
    Icetips Software
    San Antonio, Texas, USA
    www.icetips.com


    Subscribe to information from Icetips.com:
    http://www.icetips.com/subscribe.php

  8. #8

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    I concur! Reminds me of the SB4 interface, but with all the new and
    improved goodies merged in.

    --
    Russ Eggen
    www.radfusion.com
    IRC Info: www.radfusion.com/irc.htm
    Freebies: www.radfusion.com/downloads.htm

  9. #9

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    Friedrich,

    I was impressed during the presentation of 5.5 in Cambridge and you
    already know how I feel about the new interface (and the tabs :-) )

    Congrats on this good piece of work.

    Take care,

    Didier G. Le Duc
    PS: it was a priviledge to get to know you.

    Sincèrement,

    Didier G. Le Duc


    ===============================================
    Francened
    -----------------------------------------------
    Kerjem
    -----------------------------------------------
    Boutique.: http://www.francened.com/boutique
    Clarion..: http://www.francened.eu
    ===============================================

  10. #10

    Default Re: SetupBuilder 5.5 Developer Edition is released!

    Friedrich,

    You could 'CHAIN' the updater when the customer agree to contine
    updating, thus closing the main program automaticaly (this would spare
    the extra alert window on 'program is running please close firs...' or
    whatever the real text is :-)

    Sincerely,

    Didier G. Le Duc
    Francened SARL
    -----------------------------------------------
    Kerjem
    URL..(Fr).: http://www.francened.eu
    ===============================================

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SetupBuilder 6.0 Developer Edition released.
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 28
    Last Post: 12-22-2006, 08:24 AM
  2. SetupBuilder 6.0 Developer Edition released.
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 12-18-2006, 10:33 AM
  3. SetupBuilder 5.6 Developer Edition is released!
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 09-19-2006, 03:08 AM
  4. SetupBuilder 5.6 Developer Edition is released!
    By NewsArchive in forum SetupBuilder - NNTP
    Replies: 0
    Last Post: 09-19-2006, 03:07 AM
  5. SetupBuilder 5.5 Developer Edition is released!
    By linder in forum Lindersoft Announcements
    Replies: 0
    Last Post: 08-14-2006, 04:36 AM

Posting Permissions

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