|
From: Thomas S. T. <tom...@ar...> - 2009-03-03 19:58:22
|
Well, RegAsm has the /regfile switch, but it doesn't work with the /tlb option; RegTLib has no such switch; I suppose I could embark on the wonderful world of code injection (which I'm sure my virus scanner will love), but even with CreateRemoteThread it looks pretty nasty. I recall how interesting it was to write a thunk to push an extra parameter onto the stack in VB (nothing like storing assembly in data structures). I will scour the web for a TLB utility that generates a reg file. Thanks, Thomas S. Trias Senior Developer Artizan Internet Services http://www.artizan.com/ -------- Original Message -------- Subject: Does anyone know how best to capture the registry changes made by RegAsm / RegTlib? From: Thomas S. Trias <tom...@ar...> To: 'General discussion for Windows Installer XML toolset.' <wix...@li...> Date: 3/3/2009 1:31 PM > Heat works well for self-registered DLLs; is there a similar technique > that one can use for the results of RegAsm / RegTlib on a .NET > assembly / type library? Is there a way to get a child process to > inherit the Registry re-mappings? The same thing would be useful for > self-registered EXEs. > > Thanks, > |