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
Type | Description |
MSIParams |
MSI parameter type |
Functions and values
Function or value | Description |
Install setParams setup
Signature: setParams:(MSIParams -> MSIParams) -> setup:string -> unit
|
Installs a msi. Parameters
|
MSIDefaults
Signature: MSIParams
|
MSI default parameters |
Uninstall setParams setup
Signature: setParams:(MSIParams -> MSIParams) -> setup:string -> unit
|
Uninstalls a msi. Parameters
|