Everything you wanted to know about VC++ deployment but were afraid to ask
- Posted: Jan 02, 2008 at 11:32 AM
- 23,599 Views
- 20 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
Thanks anyway
Interesting point of view. I don't agree, however. Follow these guidelines! They will save you from much grief...
C
I do that Charles whenever is possible, but I was not talking about me.
Most of the software industry "big-names" (not to mention 99% of shareware vendors), ignore these guidelines when designing their products deployment.
(SXS will likely join the registry and UAC in the legendary "it sounded good on paper" pile.)
Wow you must be a busy guy working with so many companies to make such generalizations. So do you hop companies every week. Or are you making something up to have a point. I vote for the latter.
Do they link everything in the binaries? How are updates taken care of in that case?
so in theory MacOS can still suffer from dll hell unless the library directory stores multiple versions of the Library.
Douglash
Well, it does not look substantially different from Windows...
No, I'm not a "busy guy working with many companies". I'm just a regular tech guy who has deployed hundreds of commercial applications during my life. Do you think it's too difficult to recognize a messed up installation?
sry, its been getting on my nerves since channel9 switched players. I appreciate your efforts.
Are you running the lastest Version: 1.0.21115.0?
Linux systems (I believe it's also in most *nix systems) store the dynamic link libraries in /lib and /usr/lib. with .so(dynamic-linked) or .a(static-linked) in extension.
And they put the version number at the end of the file. Then provide symbolic link to the filename without version in extension as the current version.
======
So you'll see:
libsomething.so -> libsomething.so.4.3.3
libsomething.so.3 -> libsomething.so.3.1.0
libsomething.so.4 -> libsomething.so.4.3.3
libsomething.so.3.1.0
libsomething.so.4.3.1
libsomething.so.4.3.3
In some system that doesn't use package management systems.
======
Note that on most systems, some of these libraries are left behind intensionally for backward compatibility reasons. (e.g.: the *-compat packages)
If you install an application that requires previous version of glibc runtime, just install the current version of glibc-compat and you'll get all the previous versions of glibc-runtime. That's how they solve the DLL hell problem.
You can op out... Go to your profile -> settings and disable silverlight for the player.
-Ben
TA.
Remove this comment
Remove this thread
close