PDA

View Full Version : How do I update the properties in a VS.NET Setup project?


kinook
05-12-2004, 11:00 AM
The Make VS.NET (http://www.kinook.com/VisBuildPro/Manual/makevs_net.htm) action can be used to set or increment the product version. Alternatively, or to set other properties such as the Product Code, use a Replace in File (http://www.kinook.com/VisBuildPro/Manual/filereplaceaction.htm) action to update the .vdproj Setup and Deployment project file (keep the version in a VisBuildPro macro to increment the version). See the attached sample.