We are currently developing an application that required
you register a number of DLL with the a .NET Utility.
(gacutil)
We have a batch file setup that automagically registers
all the relevant files, but you need to manually run this
file. This is causing problem for our testing group.
How do we run this batch file automatically using Windows
Installer 2.0 ? (Can we?)
Cheers,
Ben
"Suds Marathe" <acu...@acus.com> spake the secret code
<f6c801c25a12$c68ee580$3aef2ecf@TKMSFTNGXA09> thusly:
>We are currently developing an application that required
>you register a number of DLL with the a .NET Utility.
>(gacutil)
I believe you should use the MsiAssembly table for installing
components to the global assembly cache instead of using gacutil.
--
Ask me about my upcoming book on Direct3D from Addison-Wesley!
Direct3D Book <http://www.xmission.com/~legalize/book/>
izfree: Open source tools for Windows Installer
<http://izfree.sourceforge.net>
"Suds Marathe" <acu...@acus.com> wrote in message
news:f6c801c25a12$c68ee580$3aef2ecf@TKMSFTNGXA09...