|
|
|
#2
|
|||
|
|||
|
ISComps
ISComps Installer only Arc file
![]() Fix error Components: comp1:=DirectX comp2:=Redist x86 comp3:=Redist x64 comp4:=Nvidia PhysX Code:
comp1:=Check: IsComponent2(1) and CheckError comp2:=Check: not IsWin64 and IsComponent2(2) and CheckError comp3:=Check: IsWin64 and IsComponent2(3) and CheckError comp4:=Check: IsComponent2(4) and CheckError Correct: Code:
Filename: {src}\Redist\DirectX\DXSETUP.exe; Parameters: /Silent; StatusMsg: {cm:install2} Microsoft DirectX 9.0c...; Flags: skipifdoesntexist; Check: IsComponent2(1) and CheckError
Filename: {src}\Redist\Redist\vcredist_x86.exe; Parameters: /q; StatusMsg: {cm:install2} Microsoft Visual C++ Redist x86...; Flags: skipifdoesntexist; Check: not IsWin64 and IsComponent2(2) and CheckError
Filename: {src}\Redist\Redist\vcredist_x64.exe; Parameters: /q; StatusMsg: {cm:install2} Microsoft Visual C++ Redist x64...; Flags: skipifdoesntexist; Check: IsWin64 and IsComponent2(3) and CheckError
Filename: {src}\Redist\PhysX.exe; Parameters: /qn; StatusMsg: {cm:install2} Nvidia PhysX...; Flags: skipifdoesntexist; Check: IsComponent2(4) and CheckError
Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following 2 Users Say Thank You to Dante1995 For This Useful Post: | ||
Andrey167 (28-12-2014), Razor12911 (27-02-2015) | ||
|
#3
|
|||
|
|||
|
Fix error Components
comp1:=DirectX comp2:=Redist x86 comp3:=Redist x64 comp4:=Nvidia PhysX Code:
comp1:=Check: IsComponent2(1) and CheckError comp2:=Check: not IsWin64 and IsComponent2(2) and CheckError comp3:=Check: IsWin64 and IsComponent2(3) and CheckError comp4:=Check: IsComponent2(4) and CheckError |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |