Re: [WiX-users] DTF and selfreg dll

2009-05-26 Thread Rob Mensching
CustomActions are very hard to write correctly. There are lots of moving parts that they have to fit in between. The way I learned it was to read the MSI SDK pages about CustomActions a few times. There is a lot of data to digest. DTF is just a managed wrapper around all of those concepts so if

Re: [WiX-users] DTF and selfreg dll

2009-05-26 Thread Glenn Macgregor
Hi again, I am at a loss for how to get this done the suggested way. I found some info on stackoverflow referencing exactly what I want to do. Simmen: "I have developed a WMI provider in C# using the System.Management.Instrumentation namespace. I need to install the provider into the GAC and r