All,

I am sorry for the silence. Vista and quite a few feature request from an
increasing user base of SetupBuilder 6 made it necessary to implement
important new features. We even have experimental built-in support for
Windows "Longhorn" (alpha).

We decided to skip the release of version 6.1, 6.2 and 6.3 altogether. We
have implemented all planned 6.1/6.2/6.3 features into SetupBuilder 6.5.

The new version 6.5 is code complete now and we are working on the updated
documentation. We'll try to make SetupBuilder 6.5 available within the next
3-5 days.

This is the new change log:

Change log for release of SetupBuilder 6.5 Build 1817 (March 27, 2007)
----------------------------------------------------------------------------

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

FEATURE : Add "Releases" Visualizer. (Developer Edition only).

FEATURE : Add experimental built-in support for Windows "Longhorn"
(alpha).

FEATURE : Add support for ACL. Set access control lists on a variety of
system objects. Add, edit and remove permissions for files,
folders, registry keys and values. (Developer Edition only).

FEATURE : Add support for "Microsoft Service Pack 6 for Visual Basic 6.0
Redistributable (6.0.97.82)". (Developer Edition only).

FEATURE : Add "#ifcompvar..." compiler directive. (Developer Edition
only).

FEATURE : Add "Run Command Line..." script function.

FEATURE : Add "Move Local File(s)" script function.

FEATURE : Add "Move Folder Tree" script function.

FEATURE : Add "Contains" and "Does Not Contain" If Conditions.

FEATURE : New /CV command line switch to set compiler variable values
from the sbuilder.exe command line.

FEATURE : CSIDLs are available in the "Files and Folders" Visualizer.

FEATURE : Add on-the-fly "Uninstall Code-Sign Replication" feature to
code-sign your uninstall application at runtime on the
target machine. (Developer Edition only).

FEATURE : Add "Reboot Status" option to the "Get System Information"
script function to determine whether the system should be
restarted.

IMPROVEMENT: Add "Clarion 7" detection.

IMPROVEMENT: Enhanced code-signing password fill-in method. The PKEY.EXE
file itself is code-signed now. (Developer Edition only).

IMPROVEMENT: "Edit Service..." script function supports Pause and Resume.
(Developer Edition only).

IMPROVEMENT: Add "Append to Selected Folder" to Select Install Folder ->
Browse Dialog.

IMPROVEMENT: Create Include Scripts from within the Script Editor.

IMPROVEMENT: Add CSIDL_LOCAL_APPDATA, CSIDL_PROGRAM_FILES_COMMON,
CSIDL_PROGRAM_FILES, CSIDL_COMMON_DOCUMENTS,
CSIDL_COMMON_FAVORITES and CSIDL_RESOURCES CSIDL values to
the "Get Special Folder Path" script function.

IMPROVEMENT: "Shortcut" Visualizer supports copy and paste now.

IMPROVEMENT: "INI File" Visualizer supports copy and paste now.

IMPROVEMENT: "Services" Visualizer supports copy and paste now.

IMPROVEMENT: "ODBC Driver" Visualizer supports copy and paste now.

IMPROVEMENT: "Run Programs" Visualizer supports copy and paste now.

IMPROVEMENT: "File Extensions" Visualizer supports copy and paste now.

IMPROVEMENT: [SB#702281] Compiler Report lists the "Source Folder" now.

IMPROVEMENT: [SB#703031] Add "Do not Show Current Settings" option to the
"Ready to Install" dialog.

IMPROVEMENT: [SB#703041] Add "Split Source String at First Occurrence of
Search String" Handle string Function.

IMPROVEMENT: [SB#703041] Add "Split Source String at Last Occurrence of
Search String" Handle string Function.

IMPROVEMENT: [SB#703041] Add "Split Source String at Position from Left"
Handle string Function.

IMPROVEMENT: [SB#703041] Add "Split Source String at Position from Right"
Handle string Function.

IMPROVEMENT: The "Get System Information" function Physical Memory function
supports $MEM_MEMORYLOAD$, $MEM_TOTALPHYS$, $MEM_AVAILPHYS$,
$MEM_TOTALPAGEFILE$, $MEM_AVAILPAGEFILE$, $MEM_TOTALVIRTUAL$,
and $MEM_AVAILVIRTUAL$ flags now. The default flag is
$MEM_TOTALPHYS$.

IMPROVEMENT: The Wizard can maintain button state/configuration when going
< Back without any work on your part.

FIX : [SB#701241] local:// macro in the License Agreement and Readme
dialog was not working as expected.

FIX : [SB#701242] Clicking the Print button on the Readme and License
Agreement Dialogs and selecting a print to PDF always primed
the filename as license.pdf

FIX : [SB#701261] Target Files list in the "Files and Folders"
Visualizer was case-sensitive.

FIX : [SB#701271] Under certain circumstances, the "Handle Text File
Operations" script function returned an incorrect errorcode in
%_SB_ERRORCODE%.

FIX : [SB#701272] Minor translation fix in the French language
module.

FIX : [SB#701301] When using the New project Wizard, it offered
[SB5]... Eula.rtf instead of [SB]... Eula.rtf.

FIX : [SB#702061] Zip and Unzip script functions caused a "load
library error".

FIX : [SB#702161] It was not possible to resize a column in the
Files and Folder view without the listings automatically
sorting.

FIX : [SB#702162] File installation problem if the file is OS
dependant and Vista and one or more other OSs were ticked
(e.g. Vista and XP).

FIX : "Play WAV File..." item could not be deleted from within the
Script Editor.

FIX : Uninstall did not register in-use files for deletion on next
reboot.

FIX : Possible save project file (.sb6) problem.

FIX : It was not possible to unckeck the Web Deployment "Enable Web
Update" option.

FIX : Possible conditional flow execution installer problem.

FIX : File Properties: Disable Version Patching option was not
working as expected.

FIX : Possible "Check File (Version then Date/Time)" and "Check File
(Date Time)" file replacement installer problem.

FIX : Possible <Alt>-<B> hotkey installer wizard problem.

FIX : Worardound for SHBrowseForFolder Windows bug on 64-bit Vista
and 64-bit Longhorn.

FIX : Several Script Editor fixes.

CHANGE : The install image for SetupBuilder 6 itself does not provide
the per-user installation option any longer.

CHANGE : "If Folder is not writable" control statement checks if a
folder is read-only and writable now.

CHANGE : Run VBScript (.vbs) can handle VBScripts up to 128 KB.

CHANGE : Run Program does not execute applications in installer TEST
mode any longer.

CHANGE : Minor modification in the MDAC version detection function.

CHANGE : [SB#702271] Add "Enable 'Extensions to Delete on Clean'" Tools
option (disabled by default).

CHANGE : Increased background text size to 1024 bytes.

CHANGE : The "Count" Handle String Function is case-insensitive now.

CHANGE : Version comparison can support AAAAAA.BBBBBB.CCCCCC.DDDDDD now.

CHANGE : New standard variable initialization.

CHANGE : Rename "Get System Information" function "Physical Memory" to
"Memory Status".

CHANGE : Compiler does not code-sign multiple-volume installation images
any longer.

CHANGE : Installer SetFileDate modification.

CHANGE : The installer does not overwrite an existing uninstall .log any
longer. It opens and appends entries to an existing uninstall
.log.

CHANGE : Updated online help.

CHANGE : Updated PDF manual.

REGRESSION : [SB#702282] "Map/Disconnect Network Drive" script function was
not working as expected.

REGRESSION : "Add/Remove Shared Resource" script function was not working as
expected.

RUNTIME : Update "Microsoft DirectX 9.0c February 2007 Redistributable
(9.17.892.0)".

RUNTIME : Add "Microsoft Service Pack 6 for Visual Basic 6.0
Redistributable (6.0.97.82) runtime to the Lindersoft runtime
web server.

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

Regards,

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

"point. click. ship" - that's SetupBuilder 6
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing Certificate Partner