FAKE - F# Make


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.
Fork me on GitHub