MSI\_AddInstallSource
Description
Section titled “Description”Changes the InstallSource for a installed msi package in order to uninstall the package if the original source no longer exists.
This function will return false if the msi package is not installed on the client
Syntax
Section titled “Syntax”MSI_AddInstallSource(sMSIFile) as Boolean
Parameters
Section titled “Parameters”sMSIFile (String)
Path to msi package
Example
Section titled “Example”VBScript
If bStatus Then bStatus = MSI_AddInstallSource("C:\Temp\CapaInstaller Console.msi")Read more