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://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-DTF-to-Retrieve-String-Entries-in-Resource-DLL-tp6184522p6184522.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to