I was trying to be more sure rather than inferring, possibly incorrectly. If they are not installed in the GAC, then each .NET executable that uses them would need to put a copy in its folder. However, this would cause a conflict since the WEPM installer removes a package that uses a file by the same name. The DLLs do not seem necessary to distribute, but I want to be sure that there is not something different about my development machine that would not be the case for others.
Jamal On Thu, 16 Jul 2009, Ron Parker wrote: > Date: Thu, 16 Jul 2009 13:11:16 -0400 > From: Ron Parker <[email protected]> > Reply-To: [email protected] > To: [email protected] > Subject: Re: WindowEyes.dll and Scripting.dll > > Jamal Mazrui wrote: > > This is to confirm my sense that these are .NET assemblies that the > > Window-Eyes installer puts in the Global Assembly Cache of the .NET > > Framework (if found). I'm also curious what types of functionality are in > > each DLL, and which versions of the Framework are supported. > > > > > They're just the output from tlbimp.exe with appropriate options. Draw > your own conclusions about the answers to the rest of your questions. :) >
