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
  #16  
Old 13-09-2011, 06:09
dudul dudul is offline
Registered User
 
Join Date: Apr 2010
Location: Planet earth
Posts: 14
Thanks: 14
Thanked 1 Time in 1 Post
dudul is on a distinguished road
So what will be the ISO final size?
Reply With Quote
Sponsored Links
  #17  
Old 13-09-2011, 06:24
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by dudul View Post
So what will be the ISO final size?
3.99 gb, but with more complicated procedure that requires too much time is possible to create an iso < 1.90 gb
Reply With Quote
  #18  
Old 13-09-2011, 08:09
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by peterf1999 View Post
3.99 gb, but with more complicated procedure that requires too much time is possible to create an iso < 1.90 gb
I would like to know that.. the purpose is just only to increase my knowledges, nothing else!
Reply With Quote
  #19  
Old 15-09-2011, 23:48
mEtOO mEtOO is offline
Registered User
 
Join Date: Jan 2010
Location: Philippines
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
mEtOO is on a distinguished road
Send a message via ICQ to mEtOO Send a message via AIM to mEtOO Send a message via Yahoo to mEtOO
peterf1999 how do autorun? What programs do you use? Please tell me you and me. Thanks
Reply With Quote
  #20  
Old 16-09-2011, 14:49
KillerOh's Avatar
KillerOh KillerOh is offline
Registered User
 
Join Date: Oct 2009
Location: Brazil
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
KillerOh is on a distinguished road
Exclamation

Quote:
Originally Posted by Onizuka87k View Post
I would like to know that.. the purpose is just only to increase my knowledges, nothing else!
Quote:
Originally Posted by mEtOO View Post
peterf1999 how do autorun? What programs do you use? Please tell me you and me. Thanks
Both autorun menu and installer were built with Inno Setup. The compression methods to archieve so small sizes are FreeArc, PreComp and SRep.
Peterf's latest installers are able to compress the game files with several methods, such as FreeArc, PreComp and SRep (And even all of them at same time!) by using IsDone.dll, but these setups has no "source code" avaliable (Almost all of his installers are already pre-compiled).
However, you should try his installer for The Witcher 2 done by him.
As far as I know (AFAIK), it supports FreeArc and PreComp compression, and has all the pages of this custom installer - Including autorun menu and the System Requirements page. Don't know about SRep or multi-disk support for ARC files, but it's a huge first step, if you wanna know!

For reference, you can use Yener90's installer too!
He released the sources of his installers, so take a look.
Yener's installers are, for saying so, "simple" (No "Syetem requirements" nor "Add to firewall" pages), but true candidates for "Games For Windows" certificated installers due to being easy and intuitive to install, not to mention they're visually nice! I don't remember the kind of compression it supports, but considering some of Yener's custom installers, FreeArc and Multi-disk support for UNCOMPRESSED files should be avaliable.

For an additional reference, try this post of mine.

Before "going crazy" with "coding hell", it's interesting to note that they are pretty easy to MODIFY to your needings: Just change the parameters of a specific game in Peterf's installer codes (You'll need to search a little in the codes, but it's worthy) or Yener90's INI file provided with the sources. I'm not a programmer, but I know what I need to change in peterf's installer code to "create" a new custom installer.

As a last note, for damn powerful autorun menus ONLY (You can actually use it to build a "install-capable" autorun menu, but the "uninstaller" part is up to you...), you should try Autoplay Media Studio. I know it's a paid $oftware, but Indigorose released the "Autoplay Media Studio Personal edition", which is free.
The differences between Free and Paid editions are just... "lame" IMHO: Free ed has no support (Go to the Indigorose forums and google; you don't need "support" anyway!), cannot build the autorun .exe file with a custom icon (You can use a separated icon for autorun.inf when needed) and, after closing an autorun menu built with this version, a splash image with the text "Powered by AutoPlay Media Studio Personal Edition" will appear. You see, no big deal, the rest is all the same.

Last edited by KillerOh; 16-09-2011 at 15:03.
Reply With Quote
  #21  
Old 20-09-2011, 14:16
Musyanon Musyanon is offline
Registered User
 
Join Date: Dec 2009
Location: ljm
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Musyanon is on a distinguished road
I wanted to edit the setup, so I extracted with universal extractor, then when I compile a mistake and even without changing anything ...
Sorry for ma bad english..

Last edited by Musyanon; 20-09-2011 at 14:20.
Reply With Quote
  #22  
Old 20-09-2011, 17:26
KillerOh's Avatar
KillerOh KillerOh is offline
Registered User
 
Join Date: Oct 2009
Location: Brazil
Posts: 77
Thanks: 1
Thanked 1 Time in 1 Post
KillerOh is on a distinguished road
Just to make it clear: Extracting the setup script with Unniversal Extractor (And, for the matter, with InnoUnp), is useless.

After re-compiling everything from a extracted .ISS file in these ways, it'll become the "always-simple" Inno Setup installer, with no autorun menu, no FreeArc + PreComp + Srep extraction support, no pretty pages (the same with "System Requirements" and "Add to Firewall list" ones) and, last but not least, no custom code required to sucessfully compile that.
The compile error was because it cannot find the "getLngID" function, which won't come with the extracted script.

BTW, the "innoUnp" (Command line app used by Universal Extractor for InnoSetup unpacking) site explains that it extrats a PARCIAL script - Only the basics.
There are a LOT of codig that won't be unpacked this way, so you need to add them by hand. And guess what? No "easy way" to do that, no matter where you find all thye codes, no matter how easy is the Inno's coding (Pascal, right?).



To edit the setup the way you want, you must edit some code already avaliable. I've already gave a suggestion some posts ago, now it's up to you.

Last edited by KillerOh; 20-09-2011 at 17:31.
Reply With Quote
  #23  
Old 11-12-2011, 11:54
xy_ashley.exe's Avatar
xy_ashley.exe xy_ashley.exe is offline
Registered User
 
Join Date: Aug 2010
Location: South Africa
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
xy_ashley.exe is on a distinguished road
Download link broken

Hi .The link seems to be broken for DI_dvd5.7z . Can somebody help me out please. I can't find it anywhere else on the net.
Reply With Quote
  #24  
Old 11-12-2011, 15:05
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by xy_ashley.exe View Post
Hi .The link seems to be broken for DI_dvd5.7z . Can somebody help me out please. I can't find it anywhere else on the net.
The link in the first post works fine for me, I just tested it.
Reply With Quote
  #25  
Old 11-12-2011, 15:09
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
Quote:
Originally Posted by xy_ashley.exe View Post
Hi .The link seems to be broken for DI_dvd5.7z . Can somebody help me out please. I can't find it anywhere else on the net.
special link for you... reply when you have it & I'll remove it, as the link in first post works fine, once your post count is up ?

file removed.

Last edited by pakrat2k2; 12-12-2011 at 18:21.
Reply With Quote
  #26  
Old 11-12-2011, 15:19
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
link in first post works fine, once your post count is up ?
All attachments 'should' work for everyone, not just the registered members and not dependent on post counts.
Reply With Quote
  #27  
Old 11-12-2011, 20:05
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
well for me not logged in i couldnt dl the attachment. thats why i setup the temp link.
Reply With Quote
  #28  
Old 12-12-2011, 00:24
Chompower's Avatar
Chompower Chompower is offline
Registered User
 
Join Date: Oct 2009
Location: Argentina
Posts: 36
Thanks: 35
Thanked 2 Times in 1 Post
Chompower is on a distinguished road
Thank Peterf, tested on windows 7 x86...
Install or uninstall ok!
Size end DVD: 4.08 GB
Works 100%!!
Reply With Quote
  #29  
Old 12-12-2011, 12:57
xy_ashley.exe's Avatar
xy_ashley.exe xy_ashley.exe is offline
Registered User
 
Join Date: Aug 2010
Location: South Africa
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
xy_ashley.exe is on a distinguished road
Thanks for the link pakrat2k2 but Mediafire kinda sucks on mobile because of it's Flash counter. Also sorry I overlooked yener90's conversion
Reply With Quote
  #30  
Old 12-12-2011, 15:38
ceifadorx's Avatar
ceifadorx ceifadorx is offline
Registered User
 
Join Date: Nov 2010
Location: brazil
Posts: 89
Thanks: 91
Thanked 21 Times in 15 Posts
ceifadorx is on a distinguished road
has someone tried this conversion with the arena dlc?
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
INDEX - CD2DVD Conversion Index **UPDATED: 17-07-2024** Grumpy PC Games - CD/DVD Conversions 252 16-07-2024 20:35
Dead Space (DVD9 to 2x DVD5) ravd PC Games - CD/DVD Conversions 29 11-10-2012 12:15
Dead Space 2 (2xDVD9 to 2x DVD5) *Multi3 En,De,Ru* *English only* *INNO SETUP* ALVARIX2 PC Games - CD/DVD Conversions 56 13-02-2012 17:09
Dead Space 2 (2xDVD9 to 2x DVD5) *Multi6* *INNO SETUP* ALVARIX2 PC Games - CD/DVD Conversions 5 21-11-2011 05:28
Kane & Lynch Dead Men (DVD9 to DVD5) fracicone PC Games - CD/DVD Conversions 11 16-01-2008 05:13



All times are GMT -7. The time now is 23:43.


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