![]()
|
InstallShield 2008 ยป Automation Interface
Project
The DeleteSetupFile method applies to the following project types.
The DeleteSetupFile method deletes the specified support file from 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.ISWiSetupFiles.Item(1)
pProj.DeleteSetupFile pSetupFile
pProj.SaveProject
pProj.CloseProject
DeleteSetupFile (pSetupFile As ISWiSetupFile) As Long
| Parameter |
Description |
|---|---|
| pSetupFile |
The support file object to be deleted. |
|
|
Copyright Information | Contact Macrovision |