Documentation ¶
Index ¶
- func Info(ctx *mansion.Context, msiPath string) error
- func Install(ctx *mansion.Context, msiPath string, logPath string, target string) error
- func ProductInfo(ctx *mansion.Context, productCode string) error
- func Register(ctx *mansion.Context)
- func Uninstall(ctx *mansion.Context, productCode string) error
- type MSIInfoResult
- type MSIWindowsInstallerError
- type MSIWindowsInstallerErrorResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MSIInfoResult ¶
type MSIInfoResult struct { ProductCode string `json:"productCode"` InstallState string `json:"installState"` }
*
- MSIInfoResult describes an MSI package's properties
type MSIWindowsInstallerErrorResult ¶
type MSIWindowsInstallerErrorResult struct { Type string `json:"type"` Value MSIWindowsInstallerError `json:"value"` }
Click to show internal directories.
Click to hide internal directories.