Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

Reply
 
Thread Tools Display Modes
  #796  
Old 29-05-2014, 13:02
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
just main.iss ?
I'm not starting yet,
but...should i use another things?

I'm not very familiar with Internal compression.
Reply With Quote
Sponsored Links
  #797  
Old 29-05-2014, 13:07
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 436
Thanks: 614
Thanked 570 Times in 212 Posts
y_thelastknight is on a distinguished road
give me some minutes. i give you the main.iss with internal compression support
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
TsubasaHP (29-05-2014)
  #798  
Old 29-05-2014, 13:16
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 436
Thanks: 614
Thanked 570 Times in 212 Posts
y_thelastknight is on a distinguished road
here is the updated main.iss for internal compression only..Main_v1.9.iss

if you want use the internal compression use this Main_v1.9.iss
else use the original main.iss file for external compression.

Main_v1.9.iss has a external compression bug :/
Attached Files
File Type: rar Main_v1.9.rar (8.1 KB, 121 views)
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
The Following User Says Thank You to y_thelastknight For This Useful Post:
Shadow Delta (06-06-2014)
  #799  
Old 29-05-2014, 13:27
TsubasaHP's Avatar
TsubasaHP TsubasaHP is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 31
Thanks: 9
Thanked 4 Times in 3 Posts
TsubasaHP is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
here is the updated main.iss for internal compression only..Main_v1.9.iss

if you want use the internal compression use this Main_v1.9.iss
else use the original main.iss file for external compression.

Main_v1.9.iss has a external compression bug :/
Thanks a lot for your ethereality
Reply With Quote
The Following User Says Thank You to TsubasaHP For This Useful Post:
y_thelastknight (29-05-2014)
  #800  
Old 29-05-2014, 13:40
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 436
Thanks: 614
Thanked 570 Times in 212 Posts
y_thelastknight is on a distinguished road
Quote:
Originally Posted by TsubasaHP View Post
Thanks a lot for your ethereality
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #801  
Old 01-06-2014, 10:14
prince8889 prince8889 is offline
Registered User
 
Join Date: Jun 2010
Location: Palestine
Posts: 5
Thanks: 0
Thanked 1 Time in 1 Post
prince8889 is on a distinguished road
Please , , ,

How Can I Specified AppSize Exactly Size . . . Not 1 , 2 , 3 , 4 or 5 Giga

I need it For example 4.65 gb
Reply With Quote
  #802  
Old 06-06-2014, 02:55
exorc exorc is offline
Registered User
 
Join Date: Jan 2010
Location: Canada
Posts: 62
Thanks: 55
Thanked 6 Times in 6 Posts
exorc is on a distinguished road
How to decompress two archives?

Example, setup-1.bin and setup-2.bin?

Sorry for my english...
Reply With Quote
  #803  
Old 06-06-2014, 05:29
drexx drexx is offline
Registered User
 
Join Date: Nov 2013
Location: Cave
Posts: 14
Thanks: 11
Thanked 0 Times in 0 Posts
drexx is on a distinguished road
Hi all.., how can i remove Music and splash screen?
Reply With Quote
  #804  
Old 06-06-2014, 06:57
Shadow Delta's Avatar
Shadow Delta Shadow Delta is offline
Registered User
 
Join Date: May 2014
Location: In Real Time
Posts: 59
Thanks: 97
Thanked 50 Times in 30 Posts
Shadow Delta is on a distinguished road
Send a message via ICQ to Shadow Delta Send a message via AIM to Shadow Delta Send a message via Yahoo to Shadow Delta
Arrow Huston, we got a problem..

Quote:
Originally Posted by prince8889 View Post
Please , , ,

How Can I Specified AppSize Exactly Size . . . Not 1 , 2 , 3 , 4 or 5 Giga

I need it For example 4.65 gb
Quote:
Originally Posted by exorc View Post
How to decompress two archives?

Example, setup-1.bin and setup-2.bin?

Sorry for my english...
Quote:
Originally Posted by drexx View Post
Hi all.., how can i remove Music and splash screen?
For the app size specification, well i was not able to get that ok, but using this small tool here helped me to get over with that and just have to give the app size from gb to mb and you will be clean.
And also for the removal of the splash and voice, you can just completely depend on the tool, and for extracting more than 1 archive you just have to edit the archives.ini file
The tool : http://fileforums.com/showthread.php?t=95595

add these onto you're archives.ini file and it will help with adding more archives.
Code:
if not ShowChangeDiskWindow ('Please Insert Disk 2 To Continue...', ExpandConstant('{src}'),'Setup-2.bin') then break;
if not ISArcExtract ( 0, 40, ExpandConstant('{src}\Setup-2.bin'), ExpandConstant('{app}'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}'), False) then break;
There you go for two files.
And well most of the times that gave me an isdone.dll error at the end of the extraction, but i presume modifying these lines and adding them according to the archives in the list can help to solve it.

Code:
if not IS7ZipExtract   ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break;
if not ISRarExtract    ( 0, 100, ExpandConstant('{src}\Setup-1.bin'), ExpandConstant('{app}'), false, '') then break;
Add in these lines accordingly and that might help you with that.
__________________
Non temete l'oscurita - accettate il suo abbraccio.
Reply With Quote
  #805  
Old 12-06-2014, 22:36
lhanz678's Avatar
lhanz678 lhanz678 is offline
Registered User
 
Join Date: Apr 2014
Location: Philippines
Posts: 67
Thanks: 150
Thanked 65 Times in 27 Posts
lhanz678 is on a distinguished road
hi anybody can give me precompinside 0.3.1(CLS-precomp.dll) TIA

updated i found it https://www.dropbox.com/s/h0fjr2wajt...pInside0.31.7z

Last edited by lhanz678; 16-06-2014 at 16:35.
Reply With Quote
  #806  
Old 14-06-2014, 05:26
rafikhan rafikhan is offline
Registered User
 
Join Date: Jun 2014
Location: Bangladesh
Posts: 9
Thanks: 0
Thanked 5 Times in 2 Posts
rafikhan is on a distinguished road
>>>>>>>>>>

I need script like blackbox inno script and some new script to extract directly from .arc compressed file with freearc software.
can anybody help me...??
Reply With Quote
  #807  
Old 17-06-2014, 22:06
Shadow Delta's Avatar
Shadow Delta Shadow Delta is offline
Registered User
 
Join Date: May 2014
Location: In Real Time
Posts: 59
Thanks: 97
Thanked 50 Times in 30 Posts
Shadow Delta is on a distinguished road
Send a message via ICQ to Shadow Delta Send a message via AIM to Shadow Delta Send a message via Yahoo to Shadow Delta
Quote:
Originally Posted by rafikhan View Post
I need script like blackbox inno script and some new script to extract directly from .arc compressed file with freearc software.
can anybody help me...??
You are already on the blackbox Script thread, and Please clarify more about the question there bro, new script to extract directly from .arc file with freearc? Not getting what you actually meant to say. So please elaborate a bit. help might come to you in no time, if the question is understandable enough.
__________________
Non temete l'oscurita - accettate il suo abbraccio.
Reply With Quote
  #808  
Old 20-06-2014, 21:11
macullun's Avatar
macullun macullun is offline
Registered User
 
Join Date: May 2014
Location: Jakarta
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
macullun is on a distinguished road
I have a problem to extract 001 file. Its always "failed to open the archive in the module IS7zipExtract"

*WatchDogs windy_city.dat.001 - 005
Reply With Quote
  #809  
Old 21-06-2014, 04:15
y_thelastknight's Avatar
y_thelastknight y_thelastknight is offline
Registered User
 
Join Date: Mar 2010
Location: Canada
Posts: 436
Thanks: 614
Thanked 570 Times in 212 Posts
y_thelastknight is on a distinguished road
you can't extract split-ed files mate.
__________________
Glass BB | BlackBox v2 | Portable Installer
Reply With Quote
  #810  
Old 21-06-2014, 07:23
macullun's Avatar
macullun macullun is offline
Registered User
 
Join Date: May 2014
Location: Jakarta
Posts: 2
Thanks: 2
Thanked 0 Times in 0 Posts
macullun is on a distinguished road
Quote:
Originally Posted by y_thelastknight View Post
you can't extract split-ed files mate.
So with this script we can't Join 001 split-ed files with 7ZipExtract like BAMsE did in WatchDogs

Thx for the fast response mate
Reply With Quote
Reply

Thread Tools
Display Modes

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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Copy file with Inno Setup Script emrahcey Software 1 02-07-2010 08:24



All times are GMT -7. The time now is 11:33.


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