Re: [WiX-users] Using DTF to Retrieve String Entries in Resource DLL

2011-03-18 Thread Jason Ginchereau
:31 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Using DTF to Retrieve String Entries in Resource DLL 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

[WiX-users] Using DTF to Retrieve String Entries in Resource DLL

2011-03-18 Thread jnewton
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(

[WiX-users] Using DTF to Retrieve String Entries in Resource DLL

2009-08-05 Thread jnewton
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