summaryrefslogtreecommitdiff
path: root/docs/faq/sambafaq-4.html
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-10-25 02:56:06 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-10-25 02:56:06 +0000
commit3340bdcca1f4663e344fde589e78d1828ea0f7a5 (patch)
treeb7c3b6b0b0dda9584f62151ac9e18eaf6bff2fcd /docs/faq/sambafaq-4.html
parente010ad006ea1c4754f357951be648b8f45458613 (diff)
downloadsamba-3340bdcca1f4663e344fde589e78d1828ea0f7a5.tar.gz
samba-3340bdcca1f4663e344fde589e78d1828ea0f7a5.tar.bz2
samba-3340bdcca1f4663e344fde589e78d1828ea0f7a5.zip
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)
Diffstat (limited to 'docs/faq/sambafaq-4.html')
-rw-r--r--docs/faq/sambafaq-4.html37
1 files changed, 37 insertions, 0 deletions
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 @@
+<HTML>
+<HEAD>
+<TITLE> Samba FAQ: Specific client application problems</TITLE>
+</HEAD>
+<BODY>
+<A HREF="sambafaq-3.html">Previous</A>
+<A HREF="sambafaq-5.html">Next</A>
+<A HREF="sambafaq.html#toc4">Table of Contents</A>
+<HR>
+<H2><A NAME="s4">4. Specific client application problems</A></H2>
+
+<P>
+<A NAME="client_problems"></A>
+</P>
+
+<H2><A NAME="ss4.1">4.1 MS Office Setup reports "Cannot change properties of "\MSOFFICE\SETUP.INI"</A></H2>
+
+<P>
+<A NAME="cant_change_properties"></A>
+</P>
+<P>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.</P>
+<P>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.</P>
+<P>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.</P>
+
+
+<HR>
+<A HREF="sambafaq-3.html">Previous</A>
+<A HREF="sambafaq-5.html">Next</A>
+<A HREF="sambafaq.html#toc4">Table of Contents</A>
+</BODY>
+</HTML>