Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

MSIHelper

Contains tasks which allow to run msiexec in order to install or uninstall msi files.

Nested types and modules

TypeDescription
MSIParams

MSI parameter type

Functions and values

Function or valueDescription
Install setParams setup
Signature: setParams:(MSIParams -> MSIParams) -> setup:string -> unit

Installs a msi.

Parameters

  • setParams - Function used to manipulate the default MSI parameters.
  • setup - The setup file name.
MSIDefaults
Signature: MSIParams

MSI default parameters

Uninstall setParams setup
Signature: setParams:(MSIParams -> MSIParams) -> setup:string -> unit

Uninstalls a msi.

Parameters

  • setParams - Function used to manipulate the default MSI parameters.
  • setup - The setup file name.