Re: A very simple OCX Question for experts
- From: "MikeD" <nobody@xxxxxxxxxxx>
- Date: Wed, 10 Aug 2005 18:13:47 -0400
"Ken Halter" <Ken_Halter@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:e8M0kPdnFHA.3120@xxxxxxxxxxxxxxxxxxxxxxx
>
> imo, it's best to keep your OCX's out of Sys32.... and keep them in a
> folder that's either the same as the app that requires them or a sub
> folder off of the apps main folder. Sys32's cluttered enough <g> Uninstall
> utilities that don't work correctly, leave ocx's/dll's behind and they end
> up cluttering up Sys32 for years.
Ken, I agree with you as long as the OCX/DLL is not shared among multiple
vendors. For example, the OCXs included with VB should never (IMO) be
installed to the application folder (or anywhere other than System32)
because too many different applications from different vendors use them.
Let's say a user installs your app which installs the latest version of
MSCOMCTL.OCX in the application folder. Then, the user installs another app
from another vendor that installs a much older version of MSCOMCTL.OCX in
System32. Your app's now going to use that older version, which may
adversely affect your program.
In the case of OCXs/DLLs written specifically for a particular app, yes, I
agree it should get installed in the app's folder. I'd even go so far as to
say that OCXs/DLLs written by a vendor for use with only that vendor's
programs, install them to a "shared" folder other than System32, along the
lines of "\Program Files\Common Files\Microsoft Shared".
--
Mike
Microsoft MVP Visual Basic
.
- Follow-Ups:
- Re: A very simple OCX Question for experts
- From: Ken Halter
- Re: A very simple OCX Question for experts
- References:
- A very simple OCX Question for experts
- From: Rick
- Re: A very simple OCX Question for experts
- From: Ken Halter
- A very simple OCX Question for experts
- Prev by Date: Re: Common Dialog - Change file extension
- Next by Date: Re: msado27.tlb has missing dependency info
- Previous by thread: Re: A very simple OCX Question for experts
- Next by thread: Re: A very simple OCX Question for experts
- Index(es):
Relevant Pages
|