I am looking for a list of variables that I can use in text fields in a Visual Studio 2010 installation project.
For example, the welcome dialog has this text by default:
The installation program guides you through the steps necessary to install [ProductName] on your computer.
I am looking for other variables such as [ProductName], so I can do something like:
The installation program guides you through the steps necessary to install [ProductName] v [Version] on your computer.
Thanks.
source share