Posted September 24, 2017
I would like to be able to make nice looking installers like GOG does for their game distributions. I've been looking at the installers and I realized they use Inno Setup for the installer but when I make a setup file with Inno Setup, it looks like a standard install wizard. I tried looking around for how to change this and found Graphical Installer so I tried using that but it just made it look like a generic "graphical installer" made setup program. I don't know how to make a custom and unique looking installer like GOG with Inno Setup.
As a side note I noticed that I can open GOG installers with 7zip as an archive but I can't open a normal installer compiled with Inno Setup as an archive and when I try extracting all files from the installer with Innounpacker, I can not recompile the Inno Setup script it unpacks even though it supposedly unpacks all the files that would have been there when it was first made. This leads me to believe they use an extra step or some other program in the creation of these installers and I just wanted to know how to replicate these but with my own designs of course.
Sorry for the long post I just wanted to give as much information as possible to try to get help understanding this.
As a side note I noticed that I can open GOG installers with 7zip as an archive but I can't open a normal installer compiled with Inno Setup as an archive and when I try extracting all files from the installer with Innounpacker, I can not recompile the Inno Setup script it unpacks even though it supposedly unpacks all the files that would have been there when it was first made. This leads me to believe they use an extra step or some other program in the creation of these installers and I just wanted to know how to replicate these but with my own designs of course.
Sorry for the long post I just wanted to give as much information as possible to try to get help understanding this.