Chapter 3: Advanced Tutorial: Using Msi Script In A Windows Installer Installation; About The Advanced Tutorial; Call A .Dll With A Custom Action - Symantec WISE INSTALLATION EXPRESS 7.0 SP2 - GETTING STARTED GUIDE V1.0 Getting Started Manual

Table of Contents

Advertisement

Chapter 3
Advanced Tutorial: Using MSI Script in a
Windows Installer Installation

About the advanced tutorial

Call a .DLL With a Custom Action

Wise Installation Studio/Express Getting Started Guide
This chapter includes the following topics:
About the advanced tutorial
Call a .DLL With a Custom Action
Set a Directory With a Custom Action
Call an .EXE With a Custom Action
Performing Advanced Tasks
This tutorial guides you through the basics of creating custom actions in a Windows
Installer installation. Because this tutorial builds on the installation you create in the
basic tutorial, you must first complete the basic tutorial.
See
About the basic tutorial
This tutorial takes about 30 to 45 minutes to complete. If you stop before finishing this
tutorial, save the installation and resume the tutorial at a later time.
This tutorial contains examples of how to:
Call a .DLL With a Custom Action
Set a Directory With a Custom Action
Call an .EXE With a Custom Action
These exercises demonstrate the power and versatility that custom actions add to the
installation-building process.
This section also describes some of the advanced tasks you can perform using Setup
Editor in Windows Installer Editor.
See
Performing Advanced
In this section, you create a custom action that displays a dialog box during the
installation of files. The dialog box shows the value of the property INSTALLDIR, which
contains the default installation directory. To do this, you call a standard Windows .DLL
that already exists on the destination computer.
This exercise demonstrates calling a .DLL, not displaying a message dialog box. There is
an easier way to display a message dialog box—use the Display Message action in MSI
Script.
on page 16.
Tasks.
31

Advertisement

Table of Contents
loading

Table of Contents