karthik.shenoy wrote:
> I created a sample project as mentioned below in WiXlib and gave the
> reference to same in MSI in visual studio through Add-> references.
> Installation completes but neither the directory is created nor the files
> are installed.
>   

Adding it as a project reference makes it symbols available. You need a 
reference to a symbol in the fragment so that fragment will be linked 
in, e.g. ComponentRef.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to