Skip to content

Releases: keelanstuart/sfxPackager

Version 3.7.3

26 Aug 03:36
3584268
Compare
Choose a tag to compare
  • Fixed a bug with MessageBox'es popping under the install window, leading to some confusion
  • Changed the way SpawnProcess works in order to accommodate access elevation for only the spawned process

Version 3.7.2

17 Jun 00:42
Compare
Choose a tag to compare

Fixed a minor UI issue with the packager; the completion progress bar was remaining visible even after a build was complete.

Version 3.7.1

13 Oct 15:47
Compare
Choose a tag to compare

Additions and refactoring for embedded / automated / console modes:

  • Consolidated output for both the packager and the setup app
  • Added optional console inheritance / creation

Fixed re-sizing of license dialogs

This release is all about automation... automating the packaging operation... automating the installation process. Runs from a command line with console output if you want.

Version 3.6

29 Sep 15:57
Compare
Choose a tag to compare

Convenience modifications and fixes:

  • Added "Add->Folder" and "Add->URL" options to the list context menu to facilitate folders and web-based content additions without first adding another file and modifying the source or dragging from Windows Explorer
  • Fixed the "chunked" http download code
  • Made the list position adjustment menu visible (not collapsed)
  • Refactoring of script preamble construction and execution

Version 3.4

26 Sep 01:36
Compare
Choose a tag to compare

Fixes and updates:

  • Added plain vanilla "accept license to continue" style license dialog
  • Fixed memory leak in package build
  • Fixed behavior when clicking close on progress dlg after install
  • Also cleaned up the packager log

Version 3.3

17 Sep 15:09
Compare
Choose a tag to compare

Large set of updates:

  • ToUpper, ToLower js functions added
  • Copy, Clear log window fixed
  • Added ability to change pre-compression block size, affects overall size
  • Added build start and end times

Version 3.2.0.3

08 Sep 16:09
Compare
Choose a tag to compare

Fixed:

  • pre-install per-file scripts were not running
  • some js paths were still not correct

I wish I had testers / a vocal user base. The The last couple of large changes were major refactors and it would have been nice to know that bugs were introduced sooner. If you use sfxPackager, I encourage your feedback, positive or negative. Thanks!

Version 3.0

26 Jul 01:08
Compare
Choose a tag to compare

Major Update!

  • Refactor of document properties to allow easier integration of new features and slicker UI
  • UI changes: more comprehensive options in the property editor
  • Improved debug infor coming from build log
  • Fixed '\' vs '/' bugs (shlwapi, curse you!)

Version 2.6

11 Jul 02:51
Compare
Choose a tag to compare

This release adds a new js function, CreateSymbolicLink, and recognizes the %cwd% environment variable as being the location the installer was run from. There are some additional, minor button tweaks on the progress dialog.

Version 2.5.1

16 Jun 20:13
Compare
Choose a tag to compare

Bug fixes related to the file download capability.