We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d81707 commit 4794b98Copy full SHA for 4794b98
config/install_script.iss
@@ -50,7 +50,7 @@ Source: "C:\Cadabra\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs cr
50
Source: "vcredist_x64.exe"; DestDir: {tmp}; Flags: dontcopy
51
52
[Run]
53
-Filename: "{tmp}\vcredist_x64.exe"; StatusMsg: "{cm:InstallingVC2019redist}"; Parameters: "/quiet"; Check: VC2019RedistNeedsInstall ; Flags: waituntilterminated
+Filename: "{tmp}\vcredist_x64.exe"; StatusMsg: "Installing VC++ redistributables..."; Parameters: "/quiet"; Check: VC2019RedistNeedsInstall ; Flags: waituntilterminated
54
55
; https://stackoverflow.com/questions/24574035/how-to-install-microsoft-vc-redistributables-silently-in-inno-setup
56
[Code]
0 commit comments