Re: [WiX-users] re gistering .dll in WiX with CustomAction

2008-04-10 Thread mike.tihonchik
Thank you for you help. I actually got it working by running tallow -c on the .dll and then added that to my .wxs file. This registered my .dll just as I wanted Mike Pally Sandher wrote: > > If you use a CustomAction to register the DLL on install you also need > to provide a CustomAction

Re: [WiX-users] re gistering .dll in WiX with CustomAction

2008-04-10 Thread Pally Sandher
If you use a CustomAction to register the DLL on install you also need to provide a CustomAction to unregister on uninstall & on rollback/failed install. Hence it's not recommended especially when you're trying to do something which is eminently possible using the WiX schema & tools anyway. As you