SetupActionsUnpackageSetup Method |
Unpackages a Ticup Setup (.mss) file inside a given folder.
Namespace:
MicaSystems.Utils.Setup
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static void UnpackageSetup(
string setupFilePath,
string targetFolderPath
)
Parameters
- setupFilePath
- Type: SystemString
The path of the .mss file. - targetFolderPath
- Type: SystemString
The target folder path.
See Also