I am trying to build patches (msp) from Wix.
One of the step specifies that i have to use Torch task to create wixmst.
I was looking for torch task in Wix.targets. The task exists but there is no documentation for that task.
Can any one used torch task in their Msbuild script? If so please help me how to use that?
My intention is to create wixmst file using torch task . Through exe we can do it like below.
“torch.exe -p -xi 1.0\Product.wixpdb 1.1\Product.wixpdb -out Patch\Diff.Wixmst”