home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / DCOM98 / DCOM98.EXE / RCDATA / CABINET / dcomdist.txt < prev    next >
Text File  |  1998-05-22  |  2KB  |  29 lines

  1. DCOM98 for Windows 95 and Windows 98
  2. Redistribution Guidelines
  3. Updated May 22, 1998
  4. ============================
  5.  
  6. If you depend on DCOM98 functionality, you have two options: redistribute the updated system files (DCOM98) with your application, or point users at our DCOM98 web release. Pointing users at the web release is recommended if your application will be downloaded from the web, since DCOM95 is fairly large and many users may already have it.
  7.  
  8.  
  9. Pointing Users at the Web Release
  10. ---------------------------------
  11. If you want to point users at the web release, you can detect whether DCOM98 is installed on the user's system. First check whether the user is running on Windows NT. If so, the user does not need DCOM98. If the user is running on Windows, then check for the registry key
  12.    HKCR\CLSID\{bdc67890-4fc0-11d0-a805-00aa006d2ea4}\InstalledVersion = "a,b,c,d"
  13. where a,b,c,d is the DCOM95 version number, eg. 4,71,0,2512. This key only exists if DCOM98 has been successfully installed. If you need a particular build of DCOM98, you can use the value of the key to determine whether that build has been installed. 
  14.  
  15. If you determine that DCOM98 needs to be installed, you should point users at http://www.microsoft.com/com/dcom98/dcom98.htm, where they can read the download instructions and release notes.
  16.  
  17.  
  18. Redistributing DCOM98
  19. ---------------------
  20. Before redistributing DCOM98, please read the redistribution section of the end-user license agreement.
  21.  
  22. If you elect to redistribute DCOM98, you should include the files DCOM98.EXE and optionally DCM98CFG.EXE on your distribution media. You should run these self-extracting executables from your setup program. These executables will install the correct files only if a more recent version is not already installed. They write the correct registry entries required by DCOM98. They do not install anything on Windows NT.  
  23.  
  24. By default, DCOM98.EXE and DCM98CFG.EXE display a EULA and other prompts to the user. DCOM95.EXE prompts the user to reboot the system on completion. If you run either executable from your setup program, you may elect to run the self-extracting executables in "silent" mode. You must prompt the user to reboot the system when your setup program exits if DCOM98 has been installed.
  25.  
  26. To run either DCOM98.EXE or DCM98CFG.EXE in silent mode, use the command line:
  27.    [exe-name] /r:n /q:u
  28.  
  29.