File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 23
23
Vital =" yes"
24
24
InstallCondition =" VersionNT64 AND (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" )"
25
25
InstallCommand =" /quiet /norestart"
26
- RepairCommand =" /quiet /repair"
27
- UninstallCommand =" /quiet /uninstall"
26
+ RepairCommand =" /quiet /norestart / repair"
27
+ UninstallCommand =" /quiet /norestart / uninstall"
28
28
DetectCondition =" DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)" >
29
29
</ExePackage >
30
30
35
35
Vital =" yes"
36
36
InstallCondition =" (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" ) AND (NOT OPT_NO_X86 OR OPT_NO_X86=" 0" )"
37
37
InstallCommand =" /quiet /norestart"
38
- RepairCommand =" /quiet /repair"
39
- UninstallCommand =" /quiet /uninstall"
38
+ RepairCommand =" /quiet /norestart / repair"
39
+ UninstallCommand =" /quiet /norestart / uninstall"
40
40
DetectCondition =" DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)" >
41
41
</ExePackage >
42
42
</PackageGroup >
Original file line number Diff line number Diff line change 23
23
Vital =" yes"
24
24
InstallCondition =" VersionNT64 AND (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" )"
25
25
InstallCommand =" /quiet /norestart"
26
- RepairCommand =" /quiet /repair"
27
- UninstallCommand =" /quiet /uninstall"
26
+ RepairCommand =" /quiet /norestart / repair"
27
+ UninstallCommand =" /quiet /norestart / uninstall"
28
28
DetectCondition =" SharedFxRedistProductVersion_x64 = v$(var.SharedFxInstallerProductVersionx64)" >
29
29
</ExePackage >
30
30
35
35
Vital =" yes"
36
36
InstallCondition =" (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" ) AND (NOT OPT_NO_X86 OR OPT_NO_X86=" 0" )"
37
37
InstallCommand =" /quiet /norestart"
38
- RepairCommand =" /quiet /repair"
39
- UninstallCommand =" /quiet /uninstall"
38
+ RepairCommand =" /quiet /norestart / repair"
39
+ UninstallCommand =" /quiet /norestart / uninstall"
40
40
DetectCondition =" SharedFxRedistProductVersion_x86 = v$(var.SharedFxInstallerProductVersionx86)" >
41
41
</ExePackage >
42
42
</PackageGroup >
You can’t perform that action at this time.
0 commit comments