@Alan Chou
Hi,
Please tell me which type of exe app is invalid when you install it, and whether there is any error reported.
Using provisioning package, you can install both .EXE and msi apps.
Just create a new Project > Provisioning Package > Common to all Windows desktop editions
Then click on ProvisioningCommands>CommandFiles
here you need to navigate to the *.exe or msi you want to install
and then hit on “Add”
Then you click on “CommandLine” and insert the [FileName].exe with the corresponding installation switches:
If you export the project as provisioning package afterwards and launch it in the context of an administrator on the client, it will install the application as expected.
Or you could use a script to install a desktop app in provisioning packages:
https://learn.microsoft.com/en-us/windows/configuration/provisioning-packages/provisioning-script-to-install-app
Hope above information can help you.
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread