Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-09-2013, 13:38
sentinelks sentinelks is offline
Banned
 
Join Date: May 2013
Location: hjklò
Posts: 281
Thanks: 74
Thanked 320 Times in 157 Posts
sentinelks is on a distinguished road
Quote:
Originally Posted by AHMED SAMI View Post
How i can Compression file used Compress Srep or Compress Precomp BY INNO SETUP

How can I use Inno Setup to Compression file using Srep or Precomp ?
you need a folder that contains the files for compression
Step 1
1) compress.bat
2) arc.exe
3) arc.ini
4) precomp.exe
5) Srep.exe
6) Data.lst (used to add files depending on the size, exclusion etc..

content in the forum are almost always shared in the conversions
Fabioddq, Revo etc..

-----------------------------------------------------------
Step2
compress.bat mode arc+precompress+srep+lzma 1XDVD5
Code:
echo off
:start
cls
color 1e
set choice1=
set arc=
set retry=
echo.================================================================================
echo.                          Select your GAME directory.
echo.
echo.================================================================================
echo.
echo.
set /p choice1= (e.g. C:\Program Files (x86)\gamedirectory): 
if "%choice1%"=="" goto start
cls
echo.
echo Creating Data.cab, please wait...
echo.
:Data1
set arc=Data1.cab
if exist .\DVD_1\%arc% goto end
arc a -ep1 -r -w.\  -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DVD_1\%arc%
if ERRORLEVEL 1 goto arcfail
:end
echo.Finished!
C:\Program Files (x86)\gamedirectory): paste your game directory EX:C:\Program Files (x86)\Dusty Revenge
if exist .\DVD_1\%arc% goto end =create a folder DVD_1 and add the file conversion ( if exist = is the command to skip if the file is already in the folder.
[email protected] = excludes fle of the game that you enter in the Data1.lst (the files to add important are the uninstall unins000.exe and unins000.dat).
Data1.cab = will create a file with the .cab, but you can change it .arc or .bin
arc a -ep1 -r -w.\ -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 = is the compression algorithm precompress+SREP+FreeArc+lzma (among the most powerful).
---------------------------------------------------------
end step

Last edited by sentinelks; 08-10-2013 at 06:38.
Reply With Quote
The Following 2 Users Say Thank You to sentinelks For This Useful Post:
mausschieber (12-09-2013), mier90 (13-05-2014)
Sponsored Links
  #2  
Old 28-09-2013, 09:56
dais6969 dais6969 is offline
Registered User
 
Join Date: Sep 2013
Location: Indonesia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
dais6969 is on a distinguished road
pliss tell me about this,,
i will make the new instaler but, i don't know how to make this file..if you have tutorial to make this ,attach file for me ,,thanks


and make instaler by costumize, exp the language has change in indonesia language
Attached Images
File Type: png 1212.png (5.7 KB, 315 views)

Last edited by pakrat2k2; 28-09-2013 at 11:56. Reason: double posting
Reply With Quote
  #3  
Old 29-09-2013, 11:07
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
jackstuff, ( oops, you only want 1 exe, then its only available in CIU V2 ( beta test ATM )

Make sure you set #define internal in BOTH scripts. Then in setup.ini you need this section ( if not there already ) IF you use compress.bat to make archives, if you just use the ISS script then that section shouldn't be there. Then you have 2 exe's, but you only want 1.

Code:
[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;

Last edited by pakrat2k2; 29-09-2013 at 11:09.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
jackstuff (29-09-2013)
  #4  
Old 30-09-2013, 05:08
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
depends on whose script, anyways you need the arc.ini to be included in setup.cab so it knows what you used to compress the files. also if yeners script in setup.ini
in InstallOptions section needs PrecompVer=Inside line added if not there.
Reply With Quote
  #5  
Old 30-09-2013, 06:08
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
I am creating a batch file for iso creation using mkisofs.exe. My problem is that how ever the big the source folder is the iso files is of 725mb only. Can anybody help me out to make this work.
Reply With Quote
  #6  
Old 30-09-2013, 16:38
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
why not just use imgburn, the settings for it are already at the bottom of compress.bat?
Reply With Quote
  #7  
Old 16-10-2013, 18:23
mystikal242's Avatar
mystikal242 mystikal242 is offline
Registered User
 
Join Date: Nov 2012
Location: Brazil
Posts: 73
Thanks: 64
Thanked 13 Times in 11 Posts
mystikal242 is on a distinguished road
How can I change the shortcut program than it will be created in the desktop???? I want to change the shortcut in the desktop of the game for its launcher....
I'm using FIFA 14 INNO converter...^^
Reply With Quote
  #8  
Old 16-10-2013, 19:27
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
if there is a setup.ini the shortcut is created from that, if there isn't you'll have to ask the author.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
mystikal242 (17-10-2013)
  #9  
Old 17-10-2013, 23:22
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
guys i'm making my own conversion for Tom Clancy's Splinter Cell Blacklist and i was wondering about if anyone knows what is the gdf binary for this game?

thanks for help
Reply With Quote
  #10  
Old 18-10-2013, 05:08
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
look in your installed game folder
Reply With Quote
  #11  
Old 18-10-2013, 12:54
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
look in your installed game folder
i did but couldn't find it
Reply With Quote
  #12  
Old 18-10-2013, 14:24
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
then it may not have one.
Reply With Quote
  #13  
Old 18-10-2013, 14:36
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
then it may not have one.
no it does i could see it when the game installed from original source
Reply With Quote
  #14  
Old 18-10-2013, 15:38
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
the only gdf file is in src/system > gdf.dll
Reply With Quote
  #15  
Old 18-10-2013, 15:44
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
will it seems that i lost this file for some reason ,anyway just one more thing i have CIU 1.0.1.0 and i just need to know how to enable internal installation so i don't need to use setup.cab
can you help?
thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48
soft mod - opinions, questions dneray22 XBox Games 2 01-08-2003 06:36
A few questions I need answered. rms2001 XBox Games 5 05-12-2002 12:55
Newbie with 1,000 questions ( not really 1,000, but close enough) tdoran70 PS2 Games 3 29-05-2002 00:47
A few questions, PLLeaase Read Bill-Something PSX Games 6 18-08-2001 08:18



All times are GMT -7. The time now is 13:46.


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