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
  #316  
Old 09-04-2013, 08:44
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
and i want add some text install or quit, can you help me!
Sponsored Links
  #317  
Old 09-04-2013, 12: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
Quote:
Originally Posted by sakaboy View Post
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...
i'm afraid it's not possible, isdone can't extract splitted files, try it with 7z and rar and see.
  #318  
Old 09-04-2013, 12:58
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
Quote:
Originally Posted by Pulcione86 View Post
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;
the second one has to be freearc file two because it's the second file you want to extract under freearc. Third, freearcfile3, fourth, freearcfile 4 and so on.
  #319  
Old 09-04-2013, 13:01
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
Quote:
Originally Posted by huavancuong098 View Post
and i want add some text install or quit, can you help me!
you can edit messages and custom messages in the isl(inno setup language).
The Following User Says Thank You to Razor12911 For This Useful Post:
huavancuong098 (10-04-2013)
  #320  
Old 11-04-2013, 04:00
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
why during the installation process, it runs my slide too fast. Is there a way to revise is not time. Thank!
  #321  
Old 11-04-2013, 08:38
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
it's because there might be too many slides or the installer doesn't contain many/large files to unpack.
  #322  
Old 11-04-2013, 22:46
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
way to solve the problem and increase the time each image is not!
  #323  
Old 12-04-2013, 06:53
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
not possible
  #324  
Old 12-04-2013, 07:02
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
is there a way to make it slower does not slide!
  #325  
Old 12-04-2013, 07:43
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
reduce the number of images
  #326  
Old 13-04-2013, 02:20
huavancuong098 huavancuong098 is offline
Registered User
 
Join Date: Mar 2013
Location: viet nam
Posts: 40
Thanks: 26
Thanked 5 Times in 5 Posts
huavancuong098 is on a distinguished road
although reduced image but the image only time increased only 1 short span. There is no way around this!
  #327  
Old 16-04-2013, 01:36
inovateqsa inovateqsa is offline
Registered User
 
Join Date: Oct 2011
Location: South Africa
Posts: 30
Thanks: 8
Thanked 1 Time in 1 Post
inovateqsa is on a distinguished road
Stupid Question:

If we are making an installer for a single (IE: Not collection) game,
What should I define the component as?

There aren't any extra game folders, so it's just a collection of random folders inside the main game folder.

How would I go about setting the Installer.iss for that?

I have been using the older custom installer up until this point so at the moment I am clueless.

Thanks.
  #328  
Old 16-04-2013, 05:10
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
dont use components. just set game directory using #define programfiles line.
using yener's source you set the game's exe in setup.ini
  #329  
Old 16-04-2013, 07:04
inovateqsa inovateqsa is offline
Registered User
 
Join Date: Oct 2011
Location: South Africa
Posts: 30
Thanks: 8
Thanked 1 Time in 1 Post
inovateqsa is on a distinguished road
Thanks,

I feel like an idiot - I've tried using them, tried deleting them, even simply ignored them and tried to use only the game path, yet every time I tried I always got some error about a Component not found, or undeclared component.

And now after ignoring them after you told me to - It works?

Murphy is abusing his power.

Thanks again.
  #330  
Old 17-04-2013, 03:57
inovateqsa inovateqsa is offline
Registered User
 
Join Date: Oct 2011
Location: South Africa
Posts: 30
Thanks: 8
Thanked 1 Time in 1 Post
inovateqsa is on a distinguished road
Ok,

Another question regarding the Custom installer ultimate:

There are 3 images labeled "Uninstall", "Exit" and "Play.
In the default far cry 3 setup you need to click the "UnInstall" button to Install, Huh?

How do I simply put in my own plain button like I used to with the regular custom installer - one that i can put text with my custom font on?
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 06:27.


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