inno_build 0.3.0 inno_build: ^0.3.0 copied to clipboard
CLI for building Flutter Windows applications into Windows installer (.exe) using Inno Setup. Automates the installer creation process for easy distribution.
0.2.0 #
Added #
- Option for users to choose the install mode (current user/all users).
- Support for including a license file.
- Welcome page with improved images and icons.
- Version information (build number).
Changed #
msvcp140.dll
,vcruntime140.dll
, andvcruntime140_1.dll
are now included directly in the package.- Updated to use the app name in the "Run" checkbox instead of the bundle ID.
- Inno Setup compiler embedded directly into the package.
Fixed #
- Issue with Flutter Windows app being built unnecessarily.
- Inability to install vcredist in non-administrative mode.
- Multilingual support for the custom "Launch Program" message.
- API documentation.
0.1.2 #
- Improve missing documentation
0.1.1 #
- Update README.md
0.1.0 #
Fix :
- Improved uninstaller functionality in Control Panel.
- Addressed issue where no icon was created in Start Menus.
- Ensured Inno Setup is reinstalled when using options
--install-inno
. - Fixed issue where Inno Setup was not reinstalled with the
--install-inno
option.
Change :
- Specified minimum installer version to 10.0.10240 (Windows 10).
- Changed
outputdir
and now displays a message in the console when finished. - Always install Inno Setup without the wizard.
0.0.2 #
- Specify platform in pubspec.yaml file
0.0.1 #
- Initial version.