smsclictr.automation library

The WindowsInstallertype exposes the following members.

Constructors

  Name Description
WindowsInstaller
WindowsInstaller Constructor

Methods

  Name Description
Equals
Determines whether the specified Objectis equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Typeof the current instance.
(Inherited from Object.)
InstallMSI
Install a Windows Installer Package
ReinstallMSI_ID
Reinstall/Repair a Windows Installer Package based on the MSI-ID
ReinstallMSI_Name
Reinstall/Repair a Windows Installer Package based on the Packagename
ToString
Returns a Stringthat represents the current Object.
(Inherited from Object.)
UninstallMSI_ID
Uninstall a Windows Installer Package based on the MSI-ID
UninstallMSI_Name
Uninstall a Windows Installer Package based on the Packgae Name

Properties

  Name Description
EnableRemoteDPs
Allow Windows Installer Source Update to use remote SMS Distribution Points

See Also