ExportProject Method

InstallShield 2016 » Automation Interface

Project • This information applies to the following project types:

Basic MSI
DIM
InstallScript
InstallScript MSI
InstallScript Object
Merge Module

Call ExportProject to convert an .ism file to XML format before checking it into a source code control program.

Note • When a project file format is converted to either XML or binary format, the project file extension remains *.ism.

The .isv file format has been deprecated to version 2.x of InstallShield for Windows Installer and versions of InstallShield Developer prior to 8.x.

Syntax

ExportProject (strISWiTextProjectFile As String, Optional strISWiProjectFile As String) As Long

Parameters

ExportProject Method Parameters

Parameter

Description

strISWiTextProjectFile

Enter the fully qualified path to the .isv file.

strISWiProjectFile

Enter the fully qualified path to the .ism file. This parameter is optional only if the .ism file is already open.

Applies To

ISWiProject