SetupActionsPackageSetup Method |
Packages built files in a Ticup Setup (.mss) file.
Namespace:
MicaSystems.Utils.Setup
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static void PackageSetup(
SetupConfig config,
string sourceFolderPath,
string targetSetupFilePath,
string setupManagerPath
)
Parameters
- config
- Type: MicaSystems.Utils.SetupSetupConfig
The setup configuration. - sourceFolderPath
- Type: SystemString
The source folder path, containing built files. - targetSetupFilePath
- Type: SystemString
The future path of the .mss file. - setupManagerPath
- Type: SystemString
The path to the tool (exe) used to uninstall, repair, etc.
By default you can target the MicaSystems.Setup.exe path (console app).
See Also