Thread: RG Catalyst
View Single Post
  #47  
Old 04-06-2015, 08:20
aram1376 aram1376 is offline
Registered User
 
Join Date: May 2015
Location: Iran
Posts: 8
Thanks: 3
Thanked 3 Times in 2 Posts
aram1376 is on a distinguished road
I downloaded this script today. I did as bilawal said in Readme:
Quote:
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:
Quote:
Change Reffile Value to the integer of last file
What should I do in IS script? What should I change "1" to?
Quote:
#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:
Code:
[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?

Last edited by aram1376; 04-06-2015 at 08:26.
Reply With Quote