package
0.0.0-20200224144923-4783d3eea8eb
Repository: https://github.com/mat007/go-msi.git
Documentation: pkg.go.dev

# Structs

ChocoSpec is the struct to decode the choco key of a wix.json file.
Condition describes a condition to check before installation.
Directory stores a list of files and a list of sub-directories.
Environment is the struct to decode environment variables of the wix.json file.
File is the struct to decode a file.
Hook describes a command to run on install / uninstall.
Info lists the control panel program information.
Property describes a property to initialize.
Registry describes a registry entry.
RegistryItem is the struct to decode a registry item.
RegistryValue is the struct to decode a registry value.
Service is the struct to decode a service.
Shortcut is the struct to decode shortcut value of the wix.json file.
ShortcutProperty stands for a key value association.
Version stores version related data in various formats.
WixManifest is the struct to decode a wix.json file.

# Type aliases

Value describes a simple string value.