Quote:
|
Originally Posted by JacksMafia
ok first thanks so much REV0 for this tutorials i really understood much from it
but i'm still beginner in this so you'll have to bear me for a while
1.i already got video and insert it in to setup.cab no problem in this but when installation start there is no audio but the video works ok and the menu music works fine too .i found video in setup.cab and i replaced it-deleted my video-and it worked fine so what i do wrong?
2.i need you to tell me what's the best compression ratio for internal installation i now use this
Compression=lzma2/ultra64
;ExtraDiskSpaceRequired={#ExtraNeedSize}
LZMADictionarySize=65536
CompressionThreads=3
LZMANumFastBytes=273
SolidCompression=yes
LZMAUseSeparateProcess=yes
is this the best of it?
3. after game installed if i run the dvd again it doesn't detect that the game is installed meaning that the play button is not active why is that? the game i try to install doesn't have key in registry by default so i create a simple key for it have a look on it
[Registry]
Root: HKLM; SubKey: "SOFTWARE\THQ\DoW2 CR"; ValueName: UninstallString; ValueData: {uninstallexe}; ValueType: string; Flags: UninsDeleteKey;
is that right? or i have to do something else?
that's all for now
thanks for advise
|
1. It could be encode error
2. yes, lzma2/ultra 64 is the strongest compression for internal setups
3. Because INNO has it's own regkeys so it will detect that game is not installed, that's normal.
And like i stated in tutorial, DO NOT play with Subkey.
In every case, subkey will look like this:
Code:
Root: HKLM; SubKey: "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName}"...