Summary
Runs Light with the specified input object files and settings.
- Namespace
- Cake
.Common .Tools .WiX - Containing Type
- LightRunner
Syntax
public void Run(IEnumerable<FilePath> objectFiles, LightSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| objectFiles | IEnumerable |
The object files (.wixobj). |
| settings | LightSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| void |
