Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns the GUID for the specified MSI-package

 


Syntax

MSI_GetPackageGUID(sMSIFile) As Boolean 


Parameters

sMSIFile (String)

...

Result will be stored in gsValue 


Example

Code Block
languagevb
themeEclipselanguagevb
titleVBScript
If bStatus Then bStatus = MSI_GetPackageGUID("C:\CapaInstaller.msi")
bStatus = Job_WriteLog("Custom", "gsValue: " & gsValue, bStatus, True)

Scripting Guidelines 


Related functions