Skip to content

WixExtract

Homes32 edited this page May 14, 2022 · 1 revision

WixExtract

Extract files from an Windows Installer XML Toolset (WiX) installer.

Syntax

WixExtract,<SetupFile>,<DestDir>

Arguments

Optional arguments may be specified in any order.

Argument Description
SetupFile The WiX installer file to unpack.
DestDir The full path to the directory where the files will be unpacked.

Return Codes

None.

Remarks

If unpacking fails the build will halt.

Related

Examples

Example 1


Echo,"Extracting %ScriptTitle%..."
WixExtract,"%ProgramsCache%\%ProgramFolder%\Setup.exe","%ProjectTemp%\%ProgramFolder%"