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