Quote:
Originally Posted by Joe Forster/STA
(Whoops, wrong guess.) Try Inno Setup itself then! 
|
I tried Inno Setup, but when I compile the code I get some weird messages :
Quote:
[Run]
Filename: "{src}\Redist\PhysX\PhysX_8.10.13_SystemSoftware.e xe"; StatusMsg: "{cm:InstallingPhysX}"; BeforeInstall: "PhysXInstall";
Filename: "{src}\Redist\DirectX9\dxsetup.exe"; Parameters: "/silent"; StatusMsg: "{cm:InstallingDirectX}"; Check: "DXInstall";
|
For instance, those two lines will induce :
Line 136 : Required function or procedure 'PhysXInstall' not found
Line 137 : Required function or procedure 'DXInstall' not found
The same appears with :
Quote:
[Files]
Source: "{app}\data\Textures.vfs"; DestDir: "{app}\data"; BeforeInstall: "SetBackgroundImage('inst3')";
|
And here :
Line 17 : Required function or procedure 'SetBackgroundImage' not found
I read the entire source code and I didn't find any procedures nor functions with those names in it...
I suppose I may send the source code legally as without the file structure it wont be complete if needed to help me
PS : I'm working on a dvd9-dvd5 compression of a game implying setup.bin files, this is why I posted this message in the dvd9-dvd5. And I hope this method will conduce me to something that will allow us to compress more games using this kind of file struc.