From 3340bdcca1f4663e344fde589e78d1828ea0f7a5 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Fri, 25 Oct 1996 02:56:06 +0000 Subject: Added faq directory under docs. Translated the whole of the current FAQ into linuxdoc-sgml format. From now on we can change the file sambafaq.sgml and then run sgml2txt and sgml2html to generate the other files. (Home page for linuxdoc-sgml is http://sunsite.unc.edu/mdw/Linuxdoc-SGML.html. Does cross references and section management.) (This used to be commit 2fedc53b4ea38e482fea7e3296637d6e44e031b7) --- docs/faq/sambafaq-4.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/faq/sambafaq-4.html (limited to 'docs/faq/sambafaq-4.html') diff --git a/docs/faq/sambafaq-4.html b/docs/faq/sambafaq-4.html new file mode 100644 index 0000000000..e5f852a3d3 --- /dev/null +++ b/docs/faq/sambafaq-4.html @@ -0,0 +1,37 @@ + + + Samba FAQ: Specific client application problems + + +Previous +Next +Table of Contents +
+

4. Specific client application problems

+ +

+ +

+ +

4.1 MS Office Setup reports "Cannot change properties of "\MSOFFICE\SETUP.INI"

+ +

+ +

+

When installing MS Office on a Samba drive for which you have admin +user permissions, ie. admin users = username, you will find the +setup program unable to complete the installation.

+

To get around this problem, do the installation without admin user +permissions The problem is that MS Office Setup checks that a file is +rdonly by trying to open it for writing.

+

Admin users can always open a file for writing, as they run as root. +You just have to install as a non-admin user and then use "chown -R" +to fix the owner.

+ + +
+Previous +Next +Table of Contents + + -- cgit