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 28-09-2012, 01:55
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by Newbie View Post
Only what I need to change in InstallerScript.iss is Program Path i.e. #define ProgramFiles "C:\Program Files (x86)\FreeArc........etc.....Am I right or ("especially if I don't know what I'm doing it is not good to mess with Script file....")......for everything else I need to use Setup ini and cab, right.....
Yes.

Quote:
Originally Posted by Newbie View Post
And what is setup.dll......how do I get that - Do I really need it or what......

Thank You
Autorun.exe = Setup.dll. If you want to have Setup.dll instead of Autorun.exe, just run Convert_AutorunToDLL.bat. But its the same and doesnt matter if you have Autorun.exe oder Setup.dll.
Sponsored Links
  #2  
Old 01-10-2012, 04:45
shanrq shanrq is offline
Registered User
 
Join Date: Dec 2008
Location: Heart
Posts: 28
Thanks: 7
Thanked 1 Time in 1 Post
shanrq is on a distinguished road
yener your script version 8.5.6.9 when i change applicationname to "F1 2012" in setup.ini when a try to run the installer installation directory like this "C:\Program Files\F1 2012" the publisher name is missing but when i try change the name to "test" directory is normal "C:\Program Files\Konami\test" name publisher is show.. is it kind like a bug??

Please confirm it.. is it only me or someone else have same issue?

Last edited by shanrq; 04-10-2012 at 08:54.
  #3  
Old 03-10-2012, 21:40
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
Hi yener! You would be possible to add new functionality to collections. For example, an option to choose which game you want to install one separately or both together.
As in Quake Collection, where you can choose which you want to install and not all at the same time.

I think it should this must be hard to do! But all would be very grateful for that!

Thanks!

Last edited by Fabioddq; 03-10-2012 at 21:44.
  #4  
Old 04-10-2012, 05:47
QfG's Avatar
QfG QfG is offline
Registered User
 
Join Date: Apr 2012
Location: Germany
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
QfG is on a distinguished road
Any Question:

What must i type in the setup.ini, if i will that a *.arc file only installed @english languabe.

For example:

Quote:
[ExtractSettings]
FreeArcFile1={src}\english.arc;DestDir:{app};Disk: 1
This file must only installed if i choose the english language in the installer.

Thanks for help.
  #5  
Old 04-10-2012, 06:09
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,684
Thanks: 1,106
Thanked 7,331 Times in 2,834 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by QfG View Post
Any Question:

What must i type in the setup.ini, if i will that a *.arc file only installed @english languabe.

For example:

Quote:
[ExtractSettings]
FreeArcFile1={src}\english.arc;DestDir:{app};Disk: 1
This file must only installed if i choose the english language in the installer.

Thanks for help.
For english:
Quote:
[ExtractSettings]
FreeArcFile1={src}\english.arc;DestDir:{app};Disk: 1;Lang:en
For french:
Quote:
[ExtractSettings]
FreeArcFile1={src}\french.arc;DestDir:{app};Disk:1 ;Lang:fr
and so on...
  #6  
Old 04-10-2012, 06:19
QfG's Avatar
QfG QfG is offline
Registered User
 
Join Date: Apr 2012
Location: Germany
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
QfG is on a distinguished road
Thanks very much, i'm a noob i see, that this is typed on Page 2 of this thread, forgive me.
  #7  
Old 11-10-2012, 18:47
seventhorama seventhorama is offline
Registered User
 
Join Date: Jul 2011
Location: outer space
Posts: 30
Thanks: 0
Thanked 1 Time in 1 Post
seventhorama is on a distinguished road
when i install battlefield 3, this installer give me an error. whats wrong? and is there any way to solve this? thanks

  #8  
Old 12-10-2012, 08:56
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
Quote:
Originally Posted by seventhorama View Post
when i install battlefield 3, this installer give me an error. whats wrong? and is there any way to solve this?
Copy & paste it as text into a post.
__________________
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!
  #9  
Old 11-10-2012, 20:03
Demonn Demonn is offline
Registered User
 
Join Date: Jun 2012
Location: Casa
Posts: 23
Thanks: 248
Thanked 1 Time in 1 Post
Demonn is on a distinguished road
8.5.70
This method yener90 {src} means that automatically grabs those files from the folder where you installed the game.
  #10  
Old 11-10-2012, 20:13
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
Quote:
Originally Posted by Demonn View Post
8.5.70
This method yener90 {src} means that automatically grabs those files from the folder where you installed the game.
no it from source -> dvd
{app} would be game path
  #11  
Old 11-10-2012, 20:48
Demonn Demonn is offline
Registered User
 
Join Date: Jun 2012
Location: Casa
Posts: 23
Thanks: 248
Thanked 1 Time in 1 Post
Demonn is on a distinguished road
Yener90 the msi still does not start even with this new method.

Last edited by Demonn; 11-10-2012 at 21:04.
  #12  
Old 11-10-2012, 20:59
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
yener, please could explain this in more detail, sorry but I don't understand.

changed path definition of Launcher of redist files
-> now it possible install msi files + installing files from gamepath


Thanks!
  #13  
Old 11-10-2012, 21:38
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
on old version you didnt need to define source path...it was always dvd.
now you can change it.
{src} is dvd
{app} game path

its also now possible to do silent msi installations.
in included files there is physx installation...a silent msi installation.
its hard to define.
  #14  
Old 11-10-2012, 23:50
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
Quote:
Originally Posted by yener90 View Post
on old version you didnt need to define source path...it was always dvd.
now you can change it.
{src} is dvd
{app} game path

its also now possible to do silent msi installations.
in included files there is physx installation...a silent msi installation.
its hard to define.
Hmm... Ok, I think i get the idea.
Thanks!
  #15  
Old 13-10-2012, 10:08
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
ok next version will have:
- Windows 8 support
- components page support
-> so you will have the possibility to select what you want to have installed

so i next update will take a while...its an easy feature, but making working with Setup.ini will take lot of time.

Last edited by yener90; 13-10-2012 at 10:24.
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 19:27.


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