Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List of Visual Studio 2010 setup project text variables

Tags:

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.