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

Reply
 
Thread Tools Search this Thread Display Modes
  #61  
Old 04-09-2015, 02:20
Bilawal's Avatar
Bilawal Bilawal is offline
Registered User
 
Join Date: Apr 2014
Location: Pakistan
Posts: 127
Thanks: 176
Thanked 175 Times in 51 Posts
Bilawal is on a distinguished road
Quote:
Originally Posted by Skheizen View Post
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
Reply With Quote
The Following User Says Thank You to Bilawal For This Useful Post:
Simorq (10-12-2015)
Sponsored Links
  #62  
Old 13-09-2015, 02:53
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
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




Reply With Quote
  #63  
Old 23-10-2015, 14:37
texes06 texes06 is offline
Registered User
 
Join Date: Nov 2008
Location: TeXeS06
Posts: 40
Thanks: 9
Thanked 0 Times in 0 Posts
texes06 is on a distinguished road
Tutorial Please...
Reply With Quote
  #64  
Old 09-12-2015, 07:20
george047's Avatar
george047 george047 is offline
Registered User
 
Join Date: Dec 2013
Location: Mars
Posts: 23
Thanks: 8
Thanked 4 Times in 3 Posts
george047 is on a distinguished road
little late though.But thanks for script.
Reply With Quote
The Following User Says Thank You to george047 For This Useful Post:
Bilawal (09-12-2015)
  #65  
Old 11-12-2015, 12:15
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Hello, please details of how it is used
Reply With Quote
  #66  
Old 18-12-2015, 04:48
Kazamnuk Kazamnuk is offline
Registered User
 
Join Date: Dec 2015
Location: Landquart
Posts: 4
Thanks: 10
Thanked 2 Times in 2 Posts
Kazamnuk is on a distinguished road
Hello Bilawal,

Thanks for your great and neat script.

If you don't mind, I have some questions to it. I used felice2011 compression tool with the method:

Code:
'-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc8'
̶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̶̶:̶̶

Code:
//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̶̶:̶̶

Code:
*** 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.

Last edited by Kazamnuk; 19-12-2015 at 15:25. Reason: solved
Reply With Quote
The Following User Says Thank You to Kazamnuk For This Useful Post:
Bilawal (18-12-2015)
  #67  
Old 19-12-2015, 07:33
Kazamnuk Kazamnuk is offline
Registered User
 
Join Date: Dec 2015
Location: Landquart
Posts: 4
Thanks: 10
Thanked 2 Times in 2 Posts
Kazamnuk is on a distinguished road
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:
Code:
[UninstallDelete]
Type: filesandordirs; Name: "{app}*.*"
Type:dirifempty; Name: "{app}"
Great script Bilawal, thanks again.

Last edited by Kazamnuk; 19-12-2015 at 15:24. Reason: solved
Reply With Quote
The Following User Says Thank You to Kazamnuk For This Useful Post:
Bilawal (20-12-2015)
  #68  
Old 19-12-2015, 08:48
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Kazamnuk Merhaba sizden RG Catalyst kullanımı hakkında bilgi alabilirmiyim şimdiden teşekkürler ederim
Reply With Quote
  #69  
Old 19-12-2015, 08:48
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Hi RG catalyst can I get information about the use of earn from you, thanks in advance, I would
Reply With Quote
  #70  
Old 25-01-2016, 12:28
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Thumbs down Hello,Help

HELP

[IMG][/IMG]
Reply With Quote
  #71  
Old 25-01-2016, 13:28
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
wrong .bin file , you probably made an error in the name section on the Inno file :/
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #72  
Old 25-01-2016, 13:43
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
RG catalyst does this program work correctly ?
Reply With Quote
  #73  
Old 25-01-2016, 15:22
panker1992's Avatar
panker1992 panker1992 is offline
Registered User
 
Join Date: Oct 2015
Location: Always Somewhere
Posts: 564
Thanks: 116
Thanked 881 Times in 319 Posts
panker1992 is on a distinguished road
i used this quite some time ago and it works 100% correctly
__________________
My projects : Masked Compression, lzma2(xz) on Freearc, Zstd compressor for windows
My optimizations : packjpg.exe, zstd, lzham, precomp-dev-0.45.
Reply With Quote
  #74  
Old 26-01-2016, 19:38
ramazan19833 ramazan19833 is offline
Banned
 
Join Date: Apr 2012
Location: abc
Posts: 248
Thanks: 16
Thanked 10 Times in 8 Posts
ramazan19833 is on a distinguished road
Description extra hundred Turkish translation from Turkish to English please forgive me, I'm past that birthday was very
Thank you in advance for everything.........
--------------------------------------------------------------------------------------------------
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ı
--------------------------------------------------------------------------------------------------
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
--------------------------------------------------------------------------------------------------
Error Picture :[IMG][/IMG]
--------------------------------------------------------------------------------------------------
System Information :
--------------------------------------------------------------------------------------------------
Data :http://s3.dosya.tc/server7/7cci2d/Data.zip.html
Reply With Quote
  #75  
Old 13-03-2016, 14:30
NoMore Pain NoMore Pain is offline
Registered User
 
Join Date: Mar 2016
Location: algeria
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
NoMore Pain is on a distinguished road
halp

http://s10.postimg.org/sf5z6b8ll/Untitled.jpg

This picture does't show plees help
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
Graphic glitches with Catalyst 10.9 (HD4650) and some games Myloch General Gaming 2 20-09-2010 16:02
Problem with Catalyst 5.10 jimbo82 Hardware 2 17-10-2005 18:47
ATI Catalyst Drivers 5.10 released spidross01 Hardware 5 17-10-2005 14:38



All times are GMT -7. The time now is 16:02.


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