From 69539d04a98c6121ace6328eedcba238bf06bd6c Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Wed, 30 Aug 2023 09:52:11 +0200 Subject: [PATCH] Remove not-so-relevant Windows installer link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74dc98a..646f16c 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Installers are using the following return-codes to signal installation result: The above codes are used by InTune and probably other MDM solutions to detect installation success/failure and retry or restart if needed afterwards. We should therefore do the same. -The codes are documented on https://learn.microsoft.com/en-us/windows/win32/msi/error-codes and https://learn.microsoft.com/en-us/windows/win32/msi/windows-installer-error-messages +The codes are documented on [MsiExec.exe and InstMsi.exe error messages](https://learn.microsoft.com/en-us/windows/win32/msi/error-codes). ## References