Quote:
Originally Posted by bundy-al
I was hoping for a program like this on the fileforums.com forum from user Suryam.
SICT(Simple Inno Creator Tool) It is A Tool Where You Can Create Your Own Repack With No Coding Just Compress And Compile And Then Done !
I am looking for a program or something to repack an app in an easy way.
I've done VLC media player now.
But I am also looking for .iss scripts of apps e.g. Winrar, Foxitreader etc. (just change it to the latest version and done).
Oops you are the creator of the app Custom Installer Ultimate v3.
Do you have something like this for making apps ?
|
Well, in nature Inno Setup was build especially for this stuff - prepare software installers (to be fair, "software" also include games).
If you want to repack your software (apps), you just need just a few sections actually.
[Setup], [Files], [Registry]
I suggest to read the IS help about this sections, their layout and parameters to use to register your app (via registry and/or dll for example).