杉宫竹苑工作室

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 2321|回复: 0

SetupBuilder Professional Edition 7.7 Build 3805

[复制链接]
发表于 2017-1-15 12:21:27 | 显示全部楼层 |阅读模式

正式会员享受无限制浏览网站功能和高速网盘下载,赶快加入本站吧!

您需要 登录 才可以下载或查看,没有账号?立即注册

x
Program Name: SetupBuilder Professional Edition 7.7 Build 3805
Program Type: Soft Package
Developer: Lindersoft
Homepage: http://www.lindersoft.com/
Release Date: September 7th, 2012
Interface Language: English
Platform: Windows 2K / XP / 2003 / Vista / 2008 / Vista64 / 7/7 x64
File Size: 15 MB

SetupBuilder version 7 is a powerful and easy to use Software Installation Authoring and Configuration Management environment for developers and organizations deploying applications to the Microsoft Windows Platform, including Windows 7, Windows Vista, Windows Server 2008 and Windows x64. Professional Edition is the perfect solution for developers who want quick, simple Windows software installations.

Key Benefits
If you demand the maximum flexibility to create professional, customized Windows installations, SetupBuilder has it all.
Ready for Windows 8—SetupBuilder Developer Edition gets you ready for Windows 8. Compiled applications are Windows 8 "Developer Preview" aware to ensure that software gets installed properly. If an install/uninstall application is not Windows 8 aware, "Program Assistant Compatibility" mitigation may kick in.
Ready for Windows 7, Windows Server 2008 R2, and Vista—SetupBuilder gets you ready for the latest Windows 7, Windows Server 2008 R2 and Vista operating systems. It provides support for important new Windows UAC security functionality and ensures that users are asked to authenticate themselves only once
Support for 64-bit Windows—Build installations for both pure 64-bit applications and hybrid applications that mix 32-bit and 64-bit code
Powerful Scripting Facility—With over 500 predefined setup-related functions in Developer Edition, the point-and-click SetupScript language gives you flexibility in any part of the installation, including user dialog sequence, file transfer, error handling, reboot, and even uninstallation
Visual Dialog Editor—Support for quickly customizing the user interface. You can use the Dialog Editor to create new dialogs from scratch for your SetupBuilder application. You can visually design dialogs and add items such as static text, text edit fields, graphics, checkboxes, radio buttons, push buttons, combo boxes, list boxes, and more!
Extremely Easy to Use—Create complete installations in just minutes using SetupBuilder. Simply point and click your way to a professional installation using SetupBuilder's intuitive graphical interface. Build sophisticated and flexible installations quickly and easily. SetupBuilder is the fastest installation development tool available. With SetupBuilder, you can create a professional installation in less than 30 minutes.
API Calling—API Calling gives you the ability to call Windows API or custom DLLs from your installation script without writing C code
Microsoft .NET Support—Register .NET Assembly in the Global Assembly Cache (GAC), COM Interop Registration .NET Assemblies, and Create Native Image for .NET Assemblies
Authenticode™ Technology Support—Automatically sign application files, installation packages and the uninstall application with Microsoft Authenticode Digital IDs. Recent operating system updates to Windows XP (Service Pack 2 and 3) and the new Windows 7, Server 2008 and Vista make it vital to use digital signatures in your application files and installation packages. This does not only complying with the latest security requirements, but also giving your users confidence in your product
Internet-based Installations—Create Web Installations to minimize bandwidth requirements by downloading only the files needed for the installation, reducing bandwidth requirements and saving time for the end user
Automated Web Updates—Add an automated “check for update” feature into your software applications. Web Update ensures that your clients are always working with the latest version of your software. It lets you specify settings for periodic updates over the Internet. This client application periodically checks the web for updates, then downloads and installs the newer files
Ultra Compact and Fast Installer Engine—SetupBuilder has always been the industry-leader in low-overhead, high-performance software installers and we are committed to staying leaps ahead of the competition. Compare our tiny ~160 KB runtime overhead (including uninstall) to the competition and see for yourself
setupPROTECT—Generate Serial Numbers and Subscription Keys to protect your installations. This technology is well suited for software subscription services in which the end-users subscribe, for instance on a monthly, quarterly, semi-annually, etc. basis
Set Access Control—Restrict or grant permission to system resources with a single script command. Set access control lists on a variety of system objects. Add, edit and remove permissions of files, registry keys, and created folders.
Delta Updates (Binary Patching)—Create industry-standard (multi-version) byte-level patch installations to distribute repairs and updates
Release Management—Support for efficient project release management. Create multiple versions of an application from a single project
Command Line Compiler—Automate your installation build process by building your project from the command line
Visual Script Debugger—Isolate and resolve problems that arise in your installation scripts. It allows you to track changes in the variables and settings within your installation as they occur
International Language Support—SetupBuilder offers unsurpassed support for multilingual installations right out of the box. One installation can handle up to 29 "runtime" languages
Maintenance and Support Subscription Included—The initial purchase of your new SetupBuilder license includes a Maintenance and Support Subscription Plan under which you are eligible for support, upgrades and updates. It also comes with a free Annual Lindersoft Community Premium Membership that allows you to purchase selected 3rd party products at a discounted price. You can purchase Comodo code signing certificates for as little as $66 per year (on a three year term)
Great Value—SetupBuilder includes a royalty-free license allowing for the distribution of an unlimited number of copies and use with an unlimited number of applications
Trusted by Professionals—Thousands of developers trust SetupBuilder to distribute their software to millions of customers and clients around the world

New in SetupBuilder Professional Edition 7.7 Build 3805 (September 7th, 2012)
IMPROVEMENT: [SB#2-08201] Add "Total Disk Space" option to the "Get System Info..." script function to retrieve the amount of available disk space of a specific drive and returns it's numeric size in Kilobytes.
IMPROVEMENT: Installer: Add support for both RICHED32.DLL and RICHED20.DLL Rich Edit Control versions. If the Windows core RICHED32.DLL module can't be loaded (e.g. on Windows XP Embedded machines) then the installer tries to load RICHED20.DLL.
FIX: [SB#2-08271] Installer: The "Exit Installation..." script function triggered a reboot message when a reboot machine action was pending.
FIX: [SB#2-08228] Installer: After launching a program non-elevated from an elevated running setup, the reboot machine mechanism did not work. The reboot/restart function internally failed with ERROR_PRIVILEGE_NOT_HELD 1314 (0x522) --> A required privilege is not held by the client.".
FIX: [SB#2-08311] IDE: The "Version Less Than" condition in the "#ifcompvar" preprocessor resolved to an incorrect value if the variable values were equal.
FIX: IDE: The "Version Less Than" condition in the "#ifconst" preprocessor resolved to an incorrect value if the variable values were equal.
FIX: IDE: The "Version Less Than" condition in the "#ifdef" preprocessor resolved to an incorrect value if the variable values were equal.
CHANGE: Installer: Recompiled (with VS2012 RTM) the GAC module for assemblies targeting the .NET 4.0 and .NET 4.5 Frameworks.
CHANGE: [SB#2-08221] IDE: Try to detect "hidden" controls (length, width, and height set to 0) controls in the Visual Dialog Editor.
CHANGE: Installer: Minor "event logging mode" modifications.
CHANGE: Installer: The "Reboot/Resume..." script function passes shutdown reason codes to the ExitWindowsEx Windows API to indicate "Application: Installation (Planned)" A planned restart or shutdown to perform application installation.
CHANGE: [SB#2-09051] IDE: The compiler can detect unknown control identifiers (warning GEN1117) in the "Wizard: Get Control Info..." script function.

New in SetupBuilder Professional Edition 7.7 Build 3720 (June 18th, 2012)
FIX: [SB#02-06071] IDE: Incorrect title displayed in the "One or more of the selected files already exist in the script. Add duplicate file(s)?" message box ("Files and Folders" Visualizer).
FIX: [SB#02-04053] IDE: Selecting multiple files in the right hand panel of the "Files and Folders" Visualizer and changing the file properties corrupted the selected script items; caused by [SB#112132].
FIX: [SB#02-06111] IDE: Incorrect (extra) event fired for a "Custom Wizard Dialog" in the Debugger when using the Next/Back/Next button combination (re-open wizard dialog scenario).
CHANGE: [SB#02-05311] Installer: Increase the width of the numeric "Space Required" and "Space Available" static text controls in the "Custom Install" wizard dialog.
CHANGE: [SB#02-06072] IDE: The "Web Update" User Name and Password are hidden behind asterisks (Tools | Options | Web Update tab).
CHANGE: IDE: The compiler can detect and report damaged File properties (see [SB#204053]).
CHANGE: IDE: The 'Script Structure Validation' function to can detect and repair damaged File properties (see [SB#204053]).
CHANGE: Installer: Remove internal code to avoid extra message fired for a "Custom Wizard Dialog" when re-opening the dialog.
CHANGE: IDE: The "browse-for-file" dialogs in the General Information "Digital Signature" tab does not save and restore the current directory path any longer.

New in SetupBuilder Professional Edition 7.7 Build 3648 (April 6th, 2012)
FEATURE: Add preliminary built-in support for Windows 8 "Consumer Preview" and Windows Server 2012.
FEATURE: IDE: Add support for Windows 8 in the "#embed UAC manifest..." compiler directive.
FEATURE: [SB#203091] IDE: Add "#http download..." compiler directive to download a file from a HTTP server during the compilation process.
IMPROVEMENT: IDE: Add support for Windows 7 to the "Set App Compatibility Mode..." script function.
IMPROVEMENT: Add "Installer GUID" option to the "Get System Info..." script function to retrieve the GUID of the installation currently executing.
IMPROVEMENT: [SB#202131] Installer: The 'Set Variable(Ex) "Arithmetic & Bitwise" operation supports 64-bit integer values now.
IMPROVEMENT: [SB#202031] IDE: The compiler displays the code signing expiration date in the compiler window. If the expiration date is < 45 days, it gives a compiler warning. The warning is skipped in command line compilation mode.
IMPROVEMENT: IDE: Add "Add Include Script..." item to the right-click popup menu in the Script Editor.
IMPROVEMENT: IDE: Add "Set Variable..." item to the right-click popup menu in the Script Editor.
IMPROVEMENT: IDE: Add "Simulate 'Next' wizard button" option to the "Custom Dialog" button control properties.
IMPROVEMENT: [SB#204021] IDE: Add "Working Directory" option to the "Add/Delete Scheduled Task..." script function.
IMPROVEMENT: [SB#105121] IDE: Add "Repeat Task (Minutes)" option to the "Add/Delete Scheduled Task..." script function.
IMPROVEMENT: The "Unzip File(s)..." script function can unzip decrypted ZIP industry-standard 2.04g format compatible archive items.
IMPROVEMENT: IDE: Add an option to recover from a "Fatal Error: Unknown control type" error in the Visual Dialog Editor.
IMPROVEMENT: IDE: Add "Copy to Clipboard" option to the "#msg..." compiler directive.
IMPROVEMENT: IDE: Add HTTP_TIMEOUT #pragma to set the timeout, in milliseconds, for blocking receive calls in HTTP download actions.
IMPROVEMENT: Add support for .NET Framework 4.5 detection.
IMPROVEMENT: The "System Software Requirements" option supports .NET Framework 4.5 detection.
FIX: [SB#202281] IDE: The compiler did not detect unreferenced variables in the "Edit INI..." script function.
FIX: IDE: Under certain circumstances, the compiler did not detect unreferenced variables in the "Handle String Operation..." script function.
FIX: [SB#203261] Installer: Under certain circumstances, the automatic language detection in a multiple-language setup did not work as expected.
FIX: [SB#204041] IDE: Create new Feature inherited a preceding Description item.
FIX: IDE: Create new Setup Type inherited a preceding Display Name and Description item.
CHANGE: [SB#201231] Installer: If a ".NET Framework is Installed" Software Requirement is not met, the installation replaces the "1.0" text string resource "placeholder" in the displayed message box with the selected .NET Framework version.
CHANGE: Installer: If a Requirement is not met, the message box displays an icon consisting of a lowercase letter "i" in a circle.
CHANGE: IDE: Rename "Arithmetic & Bitwise Operation" in the "Set Variable(Ex)..." script functions to "Arithmetic & Bitwise".
CHANGE: [SB#202132] IDE: The Get Started Task "Browse sample projects" displays a warning message if Windows can't explore the 'Examples' folder.
CHANGE: Installer: Change the default timeout for blocking receive calls in HTTP download actions from 5,000 milliseconds to 10,000 milliseconds.
CHANGE: [SB#202291] IDE: The "Add Compiler Variable" SKU Management Configuration option checks for the invalid vertical bar ("|") in the Value List entry.
CHANGE: IDE: If the SKU Management Configuration option 'Value List' is blank, the /CV command line compiler switch lets you define the SKU 'Value List' for 'Combo entry with list of values (single-select)' and 'List entry with list of values (multi-select)' SKU entry types by passing a list of items separated by a vertical bar ("|").
CHANGE: IDE: If the SKU Management Configuration option 'Value List' is defined, the /CV command line compiler switch lets you select one item in the SKU 'Value List' for 'Combo entry with list of values (single-select)' and one or multiple items in the 'List entry with list of values (multi-select)' SKU entry types by passing a list of items separated by a vertical bar ("|").
CHANGE: [SB#203081] The "Get INI Value..." script function can retrieve values up to 10KB.
CHANGE: IDE: Minor modifications to the internal thread communication management to avoid possible deadlock scenarios when starting the IDE or opening and closing projects. This should fix the "Warning: The IDE was unable to start thread #X." issue (especially on Windows 8).
CHANGE: IDE: Compiler window displays processed #pragma compiler directives.
CHANGE: IDE: The compiler does not display the currently processed script in the IDE caption bar text to eliminate flickering.
CHANGE: [SB#203281] Installer: Increase the width of the "Space Required" and "Space Available" static text controls in the "Custom Install" wizard dialog.
CHANGE: [SB#203281] IDE: Update LSZip decompression library add-on to build v2.9.9.6 to work around a possible CRC decompression bug if the CRC is appended at the end of the compressed data. This applies to the "#unzip file(s)..." compiler directive and to the "Unzip File(s)..." script function.
CHANGE: IDE: The Visual Dialog Editor control properties show the internal control "ID" in the window title.
CHANGE: IDE: Disable the "Next (Ctrl+F6)" system menu item in the Visual Dialog Editor wizard.
CHANGE: IDE: Minor Visual Dialog Editor modifications.
CHANGE: [SB#204011] IDE: Change Status Bar and Toolbar font from "MS San Serif" to "Tahoma".
CHANGE: [SB#204012] IDE: The "save script" function frees the internal FTP upload queue ("Release Distribution").
CHANGE: [SB#204031] IDE: Minor modifications to the setup compilation window. During the compilation process, the left list is not disabled any longer and the EnableWindow Windows API to enable it after the compilation process is skipped. As a result, the IDE can optionally stay in the background.
CHANGE: Remanifested pkey.exe code-sign helper to provide Windows 8 "Consumer Preview" compatibility.
CHANGE: Recompiled wupdate.exe web update client to provide Windows 8 "Consumer Preview" compatibility.
CHANGE: Recompiled wucheck.exe web update check client to provide Windows 8 "Consumer Preview" compatibility.
CHANGE: Updated online help (CHM and PDF).
REGRESSION: [SB#203091] Installer: The shortcut for a non-executable file installed to the 32-bit 'Program Files' folder on 64-bit operating systems displayed a blank icon. Before calling the SetIconLocation API to set the location (path and index) of the icon for a Shell link object on x64 operating systems when running in 32-bit mode, convert the a 'Program Files' folder item for .exe files only to an environment variable to work around a Windows x64 bug.

New in SetupBuilder Professional Edition 7.6.3595 (February 16th, 2012)
FIX: (sync from SB8) [SB#201251] Installer: A text resource item >5,196 bytes resulted in a buffer overrun error.
FIX: [SB#202081] IDE: Possible "Browse for File..." dialog issue.
FIX: IDE: Possible "Browse for Folder..." dialog issue.
FIX: (Installer: System Message Boxes displayed "SetupBuilder 7.5".



Download:
http://www.lindersoft.com/sb70trial/sb7_Dev_Trial.exe
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SgzyStudio

GMT+8, 2024-5-3 17:58 , Processed in 0.109527 second(s), 22 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表