Y
Ympostor
Hello. I have been researching a bit about creating shell extensions in
managed code (I want to show some overlay icons on files to the user).
This is a good guide to do it, right?:
http://msdn.microsoft.com/en-us/magazine/cc188741.aspx
And yes, I've read all of the information about the typical problems
when doing this in managed code:
http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/1428326d-7950-42b4-ad94-8e962124043e/
However, now I'm wondering, can I avoid this versioning problems just
stating that my program is only compatible with a Windows OS that has
just one version of the .NET framework installed? Could I create an
installer that detects this?
Thanks very much in advance.
managed code (I want to show some overlay icons on files to the user).
This is a good guide to do it, right?:
http://msdn.microsoft.com/en-us/magazine/cc188741.aspx
And yes, I've read all of the information about the typical problems
when doing this in managed code:
http://social.msdn.microsoft.com/forums/en-US/netfxbcl/thread/1428326d-7950-42b4-ad94-8e962124043e/
However, now I'm wondering, can I avoid this versioning problems just
stating that my program is only compatible with a Windows OS that has
just one version of the .NET framework installed? Could I create an
installer that detects this?
Thanks very much in advance.