Windows Installer Editor Reference
296
Distributing an Installation
Size=1095391
Install=http://www.company.com/updates/Application.exe
ReadMe=http://www.company.com/updates/Readme.rtf
where:
z
Version is the version of installation that is available on the server.
z
Size is the size of the installation in bytes.
z
Install is the URL to the installation.
z
ReadMe is the URL to the installation’s Readme file. If there is no Readme file, the
Readme line is omitted.
See also:
Using WiseUpdate in an Installation
on page 293
Customizing the WiseUpdate Dialog Boxes
You can customize the dialog boxes that appear during a WiseUpdate. You might want to
customize the dialog boxes for the following reasons:
z
To add your organization’s logo to the dialog boxes.
z
To change some of the text on the dialog boxes.
z
To change the text on the dialog boxes in another language.
When you add WiseUpdate support to an installation, the merge module
WiseUpdate.msm is added to the installation on the Merge Modules page. That merge
module contains a WiseScript named WiseUpdt.exe, which contains the WiseUpdate
dialog boxes.
To customize the WiseUpdate dialog boxes
1. In Windows Explorer, go to the following directory:
Program Files\Symantec\Wise Package Studio\Windows Installer Editor\WiseUpdt
2. Right-click WiseUpdt.wse, select Properties, uncheck Read-only, and click OK.
3. In WiseScript Editor or WiseScript Package Editor, open WiseUpdt.wse.
4. (WiseScript Package Editor only) To edit text in a language other than English, add
support for that language. When you are on the Languages page, be sure to check
Copy Default.
See Processes for Adding Language Support in the WiseScript Package Editor or
WiseScript Editor documentation.
5. To edit text in English or to make other changes, edit the dialog boxes as needed.
See Editing Dialog Boxes in the WiseScript Package Editor or WiseScript Editor
documentation.
6. Compile the WiseScript to an .EXE and place it in the same directory as the .WSE.
You must use the default name, WiseUpdt.wse, and overwrite the existing file.
7. In Windows Installer Editor, open WiseUpdt.msm from the following directory:
Program Files\Symantec\Wise Package Studio\Windows Installer Editor\WiseUpdt