How to Change the Setup Application Name
ID: Q141022
|
The information in this article applies to:
-
Microsoft Visual Basic Standard, Professional, and Enterprise Editions, 16-bit and 32-bit, for Windows, version 4.0
SUMMARY
The Setup Wizard in Visual Basic version 4.0 creates SETUP1.EXE that when
executed displays a blue background with white letters that say, "<EXE
NAME> Setup," where <EXE NAME> is the name of your application. This
article explains how to change that message to something other than the
default.
MORE INFORMATION
To change the display of <EXE NAME>, follow these steps:
- Run the Setup Wizard as you normally would to create installation disks.
- Insert the first installation disk into drive A.
- Run Notepad.
- Open the file "SETUP.LST" from the disk.
- Change the item "Title" in the "[Setup]" group as shown below:
[Setup]
Title=YourNewTitle
- Save the file.
- Close Notepad.
If you have saved your Setup Wizard installation you can make the
modification permanent the next time you build a set of installation disks.
Follow these steps:
- Run Notepad.
- Open the .VBZ file that pertains to your application.
- Change the item "AppTitle" in the "[Flags]" group as shown below:
[Flags]
AppTitle=YourNewTitle
- Save the file.
- Close Notepad.
This will automatcally be added to you "SETUP.LST" file the next time you
build installation disks from the Setup Wizard.
Additional query words:
4.00 setup wizard setupwizard vb4win vb4all
Keywords : TlsSetWiz
Version : 4.00
Platform : WINDOWS
Issue type :