Inno Setup 歷史版本列表 Page12

最新版本 FreeNAS 12.0-U8.1

Inno Setup 歷史版本列表

Inno Setup 是一個工具,專為創建專業安裝程序而設計,可以在 Windows 2000 和 Windows 8 之間的所有 Windows 平台上運行(包括此操作系統的業務版本,32 位和 64 位版本也完全支持)。雖然這個開放源代碼程序可以被任何人免費使用,但是 Inno Setup 是非常穩定的,並且提供比其他大多數類似的付費選擇更多的功能。  這使得它非常受歡迎,他們需要訪... Inno Setup 軟體介紹


UltraMixer 6.1.5 (64-bit) 查看版本資訊

更新時間:2019-05-07
更新細節:

Inno Setup 6.0.2 查看版本資訊

更新時間:2019-04-28
更新細節:

What's new in this version:

- Added new {sysnative} constant

Pascal Scripting changes:
- Added new WizardSelectComponents and WizardSelectTasks support functions
- Renamed the IsComponentSelected and IsTaskSelected support functions to WizardIsComponentSelected and WizardIsTaskSelected. The old names are still supported, but it is recommended to update your scripts to the new names and the compiler will issue a warning if you don't
- Minor cosmetic fixes

UltraMixer 6.1.4 (64-bit) 查看版本資訊

更新時間:2019-04-15
更新細節:

UltraMixer 6.1.3 (64-bit) 查看版本資訊

更新時間:2019-03-20
更新細節:

UltraMixer 6.1.2 (64-bit) 查看版本資訊

更新時間:2019-01-25
更新細節:

UltraMixer 6.1.1 (64-bit) 查看版本資訊

更新時間:2018-12-20
更新細節:

What's new in this version:

Fixed:
- Missing exclamation mark
- UltraMixer 6 Basic skins are not shown sometimes
- Widget sizes changes after restart
- Sometimes wrong positioning of the video mix widget
- General layout correction
- The waveform does not correspond to the file ins seldom cases
- Multiple editing of ID3 Tags

Luminar 2018 1.3.2 查看版本資訊

更新時間:2018-11-01
更新細節:

Inno Setup 5.6.0 查看版本資訊

更新時間:2018-06-18
更新細節:

Inno Setup 5.6.1 查看版本資訊

更新時間:2018-06-14
更新細節:

What's new in this version:

- /LOG: Now logs some additional information about uninstall info saving.
- The {sendto} constant has been renamed to {usersendto} and now can correctly trigger a used user areas warning. It still returns the same directory: the path to the current user's Send To folder. (There is no common Send To folder.)
- Minor fixes to the registry entries logging and improved syntax highlighting introduced by the previous version.
- Minor tweaks.

Inno Setup 5.5.9 查看版本資訊

更新時間:2016-04-08
更新細節:

What's new in this version:

- To further help protect installers against potential DLL preloading attacks, Setup/Uninstall now calls SetDefaultDllDirectories if available to remove the application directory from the DLL search order. If SetDefaultDllDirectories is not available or cannot be called, it now additionally preloads a set of system DLLs known to be loaded unsafely by older or unpatched versions of Windows
- Change in default behavior: the OutputBaseFileName [Setup] section directive now defaults to mysetup instead of setup. Setting it back to setup is not recommended: all executables named "setup.exe" are shimmed by Windows application compatibility to load additional DLLs, such as version.dll. These DLLs are loaded unsafely by Windows and can be hijacked. If you do so anyway, the compiler will issue a warning.
- Added new [Files] section flags: sign and signonce. Instructs the compiler to digitally sign the original source files before storing them. Ignored if [Setup] section directive SignTool is not set. Inno Setup's own compiler files are now also signed
- [Setup] section directive LZMADictionarySize now allows the LZMA dictionary size to be increased up to 1 GB from the previous maximum of 256 MB. Review the memory requirements listed in the Compression topic before using!
- Improved the "auto-retry" feature of the [Files] section: it now also retries if MoveFile failed even if the preceding DeleteFile succeeded. Additionally, if MoveFile keeps failing it will now register the file to be replaced on restart if the restartreplace [Files] section flag is used instead of displaying an error message
- The value of the AppVersion directive is now not only used to set the MajorVersion and MinorVersion values in the Uninstall registry key when possible but also used to set the VersionMajor and VersionMinor values as required by newer versions of the Windows App Certification Kit
- Unicode Inno Setup: Added official Armenian translation
- Minor tweaks

Inno Setup Preprocessor (ISPP) changes:
- Added new function RemoveFileExt
- Documented predefined variable ISPPCC_INVOKED
- Console-mode compiler (ISCC) change: Added new command line parameter /J. Can be used to #include additional files