Add this to your Product element:
:
To create an installer, you must first install the extension and then add a Setup Project to your existing solution. 1. Install the Installer Projects Extension
After the extension is installed, you can add the installer to your application solution.
This is where standard VS Setup Projects fail and WiX shines. You often need to run code during installation (e.g., configuring a database, starting a service, or modifying a config file based on user input).
Add this to your Product element:
:
To create an installer, you must first install the extension and then add a Setup Project to your existing solution. 1. Install the Installer Projects Extension how to create an installer in visual studio 2015
After the extension is installed, you can add the installer to your application solution. Add this to your Product element: : To
This is where standard VS Setup Projects fail and WiX shines. You often need to run code during installation (e.g., configuring a database, starting a service, or modifying a config file based on user input). configuring a database