From 768462702aa4a0267b374535b77caebf5a0106d9 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Wed, 30 Aug 2023 09:48:59 +0200 Subject: [PATCH] Mention project in top-level README file. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f52d1b3..74dc98a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,8 @@ It's possible to use the `Get-WmiObject Win32_Product` command to list all MSI-i ### ParseMSI script The [ParseMSI.ps1](./ParseMSI.ps1) script can be used to detect installed MSI applications through the [WindowsInstaller](https://learn.microsoft.com/en-us/windows/win32/msi/installer-object) COM interfaces. +### ScheduleReboot Installer +Sample project for testing of installers that rquire rebooting to complete the installation. ## MSIX packages Microsoft is recommending to migrate to the newer [MSIX](https://learn.microsoft.com/en-us/windows/msix/overview) installer format. However, it's more restrictive with limitations on inter-app communication. Also, tooling support is lagging behind - at least for Qt (see [How to package a Win32 desktop app in MSIX?](https://bugreports.qt.io/browse/QTBUG-97088)). Adoption can therefore be challenging.