|
-
Mar 15th, 2009, 10:56 AM
#11
Re: How do I use application manifests instead of regsvr32?
If you put them in the EXE folder the VB6 runtime will self-register them in place.
This is bad because if you later delete your program folder, any other programs that use the same DLLs/OCXs will trip over the now-broken registration (that points to files no longer there).
Never do this!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|