Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manager ¶
type Manager struct { }
func (*Manager) Install ¶
func (m *Manager) Install(params *installer.InstallParams) (*installer.InstallResult, error)
* Install performs installation for an NSIS package. * * NSIS docs: http://nsis.sourceforge.net/Docs/Chapter3.html * When ran without elevate, some NSIS installers will silently fail. * So, we run them with elevate all the time.
Click to show internal directories.
Click to hide internal directories.