CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Creating a shared VC6.0 MSDN Library to prevent duplicating many MB !!


    Does anyone know of a method by which the MSDN Library for MSVC 6.0 can be installed on a networked machine for use by many users.
    Obviously, there must be VC6.0 licenses for all of the users, but I would like to load up the files in one place and prevent major file duplication.

    Thanks in advance . . .


  2. #2
    Join Date
    Apr 1999
    Posts
    6

    Re: Creating a shared VC6.0 MSDN Library to prevent duplicating many MB !!

    Dump the contents of the MSDN CD on a common m/c harddisk and run the setup lying on this harddisk, from the other m/c from where you want to access MSDN. Do a minimal installation
    Hopefully you will save lot of disk space.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured