FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   Reloaded Script (https://fileforums.com/showthread.php?t=97636)

gatosky1620 18-02-2016 13:42

can yuo add a system check page, with windows, ram, videoram, ram and sound

felice2011 18-02-2016 14:23

Quote:

Originally Posted by coveiro (Post 447227)
Version 1.2 for M & S Kompressor there may be bugs!

Great... also tested with Precomp 0.45..;)

rinaldo 18-02-2016 16:39

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=


Luck 18-02-2016 17:59

Here worked, compress using the precomp 44, only I changed the precomp the folder: D

Stor31 19-02-2016 03:14

Plz JRD!
Sorry google translation
in Inno Setup
add in
shortcut
how ???
http://nsa37.casimages.com/img/2016/...2056244133.jpg
thx

Mini 19-02-2016 03:31

Parameters: -game -prospekt;

Stor31 19-02-2016 05:19

thx for all

JRD! 19-02-2016 05:21

Quote:

Originally Posted by Stor31 (Post 447304)
Plz JRD!
Sorry google translation
in Inno Setup
add in
shortcut
how ???
http://nsa37.casimages.com/img/2016/...2056244133.jpg
thx

http://img15.hostingpics.net/pics/558869Capture.jpg

For more informations of Command Line Options: https://developer.valvesoftware.com/...d_Line_Options

JRD! 19-02-2016 05:25

Quote:

Originally Posted by Stor31 (Post 447314)
thx for all

You're welcome ;)

Stor31 19-02-2016 05:48

Quote:

Originally Posted by JRD! (Post 447316)
You're welcome ;)

Ok ;);)
one question what is the best compression method ???
we can employ Srep (for example) :confused::confused:

JRD! 19-02-2016 06:02

Quote:

Originally Posted by Stor31 (Post 447317)
Ok ;);)
one question what is the best compression method ???
we can employ Srep (for example) :confused::confused:

With this script or in general?

Stor31 19-02-2016 06:36

Quote:

Originally Posted by JRD! (Post 447319)
With this script or in general?

yes With this script !!!

JRD! 19-02-2016 06:53

Quote:

Originally Posted by Stor31 (Post 447321)
yes With this script !!!

-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8

I will create a compressor quickly for this script, I'll let you know.

JRD! 19-02-2016 12:04

Little preview of compressor ;)

http://img4.hostingpics.net/pics/208...sorpreview.jpg

Stor31 19-02-2016 12:52

Hi JRD! I suggest you put the work in a new post .. its worth

JRD! 19-02-2016 13:23

Quote:

Originally Posted by Stor31 (Post 447345)
Hi JRD! I suggest you put the work in a new post .. its worth

This will be the compressor for the script, I create may be new to all the other methods, thank you for the comment.

JRD! 21-02-2016 21:58

Preview compressor V0.8 beta

http://img15.hostingpics.net/pics/85...rpreview08.jpg

NoMore_Pain 15-01-2017 09:20

I need
registry key install code plees

badi 21-05-2024 06:25

Quote:

Originally Posted by JRD! (Post 447016)
CHANGELOG
------------------------------------------------
Update 1.02:
-Fixed UninstallDisplayIcon in ControlPanel
-Added define "CompressionType" internal/external
-Added define "SetVol" Set the value of the music volume
-Added define "GameSizeValue" Possibility to choice GameSizevalue in MB or GB
-Added define "DataDiskDependency" (Associate data to a disk, if you cut into several dvd)
-Added define "DvdFormatSize" DVD5/DVD9 (Internal compression only)
-Added define "CheckRedist" Auto/Manual
------------------------------------------------
Update 1.01:
-Fixed Minors buggs
-Added DiskSpaceLabel & DiskSpaceLabelWarning in CustomMessages
------------------------------------------------

Hi JRD, I want to ask about the RLD script, why is it that after I compress the game file in internal mode and install it, after the game shortcut is finished it doesn't run as administrator?
So I want to ask you how to make the administrator shortcut after the installation is complete, thank you

badi 21-05-2024 06:27

Hi JRD, I want to ask about the RLD script, why is it that after I compress the game file in internal mode and install it, after the game shortcut is finished it doesn't run as administrator?
So I want to ask you how to make the administrator shortcut after the installation is complete, thank you

Masquerade 23-05-2024 00:20

^^
"Inno Setup does not natively support creating a shortcut with "Run as Administrator" flag set."

https://stackoverflow.com/questions/...r-advanced-pro

This link should help you solve your problem.

fabrieunko 24-05-2024 11:57

hello, with what version of innosetup should the script be compiled because I can't do it I have an error message?

Unknown identifier 'MB_ICONQUESTION'

KaktoR 24-05-2024 12:05

Enhanced versions of inno setup.


All times are GMT -7. The time now is 01:22.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com