The following article uses options that are available starting with the Architect edition.
In this tutorial, we'll look at how you can convert an EXE package into the new MSIX format so that it can be published on the Windows Store, or sideloaded directly on the end users machines.
We recommend you do the repackaging process on a clean virtual machine so that the results are more accurate.
In this scenario, we are going to use a Hyper-V virtual machine.
The process to convert EXE to APP is: Use the file opener listed above to open the EXE file Find the menu edit option to save as. Convert desktop program to web application Run wxoConfig.exe in. WebXone WWW and choose output directory to. Open the created exe file (hello.exe in this case). Remove all the other items except for hello.exe in wxoConfig.exe. Then press the Generate button (third one in tool bar) to generate a web application based on.
Open Advanced Installer Repackager and click on Capture Setup to start the repackaging process.
Select the package you want to convert, in this example we use 7-zip.exe.
The two available options let you convert on your current machine or a virtual machine.
Next, we select to convert the application in an existing virtual machine and use a Windows 10 Hyper-V image for this conversion.
Before starting the repackaging operation you need to save your project locally.
The virtual machine launches, and you have to install the EXE package.
The repackager takes a system snapshot before and after the installation, this way, it knows what resources your package contains and how to include them into your MSIX.
After the conversion is done, you can customize the content by selecting what Files, Folders, Registry, and System changes you want to add to your new Advanced Installer project.
This option is available because, at times, unnecessary resources might be captured.
Before building and installing the app, it has to be digitally signed.
Go to the Digital Signature section and select your certificate.
After that, select Open in Advanced Installerfrom the toolbar
Go to the Builds page and from Target Platforms choose the Minimum and Maximum Version you want. Select version 1903 to create an MSIX package.
After you have finished customizing your package it’s time to save and build.
Go to your Advanced Installer output folder and double-click on your new package to begin the installation process.