CreateInstallerModuleOptions
CreateInstallerModuleOptions =
object
Properties
message?
optionalmessage:string
Message to include in the InstallerResult
Default
"Executing steps"
saveStepOnFailure?
optionalsaveStepOnFailure:boolean
Whether to save the last failed step ID after which the next installation attempt should resume
Default
true
submitFileChangesFor?
optionalsubmitFileChangesFor:FileTypeName[]
A list of file types for which changes should be submitted after installation, only runs if installation is successful
Default
undefined
preInstallAction()?
optionalpreInstallAction: (options) =>void
A callback function to be executed before installation begins, whether resuming or starting fresh
Parameters
options
Returns
void
Default
undefined
postInstallAction()?
optionalpostInstallAction: (options) =>void
A callback function to be executed after installation, regardless of success or failure
Parameters
options
Returns
void
Default
undefined
asUser?
optionalasUser:string
The user to execute the installation as
Default
undefined