Skip to content

Commit 47fdf43

Browse files
committed
microsoft/git: add custom installer arguments
These arguments are intended to tell the installer to be as quiet as possible. * /SUPPRESSMSGBOXES indicates that the installer should not create pop-up windows when an issue arises. Instead, the installer will fail. This will resolve microsoft/git#595. * "/enable-component windowsterminal" was added to the Git/Git manifest in microsoft#110011 to resolve microsoft#109915, which was creating some installation problems on Windows 10. Signed-off-by: Derrick Stolee <[email protected]>
1 parent 9b908fd commit 47fdf43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/m/Microsoft/Git/2.40.1.0.2/Microsoft.Git.installer.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Platform:
77
- Windows.Desktop
88
MinimumOSVersion: 10.0.0.0
99
Scope: machine
10+
InstallerSwitches:
11+
Custom: /SUPPRESSMSGBOXES /enable-component windowsterminal
1012
Installers:
1113
- Architecture: x64
1214
InstallerType: inno

0 commit comments

Comments
 (0)