Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run( launcher launchers.Launcher, userInterface ui.UserInterface, bootDescriptor descriptors.AppDescriptor) (err error)
Run is the entry point you must employ to create a custom installer, for example to employ custom settings or a brand-new user interface, based on any technology
Types ¶
type ExecutionCanceled ¶
type ExecutionCanceled struct{}
ExecutionCanceled is returned when the user explicitly interrupts the execution process, for example refusing to install the application or closing the loading dialog.
func (*ExecutionCanceled) Error ¶
func (err *ExecutionCanceled) Error() string
Click to show internal directories.
Click to hide internal directories.