Releases: keelanstuart/sfxPackager
Version 3.7.3
- 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
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
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
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
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
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
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
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
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
Bug fixes related to the file download capability.