#31
|
|||
|
|||
desktop shortcut to the game ?
|
Sponsored Links |
#32
|
|||
|
|||
|
#33
|
||||
|
||||
Indicate the name of the executable of the game:
|
The Following 3 Users Say Thank You to JRD! For This Useful Post: | ||
#34
|
||||
|
||||
You are doubled the dots:
|
#35
|
|||
|
|||
[B]M&S_Kompressor_1.2 Reloaded Scrip arc.ini? [/B]
M&S_Kompressor_1.2 Reloaded Scrip arc.ini?
|
#37
|
|||
|
|||
Thank you
|
#38
|
|||
|
|||
M&S_Kompressor_1.2 Reloaded Scrip arc.ini?
|
#41
|
||||
|
||||
can yuo add a system check page, with windows, ram, videoram, ram and sound
|
#42
|
||||
|
||||
Great... also tested with Precomp 0.45..
__________________
≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « I Mediocri Imitano, I Geni Copiano, Dio Crea & Distrugge » (Io Ridefinisco & Perfeziono le Loro Opere Rendendole Uniche) ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ ≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈≈ « Mediocrities Imitate, Genius Copy, God Creates & Destroys » (I Reconsider & Improve Their Works, Rending Them One And Only) |
#43
|
||||
|
||||
RADULTRA
refer files, which are not inside installing type folders: 0.38,0.40 etc .. without calling directory They are cited precomp038, preomp040 but the file does not exist We have to fix some believe Code:
if not FileExists('{tmp}\7z.dll') then ExtractTemporaryFile('7z.dll'); if not FileExists('{tmp}\facompress.dll') then ExtractTemporaryFile('facompress.dll'); if not FileExists('{tmp}\facompress_mt.dll') then ExtractTemporaryFile('facompress_mt.dll'); if not FileExists('{tmp}\7z.exe') then ExtractTemporaryFile('split.exe'); if not FileExists('{tmp}\split.exe') then ExtractTemporaryFile('7z.exe'); if not FileExists('{tmp}\arc.ini') then ExtractTemporaryFile('arc.ini'); if not FileExists('{tmp}\CLS-MSC.dll') then ExtractTemporaryFile('CLS-MSC.dll'); if not FileExists('{tmp}\CLS-precomp.dll') then ExtractTemporaryFile('CLS-precomp.dll'); if not FileExists('{tmp}\CLS-srep.dll') then ExtractTemporaryFile('CLS-srep.dll'); if not FileExists('{tmp}\english.ini') then ExtractTemporaryFile('english.ini'); if not FileExists('{tmp}\packjpg_dll.dll') then ExtractTemporaryFile('packjpg_dll.dll'); if not FileExists('{tmp}\packjpg_dll1.dll') then ExtractTemporaryFile('packjpg_dll1.dll'); if not FileExists('{tmp}\oggdec.exe') then ExtractTemporaryFile('oggdec.exe'); if not FileExists('{tmp}\split.exe') then ExtractTemporaryFile('split.exe'); if not FileExists('{tmp}\srep.exe') then ExtractTemporaryFile('srep.exe'); if not FileExists('{tmp}\srep64.exe') then ExtractTemporaryFile('srep64.exe'); if not FileExists('{tmp}\zstd.exe') then ExtractTemporaryFile('zstd.exe'); if not FileExists('{tmp}\lzham.exe') then ExtractTemporaryFile('lzham.exe'); if not FileExists('{tmp}\cls-reflate.dll') then ExtractTemporaryFile('cls-reflate.dll'); if not FileExists('{tmp}\dec.exe') then ExtractTemporaryFile('dec.exe'); if not FileExists('{tmp}\brute.exe') then ExtractTemporaryFile('brute.exe'); if not FileExists('{tmp}\msr.exe') then ExtractTemporaryFile('msr.exe'); if not FileExists('{tmp}\nz64.exe') then ExtractTemporaryFile('nz64.exe'); if not FileExists('{tmp}\reflate.exe') then ExtractTemporaryFile('reflate.exe'); if not FileExists('{tmp}\raw2hif.exe') then ExtractTemporaryFile('raw2hif.exe'); if not FileExists('{tmp}\unarc.dll') then ExtractTemporaryFile('unarc.dll'); if not FileExists('{tmp}\unrar.dll') then ExtractTemporaryFile('unrar.dll'); if not FileExists('{tmp}\zlib1.dll') then ExtractTemporaryFile('zlib1.dll'); // -=- Precomp if not FileExists('{tmp}\precomp038.exe') then ExtractTemporaryFile('precomp038.exe'); if not FileExists('{tmp}\precomp040.exe') then ExtractTemporaryFile('precomp040.exe'); if not FileExists('{tmp}\precomp041.exe') then ExtractTemporaryFile('precomp041.exe'); if not FileExists('{tmp}\precomp042.exe') then ExtractTemporaryFile('precomp042.exe'); if not FileExists('{tmp}\precomp043.exe') then ExtractTemporaryFile('precomp043.exe'); if not FileExists('{tmp}\precomp044.exe') then ExtractTemporaryFile('precomp044.exe'); if not FileExists('{tmp}\precomp045.exe') then ExtractTemporaryFile('precomp045.exe'); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.38' then FileCopy(ExpandConstant('{tmp}\precomp038.exe'),ExpandConstant('{tmp}\precomp.exe'),False); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.40' then FileCopy(ExpandConstant('{tmp}\precomp040.exe'),ExpandConstant('{tmp}\precomp.exe'),False); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.41' then FileCopy(ExpandConstant('{tmp}\precomp041.exe'),ExpandConstant('{tmp}\precomp.exe'),False); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.42' then FileCopy(ExpandConstant('{tmp}\precomp042.exe'),ExpandConstant('{tmp}\precomp.exe'),False); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.43' then FileCopy(ExpandConstant('{tmp}\precomp043.exe'),ExpandConstant('{tmp}\precomp.exe'),False); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.44' then FileCopy(ExpandConstant('{tmp}\precomp044.exe'),ExpandConstant('{tmp}\precomp.exe'),False); if GetIniString('Records','PrecompVer','',ExpandConstant('{src}\records.ini')) = '0.45' then FileCopy(ExpandConstant('{tmp}\precomp045.exe'),ExpandConstant('{tmp}\precomp.exe'),False); Code:
[Record1] Type=Freearc_Original Source={src}\data1.bin Output={app} Disk=1 PrecompVer=0.45 Password=
__________________
if you understand read more Last edited by rinaldo; 18-02-2016 at 19:05. |
#44
|
|||
|
|||
Here worked, compress using the precomp 44, only I changed the precomp the folder: D
|
#45
|
|||
|
|||
Plz JRD!
Sorry google translation in Inno Setup add in shortcut how ??? thx |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simple Installer Script | Masquerade | Conversion Tutorials | 90 | 11-11-2024 01:49 |
Light Installer Script (LIS) - DiskSpan_GUI | Cesar82 | Conversion Tutorials | 203 | 04-10-2024 11:48 |
Script collection for real beginners | nordi | Conversion Tutorials | 3 | 14-02-2024 21:45 |
Ultimate Conversion Compressor (UCC) | vollachr | Conversion Tutorials | 55 | 26-04-2021 10:27 |