Re: [WiX-users] Applying XSL transform to add permanent attribute for Components.

2013-11-24 Thread Suvrajyoti Panda
Got the solution...just changed my xslt as below and it generated the trunkdata.wxs file with all the permanent attributes set to yes. http://www.w3.org/1999/XSL/Transform"; xmlns:wix="http://schemas.microsoft.com/wix/2006/wi"; xmlns="http://schemas.microsoft.com/wix/2006/wi"; exclude-result-p

[WiX-users] Applying XSL transform to add permanent attribute for Components.

2013-11-24 Thread Suvrajyoti Panda
Hi All, I have a .wxs file like trundata.wxs that i have generated through heat command below: heat dir "D:\Project\ESI\Code\trunk\data" -cg trunkdata -gg -ke -sfrag -dr TORTDEMO -var "var.TrunkDataPath" -t "C:\test\HeatXSL.xslt" -out trunkdata.wxs. As evident from above command i am using an