DeselectLanguage Method

InstallShield 2015 » Automation Interface

Project: This information applies to the following project types:

• Basic MSI
• DIM
• InstallScript
• InstallScript MSI
• InstallScript Object
• Merge Module

Call the DeselectLanguage method to deselect a language from the current project.

Syntax

DeselectLanguage (LangId As String)

Parameters

DeselectLanguage Method Parameters

Parameter

Description

LangId

Pass the language ID you want to deselect in a string, as in oProject.DeleteLanguage "1036".

Applies To

• ISWiProject