4

I am new in installshield.I created a new Prerequisite, but I do not see where I can change the name so that when you run the install it does not show up as "MySetupPrerequisite1". how can I change this name so the user sees a better description of what Prerequisite are going to run?

Thanks in advance

Umesh Sehta
  • 10,555
  • 5
  • 39
  • 68

1 Answers1

4

Go to SetupPrerequisites foder, modify the name of MySetupPrerequisite1.prq

Kevin Wan
  • 430
  • 2
  • 2
  • 2
    Note that the prerequisites are stored in the Installshield **Program Files** directory, not the Installshield **Project** directory. There is one shared database of prereqs that all Installshield projects share. On my current system, my prerequisites were in C:\Program Files (x86)\InstallShield\2012\SetupPrerequisites\ . – jrh Jun 16 '17 at 14:11