PDA

View Full Version : RG Catalyst


Bilawal
17-04-2015, 00:31
http://s10.postimg.org/sf5z6b8ll/Untitled.jpg
http://s16.postimg.org/5hubok8qt/Untitled1.jpg
http://s17.postimg.org/uftq1dvbj/Untitled3.jpg

Script by
Bilawal

Inspiration of
RG Catalyst

CHANGELOG
ver 0.9.4
--> Initial Release

ver 0.9.5
--> Added UltraArc support

ver 0.9.8
--> Removed Archives.ini Support
--> Added Music
--> Added Click Sound
--> Added Redist Support

ver 1.0
--> Added Splash
--> Shifted Music Button
--> Added Logo
--> Added GFX For Logo

ver 1.0.1.0
--> Now internal records.ini
--> Some bugs fixed

ver 1.0.2.0
--> Removed internal records.ini
--> Many bugs fixed

ver 1.0.3.0
--> Added Compact Mode
--> Fixed Many Bugs

ver 1.0.3.2
--> Fixed bugs

ver 1.0.3.3
--> Fixed ISDONE Cancel Error

ver 1.0.3.4
--> Added Slideshow

ver 1.0.3.5
--> Fixed some Slideshow bugs

ver 1.0.3.6
--> Added Reflate(Exprimental)

ver 1.0.3.7
--> Fixed Reflate

ver 1.0.3.8
--> Fixed some bugs in Reflate
--> Added NanoZip Support(Thnx to hydefromt70s (http://fileforums.com/member.php?u=197361))
Nanozip Compressor HERE (http://fileforums.com/showpost.php?p=441381&postcount=51)
Graphic Studio is needed for creating LOGO. LINK (http://fileforums.com/showthread.php?t=96630)

Stor31
17-04-2015, 10:50
THX Bilawal
but I find it ugly :D:D:D

mrcunbeo
17-04-2015, 20:22
what compressor does it support?
does it support all compressing method of Ultraarc? (dict, lzp, ppmd, grzip, tta, tor, mm)?

mrcunbeo
17-04-2015, 20:43
what about exe and exe2 and delta?

mrcunbeo
17-04-2015, 20:49
it takes lots of time, i have compressed GTA 5 with ultraarc level X (precomp 0.42 with NO JPG COMPRESS ticked)
the results was 60GB to 51.05 GB , so sad...

Bilawal
19-04-2015, 02:27
UPDATE

ver 0.9.8
--> Removed Archives.ini Support
--> Added Music
--> Add Click Sound
--> Added Redist support

vebriansyah
19-04-2015, 05:04
where in Conversion Installer Softwares????

Alash Als
19-04-2015, 05:26
As a starter, IOt's good :)
Hope best ...

Stor31
19-04-2015, 06:21
thank you bro ....
works very well with Ultra ARC
if you can add
_ Splash
_and a method to incorporate a logo (important for me)

thank you again

punchao
19-04-2015, 10:46
How to add .bin files,without Archives.ini?

Stor31
19-04-2015, 10:55
How to add .bin files,without Archives.ini?

use Ultra ARC
To compress your games
records.ini is very important

http://nsa37.casimages.com/img/2015/04/19/150419075605436089.jpg

Bilawal
19-04-2015, 18:51
thank you bro ....
works very well with Ultra ARC
if you can add
_ Splash
_and a method to incorporate a logo (important for me)

thank you again

I will add them in a day or few

Bilawal
20-04-2015, 03:17
UPDATE

ver 1.0
--> Added Splash
--> Shifted Music Button
--> Added Logo
--> Added GFX For Logo

Stor31
20-04-2015, 05:22
UPDATE

ver 1.0
--> Added Splash
--> Shifted Music Button
--> Added Logo
--> Added GFX For Logo


after testing
Logo ok (Thx) ;);)
Splash does not launch :(:(:(

Bilawal
20-04-2015, 07:16
after testing
Logo ok (Thx) ;);)
Splash does not launch :(:(:(

Change

;#define Splash
to
#define Splash

EDIT: If music don't work.

Do this

procedure InitializeWizard();
begin
#ifdef Splash
ExtractTemporaryFile('isgsg.dll');
ExtractTemporaryFile('splash.png');
ShowSplashScreen(0,ExpandConstant('{tmp}\splash.pn g'),1000,1000,1000,0,255,False,$FFFFFF,10);
#endif
RedesignWizardForm;
ExtractTemporaryFile('Click.wav');
ExtractTemporaryFile('music.mp3');
if BASS_Init(-1, 44100, 0, 0, 0) then
begin
SoundStream := BASS_StreamCreateFile(False,
ExpandConstant('{tmp}\music.mp3'), 0, 0, 0, 0,
EncodingFlag or BASS_SAMPLE_LOOP);
BASS_SetConfig(BASS_CONFIG_GVOL_STREAM, 2500);
BASS_ChannelPlay(SoundStream, False);
SoundCtrlButton.Caption :=ExpandConstant('{cm:SoundCtrlButtonCaptionSoundO ff}');
SoundCtrlButton.OnClick := @SoundCtrlButtonClick;
end;
end;

to

procedure InitializeWizard();
begin
RedesignWizardForm;
ExtractTemporaryFile('Click.wav');
ExtractTemporaryFile('music.mp3');
#ifdef Splash
ExtractTemporaryFile('isgsg.dll');
ExtractTemporaryFile('splash.png');
ShowSplashScreen(0,ExpandConstant('{tmp}\splash.pn g'),1000,1000,1000,0,255,False,$FFFFFF,10);
#endif
if BASS_Init(-1, 44100, 0, 0, 0) then
begin
SoundStream := BASS_StreamCreateFile(False,
ExpandConstant('{tmp}\music.mp3'), 0, 0, 0, 0,
EncodingFlag or BASS_SAMPLE_LOOP);
BASS_SetConfig(BASS_CONFIG_GVOL_STREAM, 2500);
BASS_ChannelPlay(SoundStream, False);
SoundCtrlButton.Caption :=ExpandConstant('{cm:SoundCtrlButtonCaptionSoundO ff}');
SoundCtrlButton.OnClick := @SoundCtrlButtonClick;
end;
end;

Stor31
20-04-2015, 08:36
[QUOTE=Bilawal;440021]Change

;#define Splash
to
#define Splash

Ok Splash and music work Nickel ;):D
Thxxxxxxxxx ;)

coveiro
20-04-2015, 13:40
great job, have some way and embed records.ini file, the Setup.exe ?

Bilawal
22-04-2015, 05:29
update

ver 1.0.1.0
--> now internal records.ini;)
--> some bugs fixed:D

punchao
22-04-2015, 14:33
Original RG Catalyst script has a button to minimize while installing
Might be added soon?

Bilawal
22-04-2015, 20:12
UPDATE

ver 1.0.2.0
--> Removed internal records.ini (It gives error):(
--> Many bugs fixed

Bilawal
23-04-2015, 03:23
UPDATE
ver 1.0.3.0
--> Added Compact Mode
--> Fixed Many Bugs(specially Music Bug)

punchao
23-04-2015, 04:54
you might check, in the screen Extracting files, % not work properly

lhanz678
23-04-2015, 07:33
nice work mate :)

Razor12911
23-04-2015, 08:16
Great job mate

bisho3553
24-04-2015, 20:20
How to add .bin files

pakrat2k2
24-04-2015, 20:37
try reading thru topic ... been asked & answered before

Bilawal
24-04-2015, 20:37
How to add .bin files

Use UltraARC (http://fileforums.com/showthread.php?t=96619)
Tutorial (http://fileforums.com/showthread.php?t=96742)

Bilawal
25-04-2015, 03:08
UPDATE
ver 1.0.3.2
--> Fixed bugs

Bilawal
28-04-2015, 19:12
UPDATE

ver 1.0.3.3
--> Fixed ISDONE Cancel Error

nhinchihap3
30-04-2015, 19:46
+1 Nice
P/S : You can add slideshow and video ?

Bilawal
30-04-2015, 19:58
+1 Nice
P/S : You can add slideshow and video ?

I will

nhinchihap3
30-04-2015, 21:54
I will
+1 Good men ;)
I Waiting :cool:

Bilawal
02-05-2015, 07:19
update
ver 1.0.3.4
--> added slideshow

punchao
02-05-2015, 14:27
Slides don`t work for me

http://snap.ashampoo.com/uploads/2015-05-02/4EwP1yFH.png

Bilawal
02-05-2015, 20:58
Slides don`t work for me

http://snap.ashampoo.com/uploads/2015-05-02/4EwP1yFH.png
Add Jpg Slides to Slides Folder then check. They worked for me.

Bilawal
02-05-2015, 21:06
update

ver 1.0.3.5
--> fixed some slideshow bugs

punchao
03-05-2015, 09:25
nothing.don't work for me
I only see the installer on a black background

Bilawal
03-05-2015, 18:16
nothing.don't work for me
I only see the installer on a black background
Slideshow will only appear during Installation.

Bilawal
08-05-2015, 07:35
update

ver 1.0.3.6
--> added reflate(exprimental)

bastien360
14-05-2015, 10:21
how to extract archieves...

Bilawal
15-05-2015, 18:27
Use UltraARC

dogyutz
18-05-2015, 20:17
hi, Bilawal how to use your replate?

i follow your instruction but nothing happen

i add files in freearc and compression is none and name it temp.arc and put it to replate folder and run compress.bat but nothing happen what can i do?


Instruction on using Reflate:-
1. First Make A Archive of The folder needed to be Compressed with -m0 and Name it temp.arc.
2. Copy contents of Reflate folder into the folder where the archive is.
3. Run compress.bat
4. Compress the files with Ultra Arc.

Bilawal
22-05-2015, 09:01
update

ver 1.0.3.7
--> fixed reflate and tested

pakrat2k2
22-05-2015, 10:25
instead of using same name for archive over & over again, add the version number to the name when updating it in the first post.

davidtuning
30-05-2015, 21:07
The installer does not work, only removes the installer and leave the files in the folder where you installed the game.

Bilawal
31-05-2015, 18:53
The installer does not work, only removes the installer and leave the files in the folder where you installed the game.

Reflate or Ultra Arc???

If Reflate, I have noticed some bugs and I will correct them and If Ultra Arc, I have tested it and found no bugs

aram1376
04-06-2015, 08:20
I downloaded this script today. I did as bilawal said in Readme:
1. First Make A Archive of The folder needed to be Compressed with -m0 and Name it temp.arc.
2. Copy contents of Reflate folder into the folder where the archive is.
3. Run compress.bat
4. Compress the files with Ultra Arc. -->[Tried compressing the temp folder created in Reflate folder once, and the next time the whole reflate folder including the temp folder and reflate1.ini. Don't know which one is correct]


But when I run the compiled installer, it extracts the "temp" folder which reflate files are located in. That's because I didn't understand the last step:
Change Reffile Value to the integer of last file

What should I do in IS script? What should I change "1" to?
#define Reffiles "1"


In my Reflate folder we have one file named "reflate1.ini" and a folder named temp.
These are written in reflate1.ini:
[1_Reflate]
file1=temp\00000000
file2=temp\00000001
file3=temp\00000002
file4=temp\00000003
file5=temp\00000004
file6=temp\00000005
file7=temp\00000006
file8=temp\00000007
file9=temp\00000008
file10=temp\00000009
file11=temp\0000000A
file12=temp\0000000B
file13=temp\0000000C
file14=temp\0000000D
file15=temp\0000000E
file16=temp\0000000F
file17=temp\00000010
file18=temp\00000011
file19=temp\00000012
file20=temp\00000013
file21=temp\00000014
file22=temp\00000015
file23=temp\00000016
file24=temp\00000017
file25=temp\00000018
file26=temp\00000019
file27=temp\0000001A
file28=temp\0000001B
file29=temp\0000001C
file30=temp\0000001D
file31=temp\0000001E
file32=temp\0000001F
file33=temp\00000020
file34=temp\00000021
file35=temp\00000022
file36=temp\00000023
file37=temp\00000024
file38=temp\00000025
file39=temp\00000026
file40=temp\00000027
file41=temp\00000028
file42=temp\00000029
file43=temp\0000002A
file44=temp\0000002B
file45=temp\0000002C
file46=temp\0000002D
file47=temp\0000002E
file48=temp\0000002F
file49=temp\00000030


Can anyone help me?

Bilawal
05-06-2015, 00:21
Change #define Reffiles "1" to file49=temp\00000030
#define Reffiles "49" and rename reflate1.ini to reflate.ini and compress the whole game with Ultra Arc not just temp folder

Bilawal
06-06-2015, 06:57
update

ver 1.0.3.8
--> fixed some bugs in reflate
--> added nanozip support

davidtuning
07-06-2015, 10:48
With Ultra Arc :c

Bilawal
09-06-2015, 21:24
Edit records.ini to add your archive

davidtuning
10-06-2015, 00:36
Ok. I'm going to try out. :c

Razor12911
10-06-2015, 00:56
Bro, I am not going to add nanozip to ultraarc because it doesn't show progress. It just starts from zero then just shoots to 100.

punchao
03-07-2015, 03:43
"and compress the whole game with Ultra Arc not just temp folder"

after use reflate i have temp+temp.arc+reflate.ini,these are the files that I have to recompress with ultra arc?

after compress files with reflate,i can recompress with srep + lzma in UltraArc?

Bilawal
03-07-2015, 04:44
delete temp.arc and Compress with Ultra_Arc using srep+lzma

ramazan19833
03-07-2015, 13:29
RG Catalyst yazılımı resimli olarak anlatabilirmisiniz.

ramazan19833
03-07-2015, 13:30
Could you tell RG catalyst software as illustrated.

LuzhinE
03-07-2015, 22:16
Bilawal
delete temp.arc and Compress with Ultra_Arc using srep+lzma

no longer we use the Compresor.rar (post #51 (http://fileforums.com/showpost.php?p=441381&postcount=51))

Bilawal
12-07-2015, 06:24
Then just add it in records.ini

Skheizen
04-09-2015, 01:36
Hi Bilawal. Thanks for your script, you did a great job.
But could you tell me how to add NanoZip to an inno setup script ? I searched for a while on the internet but dind'nt find anything.
Thanks in advance.

Bilawal
04-09-2015, 02:20
Hi Bilawal. Thanks for your script, you did a great job.
But could you tell me how to add NanoZip to an inno setup script ? I searched for a while on the internet but dind'nt find anything.
Thanks in advance.
Edit arc.ini like I did. And use Nanozip Compressor

ShadowEagle
13-09-2015, 02:53
Hi, how to extract the reflate compressed files using a bat file if the individually script doesn`t support reflate? What would be the command line to extract the reflated files? Thanks in advance. Cheers

texes06
23-10-2015, 14:37
Tutorial Please...

george047
09-12-2015, 07:20
little late though.But thanks for script.

ramazan19833
11-12-2015, 12:15
Hello, please details of how it is used

Kazamnuk
18-12-2015, 04:48
Hello Bilawal,

Thanks for your great and neat script.

If you don't mind, I have some questions to it. I used felice2011 (http://fileforums.com/showthread.php?t=97303) compression tool with the method:

'-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:l c8'

̶t̶̶o̶̶ ̶̶c̶̶r̶̶e̶̶a̶̶t̶̶e̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶n̶̶e̶̶c̶̶e̶̶s̶̶s̶̶a̶̶r̶̶y̶̶ ̶̶D̶̶a̶̶t̶̶a̶̶.̶̶a̶̶r̶̶c̶̶ ̶̶f̶̶i̶̶l̶̶e̶̶s̶̶,̶̶ ̶̶w̶̶i̶̶t̶̶h̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶f̶̶o̶̶l̶̶l̶̶o̶̶w̶̶i̶̶n̶̶g̶̶ ̶̶r̶̶e̶̶c̶̶o̶̶r̶̶d̶̶s̶̶.̶̶i̶̶n̶̶i̶̶:̶̶


//if not ShowChangeDiskWindow ('Please Insert Disk To Continue...', ExpandConstant('{src}'),'Data1.bin') then break;
if not ISArcExtract (0, 33, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), '', false, 'felix', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), notPCFonFLY) then break;
if not ISArcExtract (0, 33, ExpandConstant('{src}\data2.arc'), ExpandConstant('{app}'), '', false, 'felix', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), notPCFonFLY) then break;
if not ISArcExtract (0, 33, ExpandConstant('{src}\data3.arc'), ExpandConstant('{app}'), '', false, 'felix', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), notPCFonFLY) then break;
//if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Data1.bin') then break;
//if not ISArcExtract ( 0, 50, ExpandConstant('{src}\data2.arc'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
//if not IS7ZipExtract ( 0, 100, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), false, '') then break;
//if not ISRarExtract ( 0, 100, ExpandConstant('{src}\data1.arc'), ExpandConstant('{app}'), false, '') then break;


̶U̶̶n̶̶f̶̶o̶̶r̶̶t̶̶u̶̶n̶̶a̶̶t̶̶e̶̶l̶̶y̶̶,̶̶ ̶̶i̶̶t̶̶ ̶̶l̶̶o̶̶o̶̶k̶̶s̶̶ ̶̶l̶̶i̶̶k̶̶e̶̶ ̶̶t̶̶h̶̶a̶̶t̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶c̶̶r̶̶e̶̶a̶̶t̶̶e̶̶d̶̶ ̶̶f̶̶i̶̶l̶̶e̶̶s̶̶,̶̶ ̶̶w̶̶o̶̶n̶̶'̶̶t̶̶ ̶̶b̶̶e̶̶ ̶̶a̶̶c̶̶c̶̶e̶̶p̶̶t̶̶e̶̶d̶̶.̶̶ C̶̶o̶̶u̶̶l̶̶d̶̶ ̶̶i̶̶t̶̶ ̶̶b̶̶e̶̶ ̶̶t̶̶h̶̶a̶̶t̶̶ ̶̶I̶̶ ̶̶m̶̶i̶̶s̶̶s̶̶e̶̶d̶̶ ̶̶s̶̶o̶̶m̶̶e̶̶t̶̶h̶̶i̶̶n̶̶g̶̶?̶̶ ̶̶H̶̶a̶̶v̶̶e̶̶ ̶̶a̶̶ ̶̶l̶̶o̶̶o̶̶k̶̶ ̶̶o̶̶n̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶l̶̶o̶̶g̶̶:̶̶


*** Starting compile. [13:24:18]

[...]

Warning: Line 534, Column 3: [Hint] Variable 'X' never used
Warning: Line 535, Column 3: [Hint] Variable 'MERGEFILE' never used
Warning: Line 1506, Column 3: [Hint] Variable 'RES' never used
Warning: Line 1506, Column 3: [Hint] Variable 'I' never used
Warning: Line 1506, Column 3: [Hint] Variable 'RESULTCODE' never used
Warning: Line 1507, Column 3: [Hint] Variable 'ARC1' never used
Warning: Line 1507, Column 3: [Hint] Variable 'ARC2' never used
Warning: Line 1507, Column 3: [Hint] Variable 'ARC3' never used
Warning: Line 1508, Column 3: [Hint] Variable 'PCF' never used
Warning: Line 109, Column 3: [Hint] Variable 'LOGO' never used
Warning: Line 132, Column 3: [Hint] Variable 'PCFVER' never used
*** Finished. [13:24:19, 00:00.624 elapsed]


W̶̶h̶̶a̶̶t̶̶ ̶̶I̶̶'̶̶m̶̶ ̶̶d̶̶o̶̶i̶̶n̶̶g̶̶ ̶̶w̶̶r̶̶o̶̶n̶̶g̶̶?̶̶ ̶̶D̶̶o̶̶ ̶̶I̶̶ ̶̶h̶̶a̶̶v̶̶e̶̶ ̶̶m̶̶i̶̶s̶̶s̶̶e̶̶d̶̶ ̶̶s̶̶o̶̶m̶̶e̶̶t̶̶h̶̶i̶̶n̶̶g̶̶?̶̶ ̶̶M̶̶y̶̶ ̶̶s̶̶k̶̶i̶̶l̶̶l̶̶s̶̶ ̶̶a̶̶r̶̶e̶̶n̶̶'̶̶t̶̶ ̶̶c̶̶e̶̶r̶̶t̶̶a̶̶i̶̶n̶̶l̶̶y̶̶ ̶̶e̶̶n̶̶o̶̶u̶̶g̶̶h̶̶ ̶̶t̶̶o̶̶ ̶̶w̶̶r̶̶i̶̶t̶̶e̶̶ ̶̶s̶̶o̶̶m̶̶e̶̶ ̶̶n̶̶e̶̶w̶̶ ̶̶p̶̶a̶̶t̶̶h̶̶s̶̶.̶̶ B̶̶u̶̶t̶̶,̶̶ ̶̶I̶̶ ̶̶w̶̶o̶̶u̶̶l̶̶d̶̶ ̶̶b̶̶e̶̶ ̶̶v̶̶e̶̶r̶̶y̶̶ ̶̶d̶̶e̶̶l̶̶i̶̶g̶̶h̶̶t̶̶e̶̶d̶̶ ̶̶i̶̶f̶̶ ̶̶y̶̶o̶̶u̶̶ ̶̶c̶̶o̶̶u̶̶l̶̶d̶̶ ̶̶h̶̶e̶̶l̶̶p̶̶ ̶̶m̶̶e̶̶ ̶̶(̶̶r̶̶o̶̶o̶̶k̶̶i̶̶e̶̶)̶̶ ̶̶o̶̶u̶̶t̶̶ ̶̶a̶̶ ̶̶b̶̶i̶̶t̶̶.̶̶ ̶̶T̶̶h̶̶a̶̶n̶̶k̶̶s̶̶ ̶̶i̶̶n̶̶ ̶̶a̶̶d̶̶v̶̶a̶̶n̶̶c̶̶e̶̶!̶

Edit: Works flawlessly with UltraArc.

Kazamnuk
19-12-2015, 07:33
Me again.

I want to make something clear:

I don't have encountered any problems by doing it with UltraArc. The script works flawlessly, and give a clean install.

̶Ho̶̶w̶̶e̶̶v̶̶e̶̶r̶̶,̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶o̶̶n̶̶l̶̶y̶̶ ̶̶t̶̶h̶̶i̶̶n̶̶g̶̶ ̶̶i̶̶ ̶̶n̶̶o̶̶t̶̶i̶̶c̶̶e̶̶d̶̶,̶̶ ̶̶i̶̶s̶̶ ̶̶t̶̶h̶̶a̶̶t̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶u̶̶n̶̶i̶̶n̶̶s̶̶t̶̶a̶̶l̶̶l̶̶ ̶̶d̶̶o̶̶e̶̶s̶̶ ̶̶n̶̶o̶̶t̶̶ ̶̶w̶̶o̶̶r̶̶k̶̶i̶̶n̶̶g̶̶ ̶̶p̶̶r̶̶o̶̶p̶̶e̶̶r̶̶l̶̶y̶̶. It̶̶ ̶̶w̶̶o̶̶n̶'̶t̶̶ ̶̶u̶̶n̶̶i̶̶n̶̶s̶̶t̶̶a̶̶l̶̶l̶̶ ̶̶t̶̶h̶̶e̶̶ ̶̶c̶̶o̶̶m̶̶p̶̶l̶̶e̶̶t̶̶e̶̶ ̶̶g̶̶a̶̶m̶̶e̶̶,̶̶ ̶̶i̶̶t̶̶ ̶̶d̶̶o̶̶e̶̶s̶̶ ̶̶o̶̶n̶̶l̶̶y̶̶ ̶̶u̶̶n̶̶i̶̶n̶̶s̶̶t̶̶a̶̶l̶̶l̶̶ ̶̶a̶̶ ̶̶c̶̶r̶̶e̶̶a̶̶t̶̶e̶̶d̶̶ ̶̶f̶̶o̶̶l̶̶d̶̶e̶̶r̶̶ ̶̶i̶̶n̶̶ ̶̶g̶̶a̶̶m̶̶e̶̶ ̶̶d̶̶i̶̶r̶̶ ̶̶n̶̶a̶̶m̶̶e̶̶d̶̶ ̶̶a̶̶s̶̶ ̶"̶u̶̶n̶̶i̶̶n̶̶s̶̶t̶̶a̶̶l̶̶l̶"̶.̶

Edit: Problem can be solved by adding the code:
[UninstallDelete]
Type: filesandordirs; Name: "{app}*.*"
Type:dirifempty; Name: "{app}"

Great script Bilawal, thanks again.

ramazan19833
19-12-2015, 08:48
Kazamnuk Merhaba sizden RG Catalyst kullanımı hakkında bilgi alabilirmiyim şimdiden teşekkürler ederim

ramazan19833
19-12-2015, 08:48
Hi RG catalyst can I get information about the use of earn from you, thanks in advance, I would

ramazan19833
25-01-2016, 12:28
HELP

http://i.hizliresim.com/GoNDLv.jpg (http://hizliresim.com/GoNDLv)

panker1992
25-01-2016, 13:28
wrong .bin file , you probably made an error in the name section on the Inno file :/

ramazan19833
25-01-2016, 13:43
RG catalyst does this program work correctly ?

panker1992
25-01-2016, 15:22
i used this quite some time ago :D and it works 100% correctly

ramazan19833
26-01-2016, 19:38
:)Description extra hundred Turkish translation from Turkish to English please forgive me, I'm past that birthday was very
:D Thank you in advance for everything.........
--------------------------------------------------------------------------------------------------
:confused:Türkçe Açıklama :
Gönderdiğim Dosyalar Hazır Amaçlı Test Burada oluşan sıkındı Reflate k
lasöründe bulunan reflate. ini içindeki file26684=temp\0000683B kodu Main_SlideShow.iss veya Main_Reflate.iss #define RefFiles "26684" girmeme rağmen oluşan setup.exe .arc dosyaların yüklenmesinden sonra Reflate ile bölünen dosyaların geri gelmesinde oluşan hata sizden ricam Main_SlideShow.iss veya Main_Reflate.iss dosyaların uyumlu çalışması
--------------------------------------------------------------------------------------------------
:confused:Description :
I sent the files ready in a folder for testing purposes here sikindi Reflate reflate. file26684 ini=temp\0000683B Main_SlideShow code.ISP or Main_Reflate.ISP #define ref files "26684" enter occurs even though setup.exe .Reflate after the installation of the Arc files with the split files, the error that occurs in the back of Main_SlideShow you request.ISP or Main_Reflate.ISP work files compatible
--------------------------------------------------------------------------------------------------
:eek:Error Picture :http://i.hizliresim.com/bJRpA8.jpg (http://hizliresim.com/bJRpA8)
--------------------------------------------------------------------------------------------------
:cool:System Information : http://i.hizliresim.com/E5MNnA.jpg (http://hizliresim.com/E5MNnA)
--------------------------------------------------------------------------------------------------
:rolleyes:Data :http://s3.dosya.tc/server7/7cci2d/Data.zip.html

NoMore Pain
13-03-2016, 14:30
http://s10.postimg.org/sf5z6b8ll/Untitled.jpg

This picture does't show plees help

linggar17x
25-09-2017, 15:08
how to decompress .bin file?

Razor12911
25-09-2017, 21:43
use Freearc

linggar17x
26-09-2017, 06:23
Unistall not working

Bilawal
26-09-2017, 22:03
Project is not supported