File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ SolidCompression=yes
2424[Files]
2525Source : " built\*" ; DestDir : " {app} "
2626Source : " dotNetFx40_Full_setup.exe" ; DestDir : {tmp} ; Flags : deleteafterinstall ; Check : not IsRequiredDotNetDetected
27+ Source : " vcredist_x86.exe" ; DestDir : {tmp} ; Flags : deleteafterinstall ;
2728
2829[Icons]
2930Name : " {group} \{#FSFriendlyName}" ; Filename : " {app} \{#MainExe}"
3031
3132[Run]
3233Filename : {tmp} \dotNetFx40_Full_setup.exe; Parameters : " /q:a /c:" " install /l /q" " " ; Check : not IsRequiredDotNetDetected; StatusMsg : Microsoft .NET Framework 4.0 is being installed. Please wait..
34+ Filename : {tmp} \vcredist_x86.exe; Parameters : " /q /norestart" ; StatusMsg : MS Redistributable C++ Runtime is being installed. Please wait..
3335Filename : " {app} \{#MainExe}" ; Description : " Launch application" ; Flags : postinstall nowait skipifsilent unchecked
3436
3537[Code]
You can’t perform that action at this time.
0 commit comments