home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / UNIX / SAMBA / SMB_AIX.Z / SMB_AIX / docs / Application_Serving.txt < prev    next >
Text File  |  1997-08-28  |  2KB  |  51 lines

  1. January 7, 1997
  2. Updated:    June 27, 1997
  3. Contributor:    John H Terpstra <samba-bugs@samba.anu.edu.au>
  4.         Copyright (C) 1997 - John H Terpstra
  5. Status:        Current
  6.  
  7. Subject: Using a Samba share as an administrative share for MS Office, etc.
  8. ==============================================================================
  9.  
  10. Problem:
  11. ========
  12. Microsoft Office products can be installed as an administrative installation
  13. from which the application can either be run off the administratively installed
  14. product that resides on a shared resource, or from which that product can be
  15. installed onto workstation clients.
  16.  
  17. The general mechanism for implementing an adminstrative installation involves
  18. running:
  19.     X:\setup /A, where X is the drive letter of either CDROM or floppy
  20.  
  21. This installation process will NOT install the product for use per se, but
  22. rather results in unpacking of the compressed distribution files into a target
  23. shared folder. For this process you need write privilidge to the share and it
  24. is desirable to enable file locking and share mode operation during this
  25. process.
  26.  
  27. Subsequent installation of MS Office from this share will FAIL unless certain
  28. precautions are taken. This failure will be caused by share mode operation
  29. which will prevent the MS Office installation process from re-opening various
  30. dynamic link library files and will cause sporadic file not found problems.
  31.  
  32. Solution:
  33. =========
  34. 1. As soon as the administrative installation (unpacking) has completed
  35.     set the following parameters on the share containing it:
  36.     [MSOP95]
  37.         path = /where_you_put_it
  38.         comment = Your comment
  39.         volume = "The_CD_ROM_Label"
  40.         read only = yes
  41.         available = yes
  42.         share modes = no
  43.         locking = no
  44.         browseable = yes
  45.         public = yes
  46.  
  47. 2. Now you are ready to run the setup program from the Microsoft Windows
  48. workstation as follows:-
  49.     \\"Server_Name"\MSOP95\msoffice\setup
  50.  
  51.