File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,9 +125,9 @@ BeveledLabel={#MyAppName}
125125[Run]
126126; Install VC++ 2013 if needed:
127127#ifdef x64BitVersion
128- Filename : " {tmp} \{#vcredist}" ; Parameters : " /qb " ; Flags : waituntilterminated ; Check : VCRedistNeedsInstall_x64()
128+ Filename : " {tmp} \{#vcredist}" ; Parameters : " /quiet " ; Flags : waituntilterminated ; Check : VCRedistNeedsInstall_x64()
129129#else
130- Filename : " {tmp} \{#vcredist}" ; Parameters : " /qb " ; Flags : waituntilterminated ; Check : VCRedistNeedsInstall_x86()
130+ Filename : " {tmp} \{#vcredist}" ; Parameters : " /quiet " ; Flags : waituntilterminated ; Check : VCRedistNeedsInstall_x86()
131131#endif
132132Filename : " {app} \MapWindow.exe" ; Flags : shellexec runasoriginaluser postinstall nowait skipifsilent ; Description : " Start MapWindow5 GIS?"
133133Filename : " {code:GetDataDir}" ; Flags : shellexec runasoriginaluser nowait skipifsilent ; Description : " Open sample data folder" ; Components : USASampleData
You can’t perform that action at this time.
0 commit comments