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 15-09-2012, 12:38
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
Ok, here a noob question, sorry for this. i will install directx from the temp folder, so i compile the dx files with the installer and use the {tmp} dir and these flags: uninsafterinstall. But what must i type in the setup.ini ? the command : LaunchCom1={tmp}\dx90c\DXSetup.exe will not work.

Thanks for solutions.

EDIT
I found the solution myself:

i have changed in script the {src} in {tmp}
Quote:
Exec(ExpandConstant('{tmp}\') + GetIniString('LauncherSettings'
and use in setup.ini file the function : Launch1BeforeInstall=0
This works perfect for me.

Last edited by QfG; 15-09-2012 at 13:12.
Sponsored Links
  #2  
Old 16-09-2012, 07:23
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
UPDATE 8.5.6.5
- fixed portuguese brazil translation
- fixed persian translation
  #3  
Old 16-09-2012, 08:37
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
another Question:

if i activate the wpReadyPage, this page looks empty.

Must i define this over the ini file ?

Greetings
  #4  
Old 16-09-2012, 10:49
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 QfG View Post
another Question:

if i activate the wpReadyPage, this page looks empty.

Must i define this over the ini file ?

Greetings
page not supported.
  #5  
Old 16-09-2012, 10:27
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
sry mistaken for autorun.exe... first time when i look folder CI 8.5.6.5 i think autorun.exe is separately because usually setup.dll but is not.. maybe little suggestion how about make separately file for autorun.exe and setup.exe.. :P

Last edited by shanrq; 16-09-2012 at 10:42. Reason: mistaken at first.. :P
  #6  
Old 16-09-2012, 10:46
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
If u start the Setup.exe, the setup.exe starts automatically the autorun.exe (or the setup.dll if u renamed). In the Setup.ini change this Line: EnableAutorunMenu=1 in EnableAutorunMenu=0. Now you can start the setup.exe without Autorun.

Greetings
  #7  
Old 16-09-2012, 11:03
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
Quote:
Originally Posted by QfG View Post
If u start the Setup.exe, the setup.exe starts automatically the autorun.exe (or the setup.dll if u renamed). In the Setup.ini change this Line: EnableAutorunMenu=1 in EnableAutorunMenu=0. Now you can start the setup.exe without Autorun.

Greetings
that why i say mistaken i mean is really good if autorun.exe separately from setup.exe. and autorun.exe is trigger setup.exe like retail dvd.. autorun for menu.. setup.exe for not see the menu..
  #8  
Old 17-09-2012, 03:16
johnnyusa johnnyusa is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 20
Thanks: 4
Thanked 1 Time in 1 Post
johnnyusa is on a distinguished road
Hi guys, a little question.

I want the user make a choice during the setup process. Let's say, copy some files for WIDEscreen resolution or .. copy some files for NORMAL 4:3 resolution. How can i give him this choice by using CI scripts?

Thanks in advance.
  #9  
Old 17-09-2012, 04:00
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by johnnyusa View Post
Hi guys, a little question.

I want the user make a choice during the setup process. Let's say, copy some files for WIDEscreen resolution or .. copy some files for NORMAL 4:3 resolution. How can i give him this choice by using CI scripts?

Thanks in advance.
Make the conversion as 4:3 supported. Create an .exe or .msi by using Free Install Creator, InstallShield or another installer maker program. This second exe files should install 16:9 resolution files. (I assume both 4:3 and 16:9 have same names and they'll be simply overwritten) Put this exe file in conversion like DX9 or VC installation, so as a component. Without selection, game or application will be 4:3 res. with extension it'll be 16:9
  #10  
Old 17-09-2012, 04:12
johnnyusa johnnyusa is offline
Registered User
 
Join Date: Oct 2011
Location: Romania
Posts: 20
Thanks: 4
Thanked 1 Time in 1 Post
johnnyusa is on a distinguished road
I understand. Thanks.

I thought i can make this choice in InnoSetup scripts skinned with CI.
  #11  
Old 17-09-2012, 04:34
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by johnnyusa View Post
I understand. Thanks.

I thought i can make this choice in InnoSetup scripts skinned with CI.
You will still use Inno and yener's CI, like i said 16:9 will be just an exe file in conversion like DX9 selection before setup.. you can run it in silence mode, so no one will see 16:9's setup during installation
  #12  
Old 17-09-2012, 05:18
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Thanks Yener90 for updating Persian Lang...

just want to know that " Flash.swf " is not Operable anymore ?

i cant make it to work ...
  #13  
Old 17-09-2012, 05:19
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
yes it works.
Just renamed to FlashBG.swf.
  #14  
Old 18-09-2012, 00:17
amin fear amin fear is offline
Registered User
 
Join Date: Feb 2012
Location: Inferno
Posts: 102
Thanks: 86
Thanked 57 Times in 30 Posts
amin fear is on a distinguished road
Quote:
Originally Posted by yener90 View Post
yes it works.
Just renamed to FlashBG.swf.
Thanks...

what about the " Video.avi " ? i have a 380 MB HD video & renamed it to Video.avi ... but nothing shows during the installation !?

Second question :

is there any limit on size of Setup.cab ? for example like my project [ 300 MB ] ?
The Following User Says Thank You to amin fear For This Useful Post:
Simorq (25-01-2015)
  #15  
Old 18-09-2012, 00:54
Th3Raven's Avatar
Th3Raven Th3Raven is offline
Registered User
 
Join Date: Mar 2012
Location: Romania
Posts: 90
Thanks: 57
Thanked 54 Times in 33 Posts
Th3Raven is on a distinguished road
Send a message via Yahoo to Th3Raven
Quote:
Originally Posted by amin fear View Post
Thanks...

what about the " Video.avi " ? i have a 380 MB HD video & renamed it to Video.avi ... but nothing shows during the installation !?

Second question :

is there any limit on size of Setup.cab ? for example like my project [ 300 MB ] ?


You have used this settings and this program for your video?
And yes probably there is a .cab size limit.

Last edited by Th3Raven; 18-09-2012 at 00:56. Reason: Attached image.
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:07.


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