Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lifenjoiner/isx
ISx is an InstallShield installer extractor
https://github.com/lifenjoiner/isx
extractor installshield unpacker windows
Last synced: about 2 months ago
JSON representation
ISx is an InstallShield installer extractor
- Host: GitHub
- URL: https://github.com/lifenjoiner/isx
- Owner: lifenjoiner
- License: mit
- Created: 2018-01-11T13:01:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T13:25:34.000Z (about 1 year ago)
- Last Synced: 2024-01-25T14:34:54.324Z (about 1 year ago)
- Topics: extractor, installshield, unpacker, windows
- Language: C
- Size: 74.2 KB
- Stars: 141
- Watchers: 14
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
ISx is an InstallShield installer extractor.
Why I made it?
There is a program which is old but needed. It's packaged by InstallShield.
It is no longer maintained. I need to change some actions of the installation,
and make the installation work well.What doest this program do?
It focuses on why it is created.
It extracts ALL the components of the InstallShield installer.The capability?
DevStudio 9 (2003) to InstallShield 2021, based on my limited tests.Usage?
ISxCompile?
It's coded on Windows, and has been compiled by tcc/gcc/msvc. Read the comments.Dependency?
miniz's tinfl. Of course you can make your preferred wrapper.Further information?
1. You can use 'ISCab' from InstallShield (2009) to modify the cab file(s).
2. You can use 'Orca' to modify the msi files.
3. You can use 'isd'/'sid' to the inx/ins file.
4. You can run the (some) extracted '*_sfx.exe' file to launch the installation.
5. For the older version installer, try 'IsXunpack'.
6. More? Read the source file!Source code?
https://github.com/lifenjoiner/ISx