Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 23-02-2013, 06:22
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Yes.
Reply With Quote
Sponsored Links
  #2  
Old 23-02-2013, 07:55
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
Custom Full screen Image



Credits:
Imageshack
Attached Files
File Type: 7z CFImage.7z (767.6 KB, 58 views)
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
Andre Jesus (24-02-2013)
  #3  
Old 26-02-2013, 05:33
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
There's any way to integrate a file that depending of wich language the installer is, set up the correct language. Is a system.cfg the file I need.
Code:
ie. 

name file system.cfg
content:

; crysis3
sys_game_folder=c3
sys_user_folder=Crysis3
sys_languages=english,french,spanish,german,turkis h,italian,czech,chineset
g_language="lang desired name"
Reply With Quote
  #4  
Old 27-02-2013, 06:07
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
hey guys i have small problem i need to insert multiple installer.bmp in setup.cab cause i have 4 png images for the installer but it wouldn't work what ever i do because the script made for only one bmp so which lines i have to modify in the script? or is there another way?
also
how to insert name on play button like -play dead space 1- instead of just -play-
thanks

Last edited by JacksMafia; 27-02-2013 at 06:37.
Reply With Quote
  #5  
Old 03-03-2013, 09:29
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
How do I engage isdone.dll to extract arc files, I use CIU 1.0.0.5 by Yener90

I know that the setup.ini has to had the ExtractSettings I tried several times but no luck, the installer keep asking me for the disc whit the arc file.

I use this to compress
Code:
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DVD1\%arc%
Reply With Quote
  #6  
Old 03-03-2013, 09:35
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
then the archive name and location must agree with setup.ini Extract settings
Reply With Quote
  #7  
Old 03-03-2013, 09:49
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 Razor12911 View Post
then the archive name and location must agree with setup.ini Extract settings
I tried, for example my file name is data1.cab on extractsetting must be like this
Code:
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
I do that way and keeps asking me for data1.cab
Reply With Quote
  #8  
Old 03-03-2013, 09:57
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,751
Thanks: 2,181
Thanked 11,211 Times in 2,309 Posts
Razor12911 is on a distinguished road
write {src}\Data1.cab

{src} is for source.
Reply With Quote
  #9  
Old 03-03-2013, 09:55
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
did you include arc.ini in setup.cab & use internal compression in ISS script rather then #define programfile line ..??

look at bottom of first post > http://fileforums.com/showthread.php?t=92805

it shows what needs to be there for internal compression ( what you're using ) & how to set it up.

Last edited by pakrat2k2; 03-03-2013 at 09:58.
Reply With Quote
  #10  
Old 03-03-2013, 11:10
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
Know I got this error

Reply With Quote
  #11  
Old 03-03-2013, 11:22
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
in setup.ini you need to add
[InstallOptions]
PrecompVer=inside
.
.
.

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;


for example, look to Fabioddq's Devil May Cry topic it uses both. ( look at ISS script & setup.ini. Also in setup.cab you need arc.ini in root.
Reply With Quote
The Following User Says Thank You to pakrat2k2 For This Useful Post:
spawniectes (03-03-2013)
  #12  
Old 03-03-2013, 15:22
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 pakrat2k2 View Post
in setup.ini you need to add
[InstallOptions]
PrecompVer=inside
.
.
.

[ExtractSettings]
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1;
FreeArcFile2=Data2.cab;DestDir:{app};Disk:2;


for example, look to Fabioddq's Devil May Cry topic it uses both. ( look at ISS script & setup.ini. Also in setup.cab you need arc.ini in root.
Thanks once again pakrat2k2, now it's working.
Reply With Quote
  #13  
Old 09-03-2013, 11:35
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello, how to modify the about message to become like this:


I've tried this code:
Quote:
procedure ShowAboutBox;
begin
MsgBox('Hello, I''m your about box!', mbInformation, MB_OK);
end;
but it's not working.

Last edited by danswano; 09-03-2013 at 11:38.
Reply With Quote
  #14  
Old 11-03-2013, 11:51
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
How to skip the Start Menu Folder dialog please?
Reply With Quote
  #15  
Old 11-03-2013, 12:08
altef_4's Avatar
altef_4 altef_4 is offline
Registered User
 
Join Date: Mar 2012
Location: Ukraine
Posts: 361
Thanks: 248
Thanked 1,022 Times in 239 Posts
altef_4 is on a distinguished road
Quote:
Originally Posted by danswano View Post
How to skip the Start Menu Folder dialog please?
you mean "select program group page"? If yes then
Code:
[setup]
DisableProgramGroupPage=yes
or in code section
Code:
function ShouldSkipPage(PageID: Integer): Boolean;
begin
if (PageID = wpSelectProgramGroup) then result:=true;
end;

Last edited by altef_4; 12-03-2013 at 11:37. Reason: rusult->result
Reply With Quote
The Following User Says Thank You to altef_4 For This Useful Post:
danswano (11-03-2013)
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
INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup REV0 Conversion Tutorials 129 21-05-2021 05:51
INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup REV0 Conversion Tutorials 51 26-03-2015 06:57
Frequently Asked Questions Joe Forster/STA PC Games - Frequently Asked Questions 0 29-11-2005 09:48



All times are GMT -7. The time now is 06:04.


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