I'm trying to use the Resource classes (i.e. Resource, ResourceCollection...)
in the Microsoft.Deployment.Resources assembly that DTF ships to retrieve
string entries from the RT_STRING table resource. I using the code:

ResourceCollection rc = new ResourceCollection();
rc.Find(pathToDll);
rc.Load(pathToDll)

This loads up all the correct information, but I'm not sure at this point
how to get the string entries. I see there is a resource entry with type
String which contains all the data I need. However, I note sure how to drill
down to the VersionStringTable object if there is one. 

Anybody got suggestions on how to do this? 
-- 
View this message in context: 
http://n2.nabble.com/Using-DTF-to-Retrieve-String-Entries-in-Resource-DLL-tp3394532p3394532.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to