Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Returns the GUID for the specified MSI-package

 

Syntax

MSI_GetPackageGUID(sMSIFile) As Boolean

 

Parameters

sMSIFile (String)

Path and filename of the MSI Package

Return value

Result will be stored in gsValue

 

Example

VBScript
If bStatus Then bStatus = MSI_GetPackageGUID("C:\CapaInstaller.msi")
bStatus = Job_WriteLog("Custom", "gsValue: " & gsValue, bStatus, True)

Scripting Guidelines

 

Related functions

  • No labels