The VS.NET Setup & Deployment Project Updater Action allows you to edit the metadata contained in Visual Studio Setup and Deployment project files (.vdproj)
To build .vdproj project files, use the Build VS.NET Solution action.
This action was formerly titled the Microsoft Deployment Project action.
The full path to the deployment project file to update.
All of these properties are available to update. Any field left blank will not be updated. In the example shown above, only the Product Version will be updated.
The name of the product. This value will be used within the installer to make reference to your product.
The version of the product. The version number format must be ##.##.####; for example 1.0.453
If you check the box then the action will try to modify the version number so it can be used. For example, "1.0.3" will become "01.00.003".
A Guid used to identify a product release. Windows Installer requires that each installed product has a unique ID.
A GUID used to identify the MSI package.
The GUID used for upgrade the MSI package.
The keywords the deployment will be referenced against.
Check this box if the built installer needs to restart the WWW Service after the install runs.
Check this box to remove any previous versions when the built product is installed.
If this box is checked, the installer show Install for All Users as the default choice. Otherwise, Install for Current User is the default choice.
The string to be displayed for the products title.
The string to be displayed as the products subject.
The string to be displayed representing the products manufacture.
The string to be displayed as the products contact information.
The string to be displayed as the URL to the products support webpage.
The string to be displayed as general comments about the product.