Configuring .Dll Parameter Settings - Symantec WINDOWS INSTALLER EDITOR 8.0 Reference

Hide thumbs Also See for WINDOWS INSTALLER EDITOR 8.0:
Table of Contents

Advertisement

Configuring .DLL Parameter Settings

Windows Installer Editor Reference
appropriate platform. Example: Your .WSI contains a 32-bit release, an x64 release,
and an Itanium release. You add three Call Custom .DLL actions to the project: one
to call ABC32.dll, one to call ABCx64.dll, and one to call ABCItanium.dll. Place each
custom action inside a condition block that checks for the appropriate platform.
Before you add this custom action, add the file to be called to the Files page in
Installation Expert.
Shaded areas of MSI Script indicate restricted placement for this custom action;
because this custom action calls an installed file, it must run after files are installed.
Note
Before being passed to Windows Installer, calls you make with Call Custom DLL actions
are passed through a .DLL that facilitates the passing of parameters.
Usage
Double-click the custom action and complete the Details tab:
Custom Action Name
Enter a unique name that begins with a letter or underscore. It can contain numbers
and periods. It must not match the name of any Windows Installer standard action.
See Standard Actions Reference in the Windows Installer SDK Help.
DLL File
Specify a .DLL file to call during installation. It must have already been added to this
installation.
Function Name
Type the name of the function within the .DLL file to call.
Parameter List
In the parameter list, specify the parameters to send to the .DLL.
Return Value Type
Select the data type of the return value that is returned from the .DLL.
Returned Property
Type or select a property name. The return value of the function call will be put into
this property.
In the Execute Immediate or User Interface sequences only, you can send Windows
Installer properties to the .DLL function as parameters.
See
Configuring .DLL Parameter Settings
See also:
Guidelines for Calling .DLLs
Guidelines for Custom Action Location
Using the Custom Action Properties Tab
Using the Custom Action Location Tab
When you add a Call Custom .DLL custom action, use the DLL Parameter Details dialog
box to add parameters.
on page 464.
on page 457
on page 454
on page 490
on page 488
Custom Action Reference
464

Advertisement

Table of Contents
loading

Table of Contents