0

I have created an installer using Installer Anywhere 2012. The installer created have a title(for example "ABC") which I want to change to some other string to make the installer more informative.

enter image description here

Maytham Fahmi
  • 31,138
  • 14
  • 118
  • 137
Arvind Kumar
  • 459
  • 5
  • 21

1 Answers1

0

All that needs to be done is set the standard Windows installer property values. I believe the top value in your screenshot is the ProductName property. The next line is the CompanyName property

Doc
  • 698
  • 3
  • 16