Lancements de Setup Factory

Released: Aug 22, 2023

Mises à jour de 9.6.0

Fonctionnalités

  • Added support for Microsoft Windows 11, Windows Server 2019, and Windows Server 2022 to the System.GetOSName action.
  • Added support for Microsoft Windows 11, Windows Server 2019, and Windows Server 2022 to the System Requirements in the Project Settings dialog.
  • Added support for runtime compression of 64-bit non-skinned setups.
  • Made SHA-256 code signing the default, as SHA-1 Authenticode and timestamping services were deprecated in early 2023.
  • Added the ability to dual-sign setups...

Released: Jan 4, 2019

Mises à jour de 9.5.3

Correctifs

  • Fix: Fixed a bug where Setup Factory's design environment was incorrectly declared as DPI-aware in its manifest. This caused the interface to scale poorly in high dpi environments.
  • Fix: Enabled GDI scaling on Windows 10 (1703) or later for Setup Factory's design environment. This improves how the interface looks in high dpi environments.
  • Fix: Fixed screen previews on Windows 10 (1703) or later when GDI scaling is enabled.
  • Fix: Fixed a bug in the 'File.Install', 'File.Copy' and 'File...

Released: Jul 31, 2018

Mises à jour de 9.5.2

Correctifs

  • Fix: Fixed an issue where Setup Factory silent installs would fail on Windows Server OS's without a GUI due to the system file 'oledlg.dll' not being present. This fix only applies to silent installs. Setups with an interface still require that system component.
  • Fix: Made a change to Setup Factory's launcher to prevent possible DLL hijacking of system files if nefarious copies were placed in the same folder as the setup when launched. The issue was related to the default search order...

Released: Mar 3, 2016

Mises à jour de 9.5.1

  • Feature: Added SHA-256 code signing support.
  • Feature: Added the ability to dual-sign setups (SHA-256 and SHA-1).
  • Feature: Added a password field for the code signing certificate(s).
  • Feature: Added a few items to the System.GetOSProductInfo action's constants.
  • Change: Removed support for signing with signcode.exe, instead use signtool.exe.
  • Fix: Made several changes in order to prevent errors that may occur due to anti-virus scanning when launching the setup and installing files.
  • Fix: Fixed a bug...

Released: Mar 18, 2015

Mises à jour de 9.5

  • Feature: Added Windows 10/Server 10 support to Setup Factory's design environment and supporting files.
  • Feature: Added Windows 10/Server 10 support to Setup Factory's runtime and supporting files.
  • Feature: Added Windows 10/Server 10 (Server version is tentative) to the OS conditions tree.
  • Feature: Added Windows 10/Server 10 to the System.GetOSName action.
  • Feature: Updated SUF's documentation where applicable.
  • Feature: Performed Windows 10 compatibility testing on SUF's design and runtime using...

Released: Jul 9, 2014

Mises à jour de 9.3.1

  • Support for Right-to-left text on the Setup screen.
  • Fixed a bug where importing language files would not save it's location.
  • Fixed a bug where the 'All Future OSs' OS condition checkbox would fail to load it's saved state correctly.
  • Fixed a bug loading and saving OS conditions (file and system requirements).
  • Implemented resizing of the Operating System checkbox tree on the Requirements tab of Project Settings.
  • Changed the Windows Installer 4.5 dependency module's detection script so that it...

Released: Oct 18, 2013

Mises à jour de 9.2.0

  • Feature: Updated Setup Factory's design environment to support Windows 8.1.
  • Feature: Updated Setup Factory's runtime manifests to support Windows 8.1.
  • Feature: Updated the 'System.GetOSName' action with Windows 8.1 and Windows Server 2012 R2.
  • Feature: Updated the OS condition tree to include Windows 8.1 and Windows Server 2012 R2.
  • Fix: Fixed a bug where 32-bit PNG images would not be properly converted to 24-bit when added to the setup.
  • Fix: Changed the "1.44 MB Floppy" segment size output...

Released: Jun 28, 2012

Mises à jour de 9.1

  • Added support for Windows 8 based on product testing in the Windows 8 Consumer Preview, and Windows 8 Release Preview
  • Added Windows 8 compatibility GUID to Setup Factory's design and runtime manifests
  • Added Windows 7 SP1, Windows 8, and Windows Server 2012 to the supported list of OS conditions
  • Added support to the System.GetOSName action for Windows 8 and Windows Server 2012
  • Added Windows Server 2008 R2 SP1 to the OS conditions
  • Fixed a bug where the 'Service Name' and 'Display Name' were...

Released: Feb 22, 2012

Mises à jour de 9.0.4.0

  • Fixed a bug where a divide by zero could happen in some circumstances in Setup Factory's runtime.
  • Fixed a bug where the System.RegisterFont action could sometimes hang on certain systems.
  • Fixed a bug on the "Add Action Plugin" dialog where resizing the dialog wasn't working properly.
  • Fixed a bug where the available CPU threads would not update when switching between multiple build configurations on the Setup File tab of the Build Settings Dialog.
  • Fixed a bug where attributes weren't being set...

Released: Jul 29, 2011

Mises à jour de 9.0.3.0

  • Added 2 new session variables, %LaunchUserName% and %LaunchUserDomain%
  • Added a new Debug.SendToFile action to let the developer store debug information in a text file, instead of being forced to write the information to the debug window
  • Fixed a bug where Edit Field controls using the Input mask Input Style were not using their session variable to properly initialize themselves
  • Added a warning to stop developers from entering invalid characters in the setup filename of the build settings
  • Fixed...