Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 30-08-2013, 15:20
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
Component Argument Values

Special Thanks: pakrat, Fabioddq for providing additonal values

The purpose of this thread:

* Ability to use correct argument values for conversions.

Variables:

** I'm not gonna explain what they do zillion times so read this part carefully.

* Contains CI and CIU Component values, therefore focus on argument values, not how they were represented.

* X Value: Switch with proper Launch Number, if it's a first component then X is 1, if it's 2nd, means it's 2.

* app and src values: app - Installs from game's installed directory. src - Installs from DVD or during installation.

If you have another values, post them here with same layout (Title + coded component values, dont turn thread to shithole, post them properly please.)

* I didnt open this thread to feed trolls, i opened it for contributor members, remember that.

Cheers.


- DirectX:

Code:
[Launch1]
Name=DirectX 
32Exe={src}\_CommonRedist\DirectX\Jun2010\DXSETUP.exe
Argument=/silent
BeforeInstall=0
Checked=0
- DirectX 11

Code:
;[Launch]
Name=Direct3D 11 (DX11 For Vista)
32Exe={src}\redist\DX11forVista\D3D11Install.exe
Argument=/minimal /y
BeforeInstall=0
Checked=0
- Visual C++ 2005
Code:
;[Launch]
Name=Visual C++ 2005 
32Exe={src}\_CommonRedist\vcredist\2005\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2005\vcredist_x64.exe
Argument=/q
BeforeInstall=1
Checked=0
- Visual C++ 2008
Code:
;[Launch]
Name=Visual C++ 2008
32Exe={src}\_CommonRedist\vcredist\2008\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2008\vcredist_x64.exe
Argument=/q
BeforeInstall=1
Checked=0
- Visual C++ 2010
Code:
;[Launch2]
Name=Visual C++ 2010 
32Exe={src}\_CommonRedist\vcredist\2010\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2010\vcredist_x64.exe
Argument=/q /norestart or /passive /norestart > no user input
BeforeInstall=1
Checked=0
- Visual C++ 2012
Code:
;[Launch3]
Name=Visual C++ 2012 
32Exe={src}\_CommonRedist\vcredist\2012\vcredist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2012\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
- Visual C++ 2013

Code:
;[Launch]
Name=Visual C++ 2013
//32Exe={src}\_CommonRedist\vcredist\2013\vcredist_x86.exe
64Exe={src}\__Installer\vc\vc2013\redist\vcredist_x64.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
- Visual C++ 2015

Code:
;[Launch]
Name=Visual C++ 2015
32Exe={src}\_CommonRedist\vcredist\2015\vc_redist.x86.exe
64Exe={src}\_CommonRedist\vcredist\2015\vc_redist.x64.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
- Visual C++ 2017

Code:
;[Launch]
Name=Visual C++ 2017
32Exe={src}\_CommonRedist\vcredist\2017\vc_redist_x86.exe
64Exe={src}\_CommonRedist\vcredist\2017\vc_redist_x64.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
- Games for Windows® - LIVE

Code:
;[Launch]
Name=Games for Windows® - LIVE
32exe={src}\support\Gfwlivesetup35.exe
Argument=/q /nu /norestart
BeforeInstall=0
Checked=0
- PunkBuster Service Setup

Code:
;[Launch]
Name=PunkBuster Service Setup
32Exe={src}\redist\pbsvc.exe
Argument=/i --install-nooverwrite --no-prompts --no-display --i-accept-the-pb-eula --skip-tests
BeforeInstall=0
Checked=0
- Ubisoft Game Launcher

Code:
;[Launch]
Name=Ubisoft Game Launcher
32Exe={src}\redist\UplayInstaller.exe
Argument=/S
BeforeInstall=0
Checked=0
- .NET Framework 3.5
Code:
Name=Microsoft Net Framework 3.5
32Exe={src}\_CommonRedist\DotNet\3.5\dotnetfx35.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
- .NET Framework 3.5 Client

Code:
;[Launch]
Name=Microsoft Net Framework 3.5 Client
32Exe={src}\_CommonRedist\DotNet\3.5 Client Profile\DotNetFx35Client.exe
Argument=/q /norestart
BeforeInstall=0
Checked=0
- Microsoft NET Framework 4.0

Code:
Name=Microsoft NET Framework 4.0
32Exe={src}\_CommonRedist\DotNet\4.0\dotNetFx40_Full_x86_x64.exe
Argument=/q /norestart
BeforeInstall=0
- Microsoft NET Framework 4.0 Client

Code:
;[Launch]
Name=Microsoft Net Framework 4.0 Client
32Exe={src}\_CommonRedist\DotNet\4.0 Client Profile\dotNetFx40_Client_x86_x64.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
Microsoft NET Framework 4.5.1

Code:
[Launch]
Name=Microsoft NET Framework 4.5.1
32Exe={src}\_CommonRedist\DotNet\4.5.1\NDP451-KB2872776-x86-x64-AllOS-ENU.exe
Argument=/q /norestart
BeforeInstall=0
Checked=0

- Microsoft NET Framework 4.6

Code:
;[Launch]
;[Launch]
Name=Microsoft NET Framework 4.6
32Exe={src}\_CommonRedist\DotNet\4.6\NDP46-KB3045557-x86-x64-AllOS-ENU.exe
Argument=/q /norestart
BeforeInstall=1
Checked=0
- PhysX 9.12.1031 System Software

Code:
;[Launch]
Name=PhysX 9.12.1031 System Software
32Exe={sys}\msiexec.exe
Argument=/qn /i "{src}\redist\PhysX\PhysX_9.12.1031_SystemSoftware.msi"
BeforeInstall=0
Checked=0
- Windows Update

Code:
;[Launch]
Name=Windows Update
32Exe={sys}\Wusa.exe
Argument=/q /i "{src}\Support\KB971512-x64.msu" /quiet /norestart
BeforeInstall=0
Checked=0
OpenAL

Code:
;[Launch]
Name=OpenAL
32exe={src}\Redist\OpenAL\oalinst.exe
Argument=\s
BeforeInstall=0
Checked=0
Windows Media Format 11
Code:
[Launch]
Name=Windows Media Format 11
32Exe={src}\Redist\WMF\WMFDist11-WindowsXP-X86-ENU.exe
Argument=/q:a 
BeforeInstall=0 
Checked=0
Rockstar Games Social Club
Code:
 Name=Rockstar Games Social Club 
32Exe={src}\_CommonRedist\Social Club\SocialClub.exe
Argument=/silent
BeforeInstall=1
Checked=0
XNA Framework

Code:
[Launch]
Name=XNA Framework
32Exe={sys}\msiexec.exe
Argument=/quiet /i "{src}\Redist\xnafx40_redist.msi"
BeforeInstall=0
Checked=0
UE4 REdist Package

Code:
;[Launch]
Name=UE4 Prerequisites 
64Exe={src}\_CommonRedist\Extras\Redist\en-us\UE4PrereqSetup_x64.exe
Argument=/silent
BeforeInstall=1
Checked=0
OriginSetup
Code:
;[Launch]
Name=Origin Setup
32Exe={src}\_Installer\Origin\Origin.exe
Argument=/silent /NoEUULA
BeforeInstall=1
Checked=0

Last edited by pakrat2k2; 27-12-2017 at 09:02. Reason: Changed all to CIUV2
Reply With Quote
The Following 36 Users Say Thank You to REV0 For This Useful Post:
78372 (10-04-2020), andreiutzu21 (22-01-2023), Bilawal (19-03-2015), BLACKFIRE69 (12-09-2019), COPyCAT (18-08-2015), DVDMan (16-11-2015), EyeSalt (25-04-2018), Grumpy (31-08-2013), GTX590 (11-03-2014), houcine80 (09-08-2014), jabervamp (15-09-2020), jamel2013 (19-02-2014), JRD! (17-12-2017), l4km47 (30-10-2017), mamed3000 (19-09-2015), mausschieber (31-08-2013), mertderler (14-02-2016), milyas6 (25-07-2014), NamelessOne (31-08-2013), Newbie (30-08-2013), pakrat2k2 (30-08-2013), pcblizzard (16-06-2018), pratikpatel8982 (25-05-2021), Razor12911 (31-08-2013), reiji777 (11-11-2013), romulus_ut3 (03-01-2015), Shadow Delta (22-07-2014), Silent-R (03-05-2014), Simorq (08-03-2015), Stor31 (12-03-2015), Titeuf (07-01-2018), tonet666 (30-12-2013), Xaelin (12-10-2015), yasserdivar (16-09-2015), y_thelastknight (12-12-2013), Zanoza79 (17-09-2019)
Sponsored Links
 

Thread Tools
Display Modes

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 06:51
Tutorial using CI 8.0.0 yener90 Conversion Tutorials 424 21-10-2014 10:49
Most values accessed by one asm line, question JMC17 Game Coders 2 04-08-2011 06:03
Values with commas in games such as FIFA 2006 markkram95 Game Coders 13 04-10-2005 10:49
s-video vs component av - which to use? BlackFlash PS2 Games 1 12-01-2003 07:19



All times are GMT -7. The time now is 16:49.


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