How To Create An Installer In Visual — Studio 2015
<!-- 1. Define the Binary (The DLL) --> <Binary Id="CustomActionsBinary" SourceFile="$(var.CustomActions.TargetPath)" />
<!-- 3. Insert into the Install Sequence --> <InstallExecuteSequence> <!-- Run after files are installed --> <Custom Action="CA_ConfigureSettings" After="InstallFiles">NOT Installed</Custom> </InstallExecuteSequence> how to create an installer in visual studio 2015
After the extension is installed, you can add the installer to your application solution. Custom Action="CA_ConfigureSettings" After="InstallFiles">
This guide focuses on (the standard for VS2015) because it exposes the full power of the Windows Installer engine. After the extension is installed