InnoEx Changelog

What's new in InnoEx 0.9.2

Jul 11, 2016
  • InnoUnp v0.45 (fast detecting encrypted files, plus some small tweaks to increase general performance)
  • Updated ROPS disassembler (last commit on GitHub)
  • Fixed small bug with double error message, on some unsupported (ISX) Inno installers

New in InnoEx 0.9 (Aug 24, 2015)

  • Some parts of program were rewritten for better performance and responsibility.
  • Improvements for detecting/opening Inno Setup installers in InnoEx (new custom option "ForceISLoad" will let you adjust this to your needs).
  • Improvements for External editors.
  • Improvements for Viewer.
  • Small improvements for opening bundled installers.
  • Small improvements for searching on main list (which is also much faster now).
  • Improvements for Pascal script disassembler (added support for scripts compiled with old ROPS version).
  • Updated InnoUnp to version 0.43 (with support for fast detecting encrypted files).
  • Small changes and code optimization in shell extension.
  • Added new function for automatically detecting bundled installers requested).
  • Added new feature for detecting Inno Setup installers - similar to researcher from InnoExtractor (requested).
  • Additional custom options (some requested, some other invented by me).
  • Fixed potential error that could happen in some rare cases while opening bundled installers.
  • Fixed problem when extract directory passed to InnoUnp was ended with spaces.
  • Fixed some problems with shortcuts.
  • Fixed few other small bugs.
  • Many other small changes/improvements.

New in InnoEx 0.8 (Feb 9, 2015)

  • Improvements in custom/external editors.
  • Improvements in detecting encrypted files.
  • Small improvements for Pascla script disassembler.
  • Small improvements for storing/handling temp files.
  • Slight optimization for 'Extract files with selected language' and 'Rename files according to DestName: parameter'.
  • Added new option to autodetect encrypted files.
  • Added new function which will let you open another (bundled in) Inno installer, directly from InnoEx.
  • Added new function that will check whether file you want to open is an Inno Setup installer or not.
  • Fixed problem with infinite loop in ListView search (missed one flag).
  • Fixed problem with Viewer search dialog, losing stay on top attribute (or keeping it when not needed).
  • Fixed problem with opening Inno installers from context menu, when custom name for InnoUnp was set.
  • Fixed problem with drawing StatusBar panels when DPI was higher than 100%.
  • Fixed problem where program tries to dump Code section even if it doesn't exist, producing empty file in extract dir (only if 'Dump [Code] section' in options was selected).
  • It is now possible to switch through sections/script from Viewer->View menu.
  • Script files (*.iss) opened in built-in Viewer from 'View file (internal)...', will now have assigned highlighter and Jump menu.
  • Other minor changes/improvements around whole program.
  • Also, few small changes requested by users.

New in InnoEx 0.7 (Feb 9, 2015)

  • Speed improvements (mainly for managing setups with many files).
  • Some changes and improvements for built-in viewer.
  • Added Pascal script disassembler (view, dump).
  • Added possibility to open any file in InnoEx viewer or in notepad (can be customized).
  • Added view (detect) encrypted files.
  • Added contact form (report errors, problems or suggestions).
  • Many other small changes/fixes/improvements.

New in InnoEx 0.6 (Feb 9, 2015)

  • Fixed small problem with registry and ini sections not being properly detected.
  • Fixed error in dump registry function with CODE: constants in value data (dword and qword).
  • Fixed error in dump ini function with constants in filename.
  • Fixed StatusBar (update) glitch.
  • Fixed sort of date column.
  • Speed improvements for reading custom messages.
  • Other small changes.

New in InnoEx 0.5 (Feb 9, 2015)

  • Drag and drop files from InnoEx to other programs (e.g. Windows explorer).
  • Improvments for high DPI settings.
  • Reworked directory selection (ListView context menu).
  • New shell extension.
  • Some minor improvements and bug fixes.

New in InnoEx 0.4 (Feb 9, 2015)

  • Fixed procedure that breaks long hex strings in dump registry function.
  • Fixed problems with quotes, preventing imports dumped registry file to system registry.
  • Fixed small bug in 'Extract files with selected language' (this option is now hidden when not needed - same as password field).
  • Fixed alt key bug (disappearing buttons and other components).
  • CM: and REG: constants are partially supported now (CM: need some tweaks) / it is not possible to retrive value for CODE: constant.
  • In some cases there was a problem with loading script to internal viewer (SynEdit).
  • Added view ini section and dump ini section to proper files (they are extracted to {dumped ini files} directory) - this functionality is disabled by default, you can activate it in options menu.
  • It is possible now to get registry section without extracting files.
  • You can run files from list by double clicking or from popup menu (those files will be extracted to temp folder and deleted on InnoEx close).
  • Some small speed improvements.
  • Other minor fixes.

New in InnoEx 0.3 (Feb 9, 2015)

  • Fixed small bug in dump registry function.
  • Changed HKEY_CLASSES_ROOT to HKEY_CURRENT_USER (it is now possible to integrate into context menu without admin privileges).
  • Minor improvements.

New in InnoEx 0.2 (Feb 9, 2015)

  • Added new function 'Rename files according to chosen language'.
  • Decryption support.
  • Few fixes/improvements here and there.