msi

package
v9.0.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 8, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Info

func Info(ctx *mansion.Context, msiPath string) error

func Install

func Install(ctx *mansion.Context, msiPath string, logPath string, target string) error

func ProductInfo

func ProductInfo(ctx *mansion.Context, productCode string) error

func Register

func Register(ctx *mansion.Context)

func Uninstall

func Uninstall(ctx *mansion.Context, productCode string) error

Types

type MSIInfoResult

type MSIInfoResult struct {
	ProductCode  string `json:"productCode"`
	InstallState string `json:"installState"`
}

*

  • MSIInfoResult describes an MSI package's properties

type MSIWindowsInstallerError

type MSIWindowsInstallerError struct {
	Code int64  `json:"code"`
	Text string `json:"text"`
}

type MSIWindowsInstallerErrorResult

type MSIWindowsInstallerErrorResult struct {
	Type  string                   `json:"type"`
	Value MSIWindowsInstallerError `json:"value"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL