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 01-11-2013, 08:34
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
i want to make a nice, simple, fast and very effective installer like this:

with extra music on/off button
the function is simple : install game => install support drivers (directx, phsyx dll.) in silent mode.
is it possible? can someone share how to make it?
it would be wonderful. thanks

Last edited by reiji777; 01-11-2013 at 08:46.
Reply With Quote
Sponsored Links
  #2  
Old 01-11-2013, 08:59
ASSAiL ASSAiL is offline
Registered User
 
Join Date: Dec 2011
Location: USA
Posts: 7
Thanks: 4
Thanked 4 Times in 3 Posts
ASSAiL is on a distinguished road
Quote:
Originally Posted by reiji777 View Post
i want to make a nice, simple, fast and very effective installer like this:

with extra music on/off button
the function is simple : install game => install support drivers (directx, phsyx dll.) in silent mode.
is it possible? can someone share how to make it?
it would be wonderful. thanks
just change the wizard image...for logo...music button has to be created with [code]

and run files thru batch file

like this
Code:
#Soft#\vc80_redist\Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log" 
#Soft#\DirectX\dxwebsetup.exe
Reply With Quote
The Following User Says Thank You to ASSAiL For This Useful Post:
reiji777 (01-11-2013)
  #3  
Old 01-11-2013, 10:08
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
Quote:
Originally Posted by ASSAiL View Post
just change the wizard image...for logo...music button has to be created with [code]

and run files thru batch file

like this
Code:
#Soft#\vc80_redist\Vcredist_x86.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x86.log" 
#Soft#\DirectX\dxwebsetup.exe
I hope someone could give the detail tutorial. or maybe the basic template of the script
btw is visual basic program capable to make the same exact installer like these scripts especially yener script?

Last edited by reiji777; 01-11-2013 at 10:16.
Reply With Quote
  #4  
Old 06-11-2013, 14:33
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
please how to make button for 'custom install', 'default install' and finish button?
and on ci 8.x.x.x i can get play button turn on after install. but in ciu after install the play button won't work and the feature of EnableAutorunMenu=0 isn't there.
why upgrading the script but taking off the best feature of the previous script?

Last edited by reiji777; 06-11-2013 at 18:20.
Reply With Quote
  #5  
Old 09-11-2013, 08:06
Darkangel5 Darkangel5 is offline
Registered User
 
Join Date: Oct 2013
Location: FRANCE
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Darkangel5 is on a distinguished road
good evening

I have a small problem
I use the script kucukutu 1.8 and I want to add a background, I added the line windowsvisible = yes but the problem is that it launches the splash at the same time as the background (see screen)
I would like to launch the splash then the background
a solution?

thank you

Reply With Quote
  #6  
Old 09-11-2013, 08:12
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
well maybe you should disable windowsvisible. what's the function of it anyways?
Reply With Quote
  #7  
Old 10-11-2013, 09:54
Darkangel5 Darkangel5 is offline
Registered User
 
Join Date: Oct 2013
Location: FRANCE
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Darkangel5 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
well maybe you should disable windowsvisible. what's the function of it anyways?
if I disables I can put more in the background image

this function (windowsvisible) displays a window in the background
You just add a line of code to display the image
Reply With Quote
  #8  
Old 10-11-2013, 13:24
reiji777's Avatar
reiji777 reiji777 is offline
Registered User
 
Join Date: May 2011
Location: Tokyo
Posts: 53
Thanks: 50
Thanked 3 Times in 3 Posts
reiji777 is on a distinguished road
please help what are the meaning of these arguments in launcher section:
/i --no-display --i-accept-the-pb-eula
/qn
/q /norestart
/S
/q:a

i want all component installing automatically without displays. is it possible?
and what is the correct code for each component such phsyx, punkbuster, etc ?

Last edited by reiji777; 10-11-2013 at 13:42.
Reply With Quote
  #9  
Old 10-11-2013, 18: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
Here
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
reiji777 (11-11-2013)
  #10  
Old 14-11-2013, 06:33
Darkangel5 Darkangel5 is offline
Registered User
 
Join Date: Oct 2013
Location: FRANCE
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Darkangel5 is on a distinguished road
Hello

can one remove what have to surround in red on image

thank you

Reply With Quote
  #11  
Old 15-11-2013, 13:30
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
procedure InitializeWizard;
begin
WizardForm.BorderStyle:=bsNone;
end;
Reply With Quote
  #12  
Old 16-11-2013, 09:24
Darkangel5 Darkangel5 is offline
Registered User
 
Join Date: Oct 2013
Location: FRANCE
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Darkangel5 is on a distinguished road
Quote:
Originally Posted by Razor12911 View Post
procedure InitializeWizard;
begin
WizardForm.BorderStyle:=bsNone;
end;
Thank you
Reply With Quote
  #13  
Old 18-11-2013, 03:28
chuotchu001 chuotchu001 is offline
Registered User
 
Join Date: Dec 2012
Location: Vietnam
Posts: 159
Thanks: 554
Thanked 175 Times in 52 Posts
chuotchu001 is on a distinguished road
i don't know how to fix this text. Please help me.



I use CI Designer 0.4a, and script CIU 1.0.0.6. Thanks
Reply With Quote
  #14  
Old 18-11-2013, 05:07
kassane's Avatar
kassane kassane is offline
Registered User
 
Join Date: Nov 2011
Location: Somewhere in the World
Posts: 174
Thanks: 578
Thanked 117 Times in 47 Posts
kassane is on a distinguished road
Quote:
Originally Posted by chuotchu001 View Post
i don't know how to fix this text. Please help me.



I use CI Designer 0.4a, and script CIU 1.0.0.6. Thanks
This software is programmed to configure the CI and not CIU.
Reply With Quote
The Following User Says Thank You to kassane For This Useful Post:
chuotchu001 (18-11-2013)
  #15  
Old 18-11-2013, 05:26
chuotchu001 chuotchu001 is offline
Registered User
 
Join Date: Dec 2012
Location: Vietnam
Posts: 159
Thanks: 554
Thanked 175 Times in 52 Posts
chuotchu001 is on a distinguished road
Quote:
Originally Posted by kassane View Post
This software is programmed to configure the CI and not CIU.
So, what program used to configure CIU 1.0.0.6? I working on LEGO Marvel Super Heroes, but I don't kown how to config install step. can you help me? Thanks.
Reply With Quote
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 00:42.


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