WPF Series -13- Advanced Installer
The last post in this series deals with the packaging of a WPF application. To simplify the installation of our WPF application we decided to package the application as MSI […]
Audit and Consulting of Information Systems and Business Processes
The last post in this series deals with the packaging of a WPF application. To simplify the installation of our WPF application we decided to package the application as MSI […]
The last post in this series deals with the packaging of a WPF application. To simplify the installation of our WPF application we decided to package the application as MSI (Microsoft Installer) using Advanced Installer.
In the following I show you the most important steps in using Advanced Installer.
Prerequisites
Advanced Installer for Visual Studio 2017
Create Advanced Installer Project
Advanced Installer Project
Expand your newly created Advanced Installer project in Solution Explorer
of Visual Studio
Open .aip
(Advanced Installer Project) file in Visual Studio
Click on Edit in Advanced installer
(bottom left corner) to open the Advanced Installer project in the Advance Installer application
The Advanced Installer user guide including some tutorials can be found here.
Useful Hints
« WPF Series -12- Global Exception Logging |
2 Comments »