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

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #556  
Old 30-07-2012, 21:51
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Thanks for the update yener! I will try!
Sponsored Links
  #557  
Old 31-07-2012, 08:29
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
thanks yener90 for this new version!!


PS: Please correct the name of the uninstaller "Deinstall" in Portuguese and Portuguese Brazil is the correct "Desinstalar" ...

Last edited by kassane; 31-07-2012 at 08:50.
  #558  
Old 31-07-2012, 12:04
hdneo hdneo is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 7
Thanks: 70
Thanked 0 Times in 0 Posts
hdneo is on a distinguished road
Somebody Help...

how to install files one by one in yener90's project?
i have 10 gb files.
compress with arc -m0 data.arc
precomp042 data.arc --> data.pcf
srep data.pcf --> data.srep
arc -mx -ld1800 data.srep --> data.cab 2.5gb

during installation i want to install files one by one.[ unarc onefile srep it precomp it]
not unarc 2.5gb then srep it then precomp then unarc. ---> this method require a lot of hard drive space.
  #559  
Old 01-08-2012, 06:55
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
hdneo it's not possible due to structure of this archives
  #560  
Old 01-08-2012, 12:08
hdneo hdneo is offline
Registered User
 
Join Date: Jul 2012
Location: Iran
Posts: 7
Thanks: 70
Thanked 0 Times in 0 Posts
hdneo is on a distinguished road
somebody help

how peterf1999's project install files one by one? [Max Payne 3 (4x DVD5) *INNO+Precomp+Srep+FreeArc(LZMA)* *FULL*]
  #561  
Old 01-08-2012, 14:31
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
It is different and closed script, peter never shares the content (until W2)

So, we dont know.
  #562  
Old 01-08-2012, 17:42
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
REV0 of course we know
Freearc supports merged compression methods, the only thing you need to do is to create arc.ini file with compress/decompress commandline and copy archiver files into freearc directory.
Simplifying, freearc creates small parts, compresses them with first, second archiver a.s.o. and then add this part to main archive. Decompression proceeds in the opposite way.

But there is one problem: you can do this only via arc.exe, not freearc.exe, unarc.exe or unarc.dll

Yener90 used unarc.dll in his installer, so it's impossible to use merged compression

Last edited by BAMsE; 01-08-2012 at 17:45.
  #563  
Old 01-08-2012, 20:04
quake4's Avatar
quake4 quake4 is offline
Registered User
 
Join Date: Oct 2011
Location: Viet Nam
Posts: 33
Thanks: 88
Thanked 18 Times in 6 Posts
quake4 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
@amin fear
fixeed

8.4.1 Update
Yener90, please help me!
I have add Vietnamese language inside Setup.ini (Lang=de,en,es,fr,it,vi). when install finish, i have little error 0x8007007B (The filename, direcoty name, or volume label syntax is incorrect). Don't have Uninstall icon in Start Menu -> All Program. If used English language, install works 100%
Snapshot_2012-08-02_094928.png

i used CI 8.4.1.

Please tell me, how to fix error (Vietnamese language)

Last edited by quake4; 02-08-2012 at 03:09.
  #564  
Old 02-08-2012, 02:39
Joe Forster/STA's Avatar
Joe Forster/STA Joe Forster/STA is offline
Senior forum member
 
Join Date: Nov 2000
Location: Hungary
Posts: 9,836
Thanks: 20
Thanked 342 Times in 224 Posts
Joe Forster/STA is on a distinguished road
@quake4: Use Sysinternals' Procmon to log file system activity and you'll find out the program that fails to launch.
__________________
Joe Forster/STA
For more information, see the FileForums forum rules and the PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage: http://sta.c64.org, E-mail: [email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!
  #565  
Old 02-08-2012, 07:44
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
  #566  
Old 02-08-2012, 08:16
quake4's Avatar
quake4 quake4 is offline
Registered User
 
Join Date: Oct 2011
Location: Viet Nam
Posts: 33
Thanks: 88
Thanked 18 Times in 6 Posts
quake4 is on a distinguished road
Quote:
Originally Posted by yener90 View Post
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
Test works 100% with Vietnamese language. Thank Yener90!
  #567  
Old 02-08-2012, 08:23
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
Knew you'd figure it out, time for testing thanks bud
  #568  
Old 02-08-2012, 08:44
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Quote:
Originally Posted by yener90 View Post
UPDATE 8.4.2
- Full freearc commandline support
-> Change PrecompVer=inside
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
- Fixed Vietnamese language
- Updated Portuguese Brazil language (thx to kassane)
- Added SmallInstaller positioning to left down
-> SmallInstallerPosLD=1 (0 disables, 1 enables)
Thanks yener90!! Portuguese Brazil language 100% correct.....
  #569  
Old 02-08-2012, 20:17
mikey26 mikey26 is offline
Registered User
 
Join Date: Dec 2008
Location: south africa
Posts: 276
Thanks: 124
Thanked 110 Times in 61 Posts
mikey26 is on a distinguished road
Send a message via AIM to mikey26 Send a message via Yahoo to mikey26
hi yener thx for the update..
but i not sure what u mean by this:
-> to get perfect working, put the arc.ini, the file with that you compressed the files to the main folder of Setup.cab (like in example)
what example i dont see a arc.ini the lastest script.unless i am missing something.
  #570  
Old 02-08-2012, 20:44
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 arc.ini you used with freearc commandline ( precomp+srep all-in-one ) like the conversions peter's posted. It includes the precomp + srep + arc.ini all in a folder, you need to use that arc.ini if you chose to go precompver=inside ( Yener's installscript ) but using freearc commandline to make your archives.
Closed Thread


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 - Questions Here REV0 Conversion Tutorials 1565 29-11-2024 09:51
Inno Setup: Additional Libraries altef_4 Conversion Tutorials 50 21-10-2020 09:59
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Help- How to extract a .bin file compressed by a code ? Adonix Conversion Tutorials 22 22-03-2015 15:02
yener90's older Inno Project Source Codes THADEADMAN2011 PC Games - CD/DVD Conversions 0 16-06-2012 03:40



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


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