SET WIX="<toolset-directory>"
SET WORKING="<working-directory>"

*To harvest*
"%WIX%/bin/heat.exe" dir "%WORKING%\..\exe\plugin" -cg pluginFiles -gg -scom
-sreg -sfrag -srd -dr INSTALLLOCATION -var var.PluginProjectDir -out
..\Fragments\pluginFilesFragment.wxs
[You may use/skip -sreg, -sfrag, -dr, -var according to your need]

*Candle it*
"%WIX%/bin/candle.exe" -dPluginProjectDir="%WORKING%\..\exe\plugin"
..\Fragments\pluginFilesFragment.wxs 

*In setup.wxs add*
<Feature Id="PluginFeature" Title="MySetup" Level="1">
      <ComponentGroupRef Id="pluginFiles" />     
</Feature>

*Light it to build msi*
"%WIX%/bin/light.exe" -o ..\wix-setups\setup setup.wixobj
pluginFilesFragment.wixobj -ext WixUtilExtension -ext WixUIExtension




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-tp7583483p7583536.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to