Autobackup7 extraction updated to support the new InnoSetup installer.

Also added the ability to provide an archive containing the program files instead of the setup file.
This commit is contained in:
Homes32
2023-01-08 13:42:53 -06:00
parent 393efc27eb
commit a6c0f4f5b4
2 changed files with 30 additions and 10 deletions

View File

@@ -17,6 +17,12 @@ Notable changes to the PhoenixPE project.
- Updated Open-Shell to v4.4.186
* rewrote the extraction routines to make future updates easier
* added Win11 start button option
- **Script Breaking Change:** Fab's Auto Backup extraction routines were re-written because author of AutoBackup7 switched to distributing the program in an InnoSetup installer instead of a self-extracting 7z archive.
* Support extracting the official InnoSetup installer.
* Added support for extracting Autobackup files from a .7z/.rar/.zip archive.
Due to the changes the previous self extracting archives can no longer be used. Users must either provide the new InnoSetup package or construct an archive containing their AutoBackup7 program files.
### Fixed
- Fixed an issue preventing network services from being installed if no NIC's were present.