alexbatalov / fallout1-ce

Fallout for modern operating systems
Other
2.18k stars 150 forks source link

Not a supported Inno Setup installer! #160

Open matteuf opened 5 months ago

matteuf commented 5 months ago

I've downloaded the Windows installation from GOG. Now I'm trying to extract by doing this :

$ brew install innoextract
$ innoextract ~/Downloads/GOG_Galaxy_Fallout.exe -I app

And I'm getting this error : "Not a supported Inno Setup installer!"

Does someone got a similar issue?

JamesTiberiusKirk commented 5 months ago

i just got this too, the issue is that you have downloaded the wrong executable from gog. You need the following Screenshot 2024-04-26 at 14 30 44

In adition, im not sure if i was doing something wrong, however, i had to place both files in a folder, cd to that folder then run innoextract ./[exe_name].exe That seemed to have extracted everything properly for me.

Then i just folled the rest of the instructions.

Also, if this is helpful to you, may i suggest you rename the issue to "Not a supported Inno Setup installer!" just so that people searching this will find it easier?

johndoe71rus commented 5 months ago

may be this help https://github.com/alexbatalov/fallout1-ce/pull/141/files

matteuf commented 5 months ago

Thank you!