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
  #301  
Old 20-03-2013, 10:34
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
add this line to your setup.ini

PrecompVer=inside
The Following User Says Thank You to JacksMafia For This Useful Post:
azikker (20-03-2013)
Sponsored Links
  #302  
Old 27-03-2013, 10:17
alexmercer alexmercer is offline
Registered User
 
Join Date: Mar 2013
Location: Venezuela
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
alexmercer is on a distinguished road
Hey guy! Thanks so much!
Its so very cool!

And I have a question.. how can I create a desktop icon of game?!

Thanks!
  #303  
Old 27-03-2013, 12:49
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
installer automatically creates shortcuts
The Following User Says Thank You to Razor12911 For This Useful Post:
alexmercer (27-03-2013)
  #304  
Old 28-03-2013, 17:40
sakaboy sakaboy is offline
Registered User
 
Join Date: Mar 2013
Location: UK
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
sakaboy is on a distinguished road
Freearc cannot splitting files for 2gb part ?. I want create like that data1.cab - data2.cab.

Precomp or Srep's have any file split commands?

Sorry for my bad english...
  #305  
Old 28-03-2013, 17:51
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
freearc cant at the moment its planned for update 0.70 THEN you will be able to specify filesize. Its just be trial & error to get the size you want, as you start with freearc then precomp lastly srep.

maybe one of the more experienced with commandline maybe able to input more ??
  #306  
Old 30-03-2013, 21:50
edwinkyr edwinkyr is offline
Registered User
 
Join Date: Oct 2011
Location: IN
Posts: 13
Thanks: 4
Thanked 40 Times in 5 Posts
edwinkyr is on a distinguished road
how to use Setup.cab Cryptor.exe ??
  #307  
Old 31-03-2013, 01:10
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
extract setup.cab to a folder named setup then launch program, set password then done.
The Following User Says Thank You to Razor12911 For This Useful Post:
edwinkyr (01-04-2013)
  #308  
Old 07-04-2013, 02:46
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
Guys I have a problem.

I want to use FreeArc, I read that says this:

If you use FreeArc installation, just add to the line "Comp: (Number of component, for Which It Should be installed)"
Example:
code:

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1; Comp: 1;

But where should I enter? use inno setup recently.

Thanks to those who answer me

Sorry for my english
  #309  
Old 07-04-2013, 02:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
you can only use comp if you have used components. and remove spaces if you want to set a directory or destination

therefore it will be like this.
FreeArcFile1 ={src}\Data1.cab; DestDir: {app}; Disk: 1
  #310  
Old 07-04-2013, 03:02
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
First of all, thanks for the reply

Yes, but I do not know where it goes physically inserted.

In the script or in the setup.ini? and where exactly? because wherever I insert it gives me error.

P.S. I removed the components, just because I do not want to use the indoor installation
  #311  
Old 07-04-2013, 03:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
the setup.ini, under
[ExtractSettings]
  #312  
Old 07-04-2013, 03:28
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
Done, but nothing happens, definitely something I'm wrong.

I want that when I go to install, it extracts the file.arc ...

I'll put in a script that I made, with what I can do.

If you have time and desire, you could send me the script and the setup.ini correct?

Thank you so much razor
Attached Files
File Type: rar MyScript.rar (13.0 KB, 37 views)
  #313  
Old 07-04-2013, 03:46
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
this thing only works with yener90 source code/script
  #314  
Old 07-04-2013, 03:52
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
So I guess I'll have to give it up

Thanks for the help razor
  #315  
Old 07-04-2013, 04:51
Pulcione86 Pulcione86 is offline
Registered User
 
Join Date: Feb 2013
Location: Italy
Posts: 65
Thanks: 12
Thanked 6 Times in 6 Posts
Pulcione86 is on a distinguished road
There are successful

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1

It was like you said, but I was wrong inserting into.

Last thing, if I want to extract 2 files, I do a thing like that?:

FreeArcFile1 = {src} \ Data1.cab; DestDir: {app}; Disk: 1; Comp: 1;
FreeArcFile1 = {src} \ data2.cab; DestDir: {app}; Disk: 1; Comp: 2;
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
Tutorial On How To Create Your Own Crack..! mojo8850 PC Games 17 20-03-2005 22:43
Mafia - Newbie Cracking Tutorial online cdkiller PC Games 6 14-12-2002 09:01
every game needs a special dvd rip tutorial??? billete100 PS2 Games 1 10-10-2001 01:44
Brief fast tutorial on DC copy? webcamworld DC Games 1 02-05-2001 20:27
grandia 2 SAGICE's tutorial DarCwuN DC Games 2 17-12-2000 16:43



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


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