4.7 Interactive install with App Installer files

As the Intercede MSIX packages do not need administrator permissions, you can direct users to perform the install themselves. You can do this in the following ways:

Note: As with the headless install, you cannot use the App Installer file to perform an uninstall. Either the user must uninstall the app themselves, or you can use the Remove-AppxPackage cmdlet; for example:

Remove-AppxPackage $(Get-AppxPackage MyIDClientSuite).PackageFullName

See the following for more information:

docs.microsoft.com/en-us/powershell/module/appx/remove-appxpackage?view=windowsserver2019-ps