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 30
30
Vital =" yes"
31
31
InstallCondition =" (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" )"
32
32
InstallCommand =" /quiet /norestart"
33
- RepairCommand =" /quiet /repair"
33
+ RepairCommand =" /quiet /norestart / repair"
34
34
Permanent =" yes"
35
35
DetectCondition =" DotNetRedistLtsProductVersion_arm64 = v$(var.DotNetRedistLtsInstallerProductVersionarm64)" >
36
36
</ExePackage >
42
42
Vital =" yes"
43
43
InstallCondition =" VersionNT64 AND NOT (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" )"
44
44
InstallCommand =" /quiet /norestart"
45
- RepairCommand =" /quiet /repair"
46
- UninstallCommand =" /quiet /uninstall"
45
+ RepairCommand =" /quiet /norestart / repair"
46
+ UninstallCommand =" /quiet /norestart / uninstall"
47
47
DetectCondition =" DotNetRedistLtsProductVersion_x64 = v$(var.DotNetRedistLtsInstallerProductVersionx64)" >
48
48
</ExePackage >
49
49
54
54
Vital =" yes"
55
55
InstallCondition =" (NOT OPT_NO_RUNTIME OR OPT_NO_RUNTIME=" 0" ) AND (NOT OPT_NO_X86 OR OPT_NO_X86=" 0" )"
56
56
InstallCommand =" /quiet /norestart"
57
- RepairCommand =" /quiet /repair"
58
- UninstallCommand =" /quiet /uninstall"
57
+ RepairCommand =" /quiet /norestart / repair"
58
+ UninstallCommand =" /quiet /norestart / uninstall"
59
59
DetectCondition =" DotNetRedistLtsProductVersion_x86 = v$(var.DotNetRedistLtsInstallerProductVersionx86)" >
60
60
</ExePackage >
61
61
</PackageGroup >
Original file line number Diff line number Diff line change 30
30
Vital =" yes"
31
31
InstallCondition =" (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" )"
32
32
InstallCommand =" /quiet /norestart"
33
- RepairCommand =" /quiet /repair"
33
+ RepairCommand =" /quiet /norestart / repair"
34
34
Permanent =" yes"
35
35
DetectCondition =" SharedFxRedistProductVersion_arm64 = v$(var.SharedFxInstallerProductVersionarm64)" >
36
36
</ExePackage >
42
42
Vital =" yes"
43
43
InstallCondition =" VersionNT64 AND NOT (NativeMachine=" $(var.NativeMachine_arm64)" ) AND (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" )"
44
44
InstallCommand =" /quiet /norestart"
45
- RepairCommand =" /quiet /repair"
46
- UninstallCommand =" /quiet /uninstall"
45
+ RepairCommand =" /quiet /norestart / repair"
46
+ UninstallCommand =" /quiet /norestart / uninstall"
47
47
DetectCondition =" SharedFxRedistProductVersion_x64 = v$(var.SharedFxInstallerProductVersionx64)" >
48
48
</ExePackage >
49
49
54
54
Vital =" yes"
55
55
InstallCondition =" (NOT OPT_NO_SHAREDFX OR OPT_NO_SHAREDFX=" 0" ) AND (NOT OPT_NO_X86 OR OPT_NO_X86=" 0" )"
56
56
InstallCommand =" /quiet /norestart"
57
- RepairCommand =" /quiet /repair"
58
- UninstallCommand =" /quiet /uninstall"
57
+ RepairCommand =" /quiet /norestart / repair"
58
+ UninstallCommand =" /quiet /norestart / uninstall"
59
59
DetectCondition =" SharedFxRedistProductVersion_x86 = v$(var.SharedFxInstallerProductVersionx86)" >
60
60
</ExePackage >
61
61
You can’t perform that action at this time.
0 commit comments