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
  #1  
Old 09-04-2013, 12:58
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,759
Thanks: 2,191
Thanked 11,230 Times in 2,316 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.
Sponsored Links
  #2  
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!
  #3  
Old 09-04-2013, 13:01
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,759
Thanks: 2,191
Thanked 11,230 Times in 2,316 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)
  #4  
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!
  #5  
Old 11-04-2013, 08:38
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,759
Thanks: 2,191
Thanked 11,230 Times in 2,316 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.
  #6  
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!
  #7  
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
  #8  
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!
  #9  
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
  #10  
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!
  #11  
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.
  #12  
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
  #13  
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.
  #14  
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?
  #15  
Old 17-04-2013, 04:36
spawniectes's Avatar
spawniectes spawniectes is offline
Senior Member
 
Join Date: Sep 2010
Location: Argentina
Posts: 202
Thanks: 52
Thanked 401 Times in 76 Posts
spawniectes is on a distinguished road
Quote:
Originally Posted by inovateqsa View Post
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?
just use the button you want, and edit in setup.ini the dimension of the button under [AutorunSettings] (ie: uninstall buttons)
Code:
[UnInstallButton]
Left=459
Top=112
Width=58
Height=58
LabelY=1500
for
Code:
[UnInstallButton]
Left=459
Top=112
Width=your button eidth
Height=your button height
LabelY=1500 (delete this line if you want to show the label install/uninstall)
remember to use the same name that has the button you want replace.
__________________
always above all, keep in mind that some day you will die. Bushido.
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 11:28.


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