add dependency to .exe and execute with parameter from MSIX installer

565 views Asked by At

Hi I am trying to learn how to create an MSIX .appinstaller to distribute and automatically update an app on a local intranet.

I am trying to test the new WebView2. I need the installer to run the webview2 evergreen runtime .exe file in silent mode as described here

I am not sure how to do this and cant find anything from google. I have downloaded the file and added it to my package project. how can I add this to the installer so it runs before installation?

1

There are 1 answers

0
Bogdan Mitrache On

This example shows how to use the PowerShell support from the Package Support Framework to trigger an MSI installation. You can do the same for an EXE.

Disclaimer: I work on the team building Advanced Installer