|
|
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Probably in the wrong place for asking this, but need help with inno script i found.
I have recently come across an .ISS script, i don't know if it was ever posted here.
Its labeled "EXGames version" and after a few quick Google searches, it was created from one of the million "R.G." groups, RG ExGames. It HALF-works for me, which is surprising, because I kept looking for installers that actually worked for me, and a handful of them that are on this site, some of the BB installers and corepack ones, do not, except they work for everyone else because why not? Anyway, there are a few problems to this that I can't seem to find or fix. The .iss was half in Russian, so I had to translate it. I seem to managed to get most of it reset to English, though are there are like a few snippets of text that are still Russian. It can't seem to create a shortcut (I might be wrong about this) And lastly, it spits out these error. ![]() It fully extracts the data.bin I have just fine though. If anyone can help me fix up the errors and this shortcut issue on this i will be glad. EXGames.rar |
| The Following User Says Thank You to gnarly1014 For This Useful Post: | ||
Behnam2018 (30-01-2020) | ||
| Sponsored Links |
|
#2
|
||||
|
||||
|
Ok I know the problem plz wait for 3-5 hours
__________________
Video Creator Discord - Harsh_Ojha_748 #8782 |
| The Following User Says Thank You to Harsh ojha For This Useful Post: | ||
Behnam2018 (30-01-2020) | ||
|
#3
|
||||
|
||||
|
Quote:
Did you compress the game files separately first with 'precomp' then 'Srep' and finally 'FreeArc' ? . |
|
#4
|
||||
|
||||
|
Fix :
Copy / replace your files with these. . Last edited by BLACKFIRE69; 15-10-2022 at 16:27. |
| The Following User Says Thank You to BLACKFIRE69 For This Useful Post: | ||
gnarly1014 (26-01-2020) | ||
|
#5
|
|||
|
|||
|
This got rid of the errors just fine, and I am happy about that, but it still won't create a desktop shortcut. I don't know what I am doing wrong, i even added a line to make a desktop shortcut from a normal Inno Setup script.
|
|
#6
|
|||
|
|||
|
Bump...
It apparently can create a desktop icon, but its blank and it doesn't run the game. Please, i need a new fix. |
|
#7
|
||||
|
||||
|
Code:
[Icons]
Name: {group}\YOUR APP NAME; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\YOUR APP NAME; Filename: {app}\APP Exe File; WorkingDir: {app}; Check: CheckError
__________________
Haters gonna hate
|
|
#8
|
||||
|
||||
|
Quote:
ex: NFSH Code:
... ; Filename: {app}\NeedForSpeedHeat.exe; ...
(both {group} and {commondesktop}) |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [REQ] Repack Inno Script GOG Games | OkaX | Conversion Tutorials | 2 | 31-12-2017 05:37 |