charset.c: Dropped debug message to level 6.
[Samba/gbeck.git] / docs / textdocs / Application_Serving.txt
blobea8f1298c82ca784ac27e63a263650bd9c7b9138
1 January 7, 1997
2 Contributor: John H Terpstra
4 Subject: Using a Samba share as an administrative share for MS Office, etc.
6 Problem:
7 ========
8 Microsoft Office products can be installed as an administrative installation
9 from which the application can either be run off the administratively installed
10 product that resides on a shared resource, or from which that product can be
11 installed onto workstation clients.
13 The general mechanism for implementing an adminstrative installation involves
14 running:
15         X:\setup /A, where X is the drive letter of either CDROM or floppy
17 This installation process will NOT install the product for use per se, but
18 rather results in unpacking of the compressed distribution files into a target
19 shared folder. For this process you need write privilidge to the share and it
20 is desirable to enable file locking and share mode operation during this
21 process.
23 Subsequent installation of MS Office from this share will FAIL unless certain
24 procautions are taken. The failure will be caused by share mode operation
25 which will prevent the MS Office installation process from re-opening various
26 dynamic link library files. Some other files will also NOT be found at times.
28 Solution:
29 =========
30 1. As soon as the administrative installation (unpacking) has completed
31         set the following parameters on the share containing it:
32         [MSOP95]
33                 path = /where_you_put_it
34                 comment = Your comment
35                 volume = "The_CD_ROM_Label"
36                 read only = yes
37                 available = yes
38                 share modes = no
39                 locking = no
40                 browseable = yes
41                 public = yes
43 2. Now you are ready to run the setup program from the workstation as follows:-
44         \\"Server_Name"\MSOP95\msoffice\setup