I’m looking for a list of variables that I can use in text fields in the Visual Studio 2010 setup project.
For example the Welcome dialog box has this text by default:
The installer will guide you through the steps required to install
[ProductName] on your computer.
I’m looking to other variables like [ProductName], so I can do something like:
The installer will guide you through the steps required to install
[ProductName] v[Version] on your computer.
Thanks.
Press F4 after you select your setup project in the solution explorer. You can see list of variables there, like [ProductName], [Manufacturer], [Description], [Author] and [Version], etc.
The whole property list can be found at:
http://msdn.microsoft.com/en-us/library/aa370905.aspx