File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 Vital =" yes"
3131 InstallCondition =" (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" )"
3232 InstallCommand =" /quiet /norestart"
33- RepairCommand =" /quiet /repair"
33+ RepairCommand =" /quiet /norestart / repair"
3434 Permanent =" yes"
3535 DetectCondition =" DotNetRedistLtsProductVersion_arm64 = v$(var.DotNetRedistLtsInstallerProductVersionarm64)" >
3636 </ExePackage >
4242 Vital =" yes"
4343 InstallCondition =" VersionNT64 AND NOT (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" )"
4444 InstallCommand =" /quiet /norestart"
45- RepairCommand =" /quiet /repair"
46- UninstallCommand =" /quiet /uninstall"
45+ RepairCommand =" /quiet /norestart / repair"
46+ UninstallCommand =" /quiet /norestart / uninstall"
4747 DetectCondition =" DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)" >
4848 </ExePackage >
4949
5454 Vital =" yes"
5555 InstallCondition =" (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" ) AND (NOT OPT_NO_X86 OR OPT_NO_X86=" 0" )"
5656 InstallCommand =" /quiet /norestart"
57- RepairCommand =" /quiet /repair"
58- UninstallCommand =" /quiet /uninstall"
57+ RepairCommand =" /quiet /norestart / repair"
58+ UninstallCommand =" /quiet /norestart / uninstall"
5959 DetectCondition =" DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)" >
6060 </ExePackage >
6161 </PackageGroup >
Original file line number Diff line number Diff line change 3030 Vital =" yes"
3131 InstallCondition =" (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" )"
3232 InstallCommand =" /quiet /norestart"
33- RepairCommand =" /quiet /repair"
33+ RepairCommand =" /quiet /norestart / repair"
3434 Permanent =" yes"
3535 DetectCondition =" SharedFxRedistProductVersion_arm64 = v$(var.SharedFxInstallerProductVersionarm64)" >
3636 </ExePackage >
4242 Vital =" yes"
4343 InstallCondition =" VersionNT64 AND NOT (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" )"
4444 InstallCommand =" /quiet /norestart"
45- RepairCommand =" /quiet /repair"
46- UninstallCommand =" /quiet /uninstall"
45+ RepairCommand =" /quiet /norestart / repair"
46+ UninstallCommand =" /quiet /norestart / uninstall"
4747 DetectCondition =" SharedFxRedistProductVersion_x64 = v$(var.SharedFxInstallerProductVersionx64)" >
4848 </ExePackage >
4949
5454 Vital =" yes"
5555 InstallCondition =" (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" ) AND (NOT OPT_NO_X86 OR OPT_NO_X86=" 0" )"
5656 InstallCommand =" /quiet /norestart"
57- RepairCommand =" /quiet /repair"
58- UninstallCommand =" /quiet /uninstall"
57+ RepairCommand =" /quiet /norestart / repair"
58+ UninstallCommand =" /quiet /norestart / uninstall"
5959 DetectCondition =" SharedFxRedistProductVersion_x86 = v$(var.SharedFxInstallerProductVersionx86)" >
6060 </ExePackage >
6161
You can’t perform that action at this time.
0 commit comments