visual-studio-setup

Setting a registry value based on dialog in a visual studio setup project

I have visual studio setup project with a custom RadioButtons dialog. How do I get it to write the value of the ButtonProperty in the registry after it is selected in the UI? ...

Visual Studio Setup Project

I’m trying to use a Visual Studio Setup Project to deploy a C# Application. In a VS Setup project, is it possible to dynamically change the application folder before a project is installed, or even to add any code behind the set-up project at all? What I am trying to achieve is an msi that runs, calculates the installation directory...

how to verify version of files embedded in Windows Installer?

I have built Visual Studio Setup Project, and it contains some Merge Modules etc, now sometimes all dll files included in the project are not showing up as latest version. After every build, I have to install every setup (5 of them) to check all dlls contain latest version files only. Is there any API where I can analyze the content of...