Hello All,

Could any one help me out in creating MSI for vs2010 project.

I have learned the basics of wix using wix tutorials and created a basic
sample [which includes a DLL and text file]

Now I have to package large number of files. For this I have used heat.exe
and generated the fragment with top directory as TARGETDIR.

Following is directory structure in product.wxs

<Directory Id="TARGETDIR" Name="SourceDir">

      <Directory Id="ProgramFilesFolder" Name ="pfiles">

            <Directory Id="INSTALLROOT" Name ="EZBOM">

            </Directory>

       </Directory>

</Directory>

<Feature Id="ProductFeature" Title="EZBOM" Level="1">

      <ComponentGroupRef Id="SampleGroup" />

</Feature>



After generating this how to map it to my main file "product.wxs".



Thanks in advance for help.

Regards,
Bharat Jasti
Web Applications Developer,
Rainboe Design Services Inc.
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to