View Single Post
  #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)