![]()
|
InstallShield 2008 ยป Automation Interface
Project
The AddSetupFile method applies to the following project types.
The AddSetupFile method creates a support file with the specified name in the current project. The following Visual Basic lines demonstrate this method:
Dim pProj As ISWiProject
Set pProj = CreateObject("IswiAuto14.ISWiProject")
pProj.OpenProject "C:\MySetups\Project1.ism"
Dim pSetupFile As ISWiSetupFile
Set pSetupFile = pProj.AddSetupFile ("C:\My Files\MySupportFile.ext")
pProj.SaveProject
pProj.CloseProject
AddSetupFile (FileName As String) As ISWiSetupFile
| Parameter |
Description |
|---|---|
| FileName |
Pass the fully qualified file name for the support file that you want to add. |
|
|
Copyright Information | Contact Macrovision |