|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
dll deployment issueI have created a VB Class Library in VS2005. This dll will be called from a VB6 program. Everything works fine on my machine. Now I need to send the clients the latest version of the VB6 program. This means that I now need to deploy this dll on client's machines and have it installed in the System32 directory. Some clients have Framework 2.0, others don't. What is the best way (if there is one!) to create a Setup and Deployment program to install and register the dll on the clients machines? I have looked at both "Setup Project" and "Merge Module Project". My main concern is that regsvr32 can't be used to register the dll; regasm must be used and I can't expect my users to know how to do that. Any help would be greatly appreciated! TIA, DaveS *** Sent via Developersdex http://www.developersdex.com *** I have VBS code that queries our exchange servers for message
throughput data.. I am upgarding from vb script to vb.net but my mind is not making the context shift ;) The key lines in vbs follow; can someone point the way in vb.net? Thanks, HankC vbscript code ++++++++++++++++++++++++++++++++++++++++++++++++ Set objWMIService = GetObject("winmgmts:\\" & strComputer ) Set colItems = objWMIService.ExecQuery("Select * from Win32_PerfRawData_SMTPSVC_SMTPServer",,48) For Each objItem in colItems 'process data next +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To use a combo ornot
Error: Login failed for user ???? How to retrive Outlook 2003 style gradient color schemes? Example of encryption Printing the contents of a textbox Copy List(Of type) to another List(Of type) Base Class Method to use Shadow'ed member variable of Derived Class? Reading a Webpage Source with Cyrillic Characters Serialization of Object Graph (Inheriting ArrayList) How to pass a form control to a class for updating |
|||||||||||||||||||||||