Skip to content

Commit

Permalink
Mention project in top-level README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Orderud committed Aug 30, 2023
1 parent cb174f4 commit 7684627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7684627

Please sign in to comment.