User: mackmoon
Date: 05/11/28 14:29:39

Modified:
 /user-faq/www/new-faq/
  index.html
 /user-faq/www/new-faq/Macros/
  85.html
 /user-faq/www/new-faq/Plone/
  20040319a.html, htmltags.html, index.html, other.html
 /user-faq/www/new-faq/Writer/faqwriterother/
  20040309k.html
 /user-faq/www/new-faq/faqinstall/faqinstall/
  32.html
 /user-faq/www/new-faq/faqsetup/
  015.html, index.html

Log:
 Update of new-faq direct per recent output of kcarr's faq-spider.
 

File Changes:

Directory: /user-faq/www/new-faq/
=================================

File [changed]: index.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/index.html?r1=1.19&r2=1.20
Delta lines:  +1 -1
-------------------
--- index.html  22 Aug 2005 17:32:13 -0000      1.19
+++ index.html  28 Nov 2005 22:29:34 -0000      1.20
@@ -92,6 +92,6 @@
 
 <p><a href="/new-faq/">Root</a> </p>
 <br />
-<p>Last Updated: Mon Aug 22 13:21:06 2005</p>
+<p>Last Updated: Sun Nov 20 17:39:35 2005</p>
 </body>
 </html>

Directory: /user-faq/www/new-faq/Macros/
========================================

File [changed]: 85.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/Macros/85.html?r1=1.3&r2=1.4
Delta lines:  +15 -1
--------------------
--- 85.html     8 Apr 2005 20:07:37 -0000       1.3
+++ 85.html     28 Nov 2005 22:29:35 -0000      1.4
@@ -5,7 +5,21 @@
 ]</p>
 <h3>Is there a way to print a batch of files without opening each of them in 
OOo? </h3>
 <hr />
-<p><p> In Linux, this would be done in the form of a shell script. </p></p>
+<p><p><p>You can print a batch of files by printing from the command line. I 
have tested this in Ubuntu Linux but it should work in any Linux or Windows. 
</p>

+

+<p>openoffice -pt "PRINTER-NAME" FILENAME</p>

+

+<p>where:<br>

+PRINTER-NAME is the name of your printer as shown in the "File|Print" menu.<br>

+FILENAME is the name of the file you wish to print</p>

+

+<p>e.g. To print the spreadsheet 'accounts.sxc'<br>

+openoffice -pt "PSC-2350" accounts.sxc</p>

+

+<p>You can print a batch of files by using a wildcard in the filename.</p>

+

+<p>e.g. To print all the spreadsheets in the current directory:<br>

+openoffice -pt "PSC-2350" *.sxc</p></p></p>
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/Macros/">Macros</a>  -- 
[<a href="./260.html" accesskey="p">Prev</a>
  &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./42.html" accesskey="n">Next</a>
 ]</p>

Directory: /user-faq/www/new-faq/Plone/
=======================================

File [changed]: 20040319a.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/Plone/20040319a.html?r1=1.3&r2=1.4
Delta lines:  +1 -1
-------------------
--- 20040319a.html      8 Apr 2005 20:07:39 -0000       1.3
+++ 20040319a.html      28 Nov 2005 22:29:35 -0000      1.4
@@ -5,7 +5,7 @@
 ]</p>
 <h3>Is there documentation for Plone?</h3>
 <hr />
-<p><p>Yes, there is <a 
HREF="http://plone.org/documentation/";>documentation</a> at the <a 
HREF="http://plone.org/";>plone.org</a> web site.</p></p>
+<p><p><p>Yes, there is <a 
HREF="http://plone.org/documentation/";>documentation</a> at the <a 
HREF="http://plone.org/";>plone.org</a> web site.<br />Also, <a 
href="http://docs.neuroinf.de/PloneBook";>The Definitive Guide to Plone</a> is 
excellent reference material that teaches how to use Plone.</p></p></p>
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/Plone/">Plone</a>  -- [<a 
href="./20040312a.html" accesskey="p">Prev</a>
  &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./attributeerror.html" 
accesskey="n">Next</a>
 ]</p>

File [changed]: htmltags.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/Plone/htmltags.html?r1=1.3&r2=1.4
Delta lines:  +121 -234
-----------------------
--- htmltags.html       8 Apr 2005 20:07:40 -0000       1.3
+++ htmltags.html       28 Nov 2005 22:29:35 -0000      1.4
@@ -3,245 +3,132 @@
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/Plone/">Plone</a>  -- [<a 
href="./howtolink.html" accesskey="p">Prev</a>
  &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./other.html" accesskey="n">Next</a>
 ]</p>
-<h3>What are the basic HTML tags?</h3>
+<h3>What are the basic XHTML tags?</h3>
 <hr />
-<p><p><table border="1" cellspacing="1"

-cellpadding="10">

-<tbody>

-<tr>

-<th>Effect</th>

-<th>Start Tag</th>

-<th>Stop Tag</th>

-<th>HTML Code Used<br>(Edit Tab)</th>

-<th>Content Displayed<br>

-(View Tab)</th>

-</tr>

-<tr>

-<td>bold<br>

-(Note 1)<br>

-</td>

-<td>&lt;b&gt;<br>

-</td>

-<td>&lt;/b&gt;<br>

-</td>

-<td>&lt;b&gt;bold&lt;/b&gt;<br>

-</td>

-<td><b>bold</b><br>

-</td>

-</tr>

-<tr>

-<td>italic<br>

-</td>

-<td>&lt;i&gt;<br>

-</td>

-<td>&lt;/i&gt;<br>

-</td>

-<td>&lt;i&gt;italic&lt;/i&gt;<br>

-</td>

-<td><i>italic</i><br>

-</td>

-</tr>

-<tr>

-<td>underlined<br>

-</td>

-<td>&lt;u&gt;<br>

-</td>

-<td>&lt;/u&gt;<br>

-</td>

-<td>&lt;u&gt;underlined&lt;/u&gt;<br>

-</td>

-<td><u>underlined</u><br>

-</td>

-</tr>

-<tr>

-<td>break<br>

-</td>

-<td>&lt;br&gt;<br>

-</td>

-<td><br>

-</td>

-<td>one&lt;br&gt;two&lt;br&gt;three</td>

-<td>one<br>

-two<br>

-three<br>

-</td>

-</tr>

-<tr>

-<td>list item<br>

-(Note 2)<br>

-</td>

-<td>&lt;li&gt;<br>

-</td>

-<td>&lt;/li&gt;<br>

-</td>

-<td>&lt;li&gt;This

-is

-the first item in a list.&lt;/li&gt; <br>

-</td>

-<td><li>This is

-the first item in a list.</li>

-<br>

-</td>

-</tr>

-<tr>

-<td>ordered list<br>

-</td>

-<td>&lt;ol&gt;<br>

-</td>

-<td>&lt;/ol&gt;<br>

-</td>

-<td>This is an

-ordered (numbered) list: <br>

-&lt;ol&gt; <br>

-&lt;li&gt;This is the first item in a list.&lt;/li&gt; <br>

-&lt;li&gt;This is the second item in a list.&lt;/li&gt; <br>

-&lt;/ol&gt; <br>

-</td>

-<td>This is an

-ordered (numbered) list:

-<ol>

-<li>This is the first item in a list.</li>

-<li>This is the second item in a list.</li>

-</ol>

-<br>

-</td>

-</tr>

-<tr>

-<td>unordered

-list<br>

-</td>

-<td>&lt;ul&gt;<br>

-</td>

-<td>&lt;/ul&gt;<br>

-</td>

-<td>This is an

-unordered (bulleted) list: <br>

-&lt;ul&gt; <br>

-&lt;li&gt;This is the first item in a list. &lt;/li&gt;<br>

-&lt;li&gt;This is the second item in a list. &lt;/li&gt;<br>

-&lt;/ul&gt;<br>

-</td>

-<td>This is an

-unordered (bulleted) list:

-<ul>

-<li>This is the first item in a list.</li>

-<li>This is the second item in a list.</li>

-</ul>

-<br>

-</td>

-</tr>

-<tr>

-<td>paragraph<br>

-</td>

-<td>&lt;p&gt;<br>

-</td>

-<td>&lt;/p&gt;<br>

-</td>

-<td> &lt;p&gt;The

-&lt;b&gt;p&lt;/b&gt; tags go around paragraphs. When they are used,

-they

-provide nice spacing around the paragraph item. They can be further

-specified

-with more data attached to them. If you see these more complicated

-styles used in the FAQs, please delete the extra data to convert the

-tags

-to the simple &lt;b&gt;p&lt;/b&gt; tag form.&lt;/p&gt; <br>

-</td>

-<td>

-<p>The <b>p</b> tags go around paragraphs. When they are used,

-they

-provide nice spacing around the paragraph item. They can be further

-specified

-with more data attached to them. If you see these more complicated

-styles used in the FAQs, please delete the extra data to convert the

-tags

-to the simple <b>p</b> tag form.</p>

-<br>

-</td>

-</tr>

-<tr>

-<td>lesser<br>

-than

-symbol<br>

-</td>

-<td><br>

-</td>

-<td><br>

-</td>

-<td>&amp;lt;<br>

-</td>

-<td>&lt;<br>

-</td>

-</tr>

-<tr>

-<td>greater<br>

-than symbol<br>

-</td>

-<td><br>

-</td>

-<td><br>

-</td>

-<td>&amp;gt;<br>

-</td>

-<td>&gt;<br>

-</td>

-</tr>

-<tr>

-<td>web<br>

-link<br>

-(Note 3)<br>

-</td>

-<td>&lt;a&gt;<br>

-</td>

-<td>&lt;/a&gt;<br>

-</td>

-<td>&lt;a

-href="http://www.oooauthors.org/"&gt;OOoAuthors&lt;/a&gt;<br>

-</td>

-<td><a

-href="http://www.oooauthors.org/";>OOoAuthors</a><br>

-</td>

-</tr>

-<tr>

-<td>mailto<br>

-link<br>

-(Note 3)<br>

-</td>

-<td>&lt;a&gt;<br>

-</td>

-<td>&lt;/a&gt;<br>

-</td>

-<td>&lt;a

-href="mailto:[email protected]"&gt;Hi!&lt;/a&gt;</td>

-<td><a

-href="mailto:[email protected]";>Hi!</a><br>

-</td>

-</tr>

-</tbody>

+<p><p><?xml version="1.0" encoding="utf-8"?>

+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

+<head>

+       <title>table of basic xhtml tags</title>

+       <meta http-equiv="content-type" content="text/html;charset=utf-8" />

+</head>

+<body>        

+<table border="1" cellspacing="1" cellpadding="10" summary="table of basic 
HTML tags">

+       <tbody>

+               <tr>

+                       <th>Effect</th>

+                       <th>Start Tag</th>

+                       <th>Stop Tag</th>

+                       <th>HTML Code Used<br />(Edit Tab)</th>

+                       <th>Content Displayed<br />(View Tab)</th>

+               </tr>

+               <tr>

+                       <td>bold<br />(Note 1)</td>

+                       <td>&lt;b&gt;</td>

+                       <td>&lt;/b&gt;</td>

+                       <td>&lt;b&gt;bold&lt;/b&gt;</td>

+                       <td><b>bold</b></td>

+               </tr>

+               <tr>

+                       <td>italic</td>

+                       <td>&lt;i&gt;</td>

+                       <td>&lt;/i&gt;</td>

+                       <td>&lt;i&gt;italic&lt;/i&gt;</td>

+                       <td><i>italic</i></td>

+               </tr>

+               <tr>

+                       <td>underlined</td>

+                       <td>&lt;u&gt;</td>

+                       <td>&lt;/u&gt;</td>

+                       <td>&lt;u&gt;underlined&lt;/u&gt;</td>

+                       <td><u>underlined</u></td>

+               </tr>

+               <tr>

+                       <td>break</td>

+                       <td>&lt;br&nbsp;/&gt;</td>

+                       <td><br /></td>

+                       <td>one&lt;br&nbsp;/&gt;two&lt;br&nbsp;/&gt;three</td>

+                       <td>one<br />two<br />three</td>

+               </tr>

+               <tr>

+                       <td>list item<br />(Note 2)</td>

+                       <td>&lt;li&gt;</td>

+                       <td>&lt;/li&gt;</td>

+                       <td>&lt;li&gt;This is the first item in a 
list.&lt;/li&gt;</td>

+                       <td><li>This is the first item in a list.</li></td>

+               </tr>

+               <tr>

+                       <td>ordered list</td>

+                       <td>&lt;ol&gt;</td>

+                       <td>&lt;/ol&gt;</td>

+                       <td>This is an ordered (numbered) list:<br 
/>&lt;ol&gt;<br />&lt;li&gt;This is the first item in a list.&lt;/li&gt;<br 
/>&lt;li&gt;This is the second item in a list.&lt;/li&gt;<br />&lt;/ol&gt;<br 
/></td>

+                       <td>This is an ordered (numbered) list:

+                               <ol>

+                                       <li>This is the first item in a 
list.</li>

+                                       <li>This is the second item in a 
list.</li>

+                               </ol>

+                       </td>

+               </tr>

+               <tr>

+                       <td>unordered list</td>

+                       <td>&lt;ul&gt;</td>

+                       <td>&lt;/ul&gt;</td>

+                       <td>This is an unordered (bulleted) list:<br 
/>&lt;ul&gt;<br />&lt;li&gt;This is the first item in a list. &lt;/li&gt;<br 
/>&lt;li&gt;This is the second item in a list. &lt;/li&gt;<br />&lt;/ul&gt;</td>

+                       <td>This is an unordered (bulleted) list:

+                               <ul>

+                                       <li>This is the first item in a 
list.</li>

+                                       <li>This is the second item in a 
list.</li>

+                               </ul>

+

+                       </td>

+               </tr>

+               <tr>

+                       <td>paragraph</td>

+                       <td>&lt;p&gt;</td>

+                       <td>&lt;/p&gt;</td>

+                       <td> &lt;p&gt;The &lt;b&gt;p&lt;/b&gt; tags go around 
paragraphs. When they are used, they provide nice spacing around the paragraph 
item. They can be further specified with more data attached to them. If you see 
these more complicated styles used in the FAQs, please delete the extra data to 
convert the tags to the simple &lt;b&gt;p&lt;/b&gt; tag form.&lt;/p&gt;</td>

+                       <td>

+                               <p>The <b>p</b> tags go around paragraphs. When 
they are used, they provide nice spacing around the paragraph item. They can be 
further specified with more data attached to them. If you see these more 
complicated styles used in the FAQs, please delete the extra data to convert 
the tags to the simple <b>p</b> tag form.</p>

+                       </td>

+               </tr>

+               <tr>

+                       <td>lesser<br />than symbol</td>

+                       <td><br /></td>

+                       <td><br /></td>

+                       <td>&amp;lt;<br /></td>

+                       <td>&lt;<br /></td>

+               </tr>

+               <tr>

+                       <td>greater<br />than symbol</td>

+                       <td><br /></td>

+                       <td><br /></td>

+                       <td>&amp;gt;</td>

+                       <td>&gt;</td>

+               </tr>

+               <tr>

+                       <td>web<br />link<br />(Note 3)</td>

+                       <td>&lt;a&gt;<br /></td>

+                       <td>&lt;/a&gt;<br /></td>

+                       <td>&lt;a 
href="http://www.oooauthors.org/"&gt;OOoAuthors&lt;/a&gt;</td>

+                       <td><a href="http://oooauthors.org/";>OOoAuthors</a></td>

+               </tr>

+               <tr>

+                       <td>mailto<br />link<br />(Note 3)

+                       <td>&lt;a&gt;</td>

+                       <td>&lt;/a&gt;</td>

+                       <td>&lt;a 
href="mailto:[email protected]"&gt;Hi!&lt;/a&gt;</td>

+                       <td><a 
href="mailto:[email protected]";>Hi!</a></td>

+               </tr>

+       </tbody>

 </table>

-<br>

+<br />

 <p><b>Notes:</b></p>

 <ol>

-<li>Use <b>bold</b> tags for items such as menu selections,

-buttons, tabs, code lines, and other items you point the user to in

-your documentation. This saves using quotation marks, and removes the need to

-say "but remove the quotation marks" in your instructions. It is also a

-somewhat consistent

-approach to that used in documentation across the site.</li>

-<li>Sometimes <b>list items</b>

-will have an ugly display if they are not

-nested inside an <b>ordered list</b>

-or an <b>unordered list</b>.<br>

-</li>

-<li>For building both the <b>web link</b>

-and the <b>mailto link</b>, note that

-there is one space between the first <b>a</b>

-and the <b>href</b> in the HTML code.

-Sometimes this is a place where an auto wrap might hide that feature.

-Code between the <b>a</b> tags can be

-written on one line.<br>

-</li>

+       <li>Use <b>bold</b> tags for items such as menu selections, buttons, 
tabs, code lines, and other items you point the user to in your documentation. 
This saves using quotation marks, and removes the need to say "but remove the 
quotation marks" in your instructions. It is also a somewhat consistent 
approach to that used in documentation across the site.</li>

+       <li><b>List items</b> will have an ugly display if they are not nested 
inside <b>ordered list</b> or <b>unordered list</b> tags.</li>

+       <li>For building both the <b>web link</b> and the <b>mailto link</b>, 
note that there is one space between the first <b>a</b> and the <b>href</b> in 
the HTML code. Sometimes this is a place where an auto wrap might hide that 
feature. Code between the <b>a</b> tags can be written on one line.</li>

 </ol>

+</body>

 </p></p>
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/Plone/">Plone</a>  -- [<a 
href="./howtolink.html" accesskey="p">Prev</a>
  &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./other.html" accesskey="n">Next</a>

File [changed]: index.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/Plone/index.html?r1=1.3&r2=1.4
Delta lines:  +1 -1
-------------------
--- index.html  29 Apr 2005 20:42:17 -0000      1.3
+++ index.html  28 Nov 2005 22:29:35 -0000      1.4
@@ -27,7 +27,7 @@
 <li><a href="./attributeerror.html">How can I fix an AttributeError in 
Plone?</a></li>
 <li><a href="./20040421.html">How can I fix a KeyError in Plone?</a></li>
 <li><a href="./howtolink.html">How do I add a link item in a Plone 
folder?</a></li>
-<li><a href="./htmltags.html">What are the basic HTML tags?</a></li>
+<li><a href="./htmltags.html">What are the basic XHTML tags?</a></li>
 <li><a href="./other.html">Are there other resources that show how to use this 
site?</a></li>
 <li><a href="./20041118a.html">What are known issues that cause FAQ transfer 
failure?</a></li>
 

File [changed]: other.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/Plone/other.html?r1=1.3&r2=1.4
Delta lines:  +1 -1
-------------------
--- other.html  8 Apr 2005 20:07:40 -0000       1.3
+++ other.html  28 Nov 2005 22:29:35 -0000      1.4
@@ -7,7 +7,7 @@
 <hr />
 <p><p><p>The site is fairly new, so we are in the midst of creating 
documentation that shows how to run it. If information you need is missing, 
please let us know by sending email to [EMAIL PROTECTED]</p>

 <ul>

-<li><a href="http://www.oooauthors.org/groups/managers/useplone/";>How to use 
the Plone system for day to day authoring tasks</a></li>

+<li><a href="http://www.oooauthors.org/en/managers/useplone";>How to use the 
Plone system for day to day authoring tasks</a></li>

 <li><a href="http://www.oooauthors.org/Members/dmackay";>One system 
administrator's point of view about how this site works</a></li></ul></p></p>
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/Plone/">Plone</a>  -- [<a 
href="./htmltags.html" accesskey="p">Prev</a>
  &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./20041118a.html" accesskey="n">Next</a>

Directory: /user-faq/www/new-faq/Writer/faqwriterother/
=======================================================

File [changed]: 20040309k.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/Writer/faqwriterother/20040309k.html?r1=1.4&r2=1.5
Delta lines:  +2 -2
-------------------
--- 20040309k.html      2 Jun 2005 14:45:44 -0000       1.4
+++ 20040309k.html      28 Nov 2005 22:29:35 -0000      1.5
@@ -8,8 +8,8 @@
 <p><p>There are at least four ways to do this. 

 

 <ul>

-<li>On Windows, the best solution is <a href="http://desktop.yahoo.com/"; 
title="YDS">Yahoo Desktop Search</a>. By adding .sxw to the list of file 
extensions searched, you get a fast and fuss-free display of the relevant 
context as plain text. The search can be phrasewise,. Boolean, or refined by 
date and size. The current version (as of May 13 2005) does not index the 
content of .odt files, though there is a feature request in with the developers 
to do that. The other drawbacks drawbacks are that it is Windows only and 
indexes, by default, every hour or so, since it expects you to be using Outlook 
and indexing your email as well. But you're not stupid enough to use Outlook, 
are you? 

-<li>A windows alternative is <a href="http://desktop.google.com"; 
title="GDS">Google desktop search</a>, which has plugins that index both the 
old and new openoffice formats (.odt and .sxw)

+<li>On Windows, the best solution is <a href="http://desktop.yahoo.com/"; 
title="YDS">Yahoo Desktop Search</a>. By adding .sxw to the list of file 
extensions searched, you get a fast and fuss-free display of the relevant 
context as plain text. The search can be phrasewise,. Boolean, or refined by 
date and size. The current version (as of May 13 2005) does not index the 
content of .odt files, though there is a feature request in with the developers 
to do that. The other drawbacks  are that it is Windows only and indexes, by 
default, every hour or so, since it expects you to be using Outlook and 
indexing your email as well. But you're not stupid enough to use Outlook, are 
you? 

+<li>A windows alternative is <a href="http://desktop.google.com"; 
title="GDS">Google desktop search</a>, which has plugins that index both the 
old and new openoffice formats (.odt and .sxw). It is fast, and works well with 
Firefox; but the search results are less easy to sort than Yahoo's and it does 
not have a built-in preview function, as YDS does.

 <li>The best cross-platform solution is <a 
href="http://sourceforge.net/project/showfiles.php?group_id=76130";>DocSearch</a>,
 a Java app which searches and indexes OOo files as well as MS Office, text and 
PDFs. It is easy to use, very fast, allows fancy searches and can be integrated 
into a toolbar with a macro. 

 <p>The drawbacks: it's pretty large (a 5MB download) and doesn't handle 
non-English characters well. It has no documentation to speak of. You have to 
configure it to use OOo, Acrobat, and anything else other than IE to open the 
files it finds (this is under Tools/settings). But it is clearly the best 
solution for large collections of documents on Linux. 

 <li>Much smaller and simpler, but adequate for everyday use on fast computers 
is the filefinder written in OOo Basic, one of the macros in Andrew Brown's <a 
href="http://www.darwinwars.com/lunatic/bugs/oo_macros.html";>collection</a>. 
This ought to install with a single click, though you will still have to put 
the macro on a toolbar yourself. 


Directory: /user-faq/www/new-faq/faqinstall/faqinstall/
=======================================================

File [changed]: 32.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/faqinstall/faqinstall/32.html?r1=1.3&r2=1.4
Delta lines:  +97 -24
---------------------
--- 32.html     8 Apr 2005 20:07:57 -0000       1.3
+++ 32.html     28 Nov 2005 22:29:36 -0000      1.4
@@ -4,30 +4,103 @@
 ]</p>
 <h3>How do I perform a silent install? </h3>
 <hr />
-<p><p><p>In corporate environments, when rolling out OpenOffice.org to many

-machines, the easiest way to do it is via a silent install. In a

-Windows environment, the following guide seems to be useful:

-</p>

-<ol>

-<li>Let Windows install the package from a network drive by

-<br>

-<code>N:\OpenOffice\program\setup.exe -r:N:\OpenOffice\response.txt</code>

-<br>

-where N:\ can be whatever it is the network drive has been mapped to,

-and it contains the install files of OpenOffice.org created by running

-setup.exe with the /net option.

-</li>

-<li>The response.txt file can contain:

-<br>

-<pre>[Environment]<br>InstallationMode=INSTALL_NORMAL<br>InstallationType=STANDARD<br>DestinationPath=C:\Program
 
Files\OpenOffice<br>StartProcedure=MyStartProc<br>Migration=Yes<br><br>[Java]<br>JavaSupport=preinstalled_or_none<br><br>[Procedures]<br>Sub
 MyStartProc <br> SetUserCompanyName("None")<br> HideSetupEnd 
Sub<br><br>[Windows_Desktop_Integration]<br>Register4MSWord=True<br>Register4MSExcel=True<br>Register4MSPowerPoint=True<br>RegisterAsDefaultHTMLEditor=True
 <br></pre>

-</li>

-</ol>

-<p>Apparently, Sun for its StarOffice package provides some <a

-href="http://docs.sun.com/coll/999.2";>fairly good documentation</a> in

-PDF files with regards to silent installs. Another good resource is the

-section within the user installation documentation entitled <a

-href="http://www.openoffice.org/dev_docs/instructions.html";>Windows in

-a Multiple User Environment</a>.</p></p></p>
+<p><p>In corporate environments, when rolling out OpenOffice.org to many

+machines, the easiest way to do it is via a silent install.&nbsp;

+OpenOffice.org 2.0 is installed using a standard MSI installer package.

+In a

+Windows environment follow the steps below:<br>

+<br>

+<span style="font-weight: bold;">Simple method - no customisation of

+the install</span><br>

+<br>

+1 download and install the program making a note of the location of the

+setup files<br>

+2 copy the setup files to a network share or drive<br>

+2 create a batch file or login script with the following command<br>

+&nbsp;&nbsp;&nbsp; msiexec /qn /i n:\openoffice\openofficeorg20.msi <br>

+&nbsp;&nbsp;&nbsp; replace the path n:\openoffice\ with the correct

+location eg \\myserver\\installs\openoffice\<br>

+<br>

+on windows 98 or NT you will need to <a

+href="http://www.microsoft.com/msdownload/platformsdk/instmsi.htm";>download

+the msiexec installer</a><br>

+more details on MSI install options are located <a

+href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/msiexec.mspx";>here</a><br>

+<br>

+<span style="font-weight: bold;">Detailed method - setting defaults</span><br>

+<br>

+You can modify the properties of the OpenOffice.org installation by

+using two tools included in the Windows Installer SDK: <br>

+- Orca, which allows you to open vviewer.msi and make changes to the

+tables in the msi. <br>

+- Msitran.exe, which allows you to generate a new transform (MST) file

+based on the changed tables in the msi. <br>

+<br>

+You can download the complete Windows Installer SDK from the Microsoft

+Download Center. The Windows Installer SDK includes the Msi.chm, which

+contains additional information about creating Windows Installer

+transform files.

+<br>

+<br>

+See here: <a

+href="http://support.microsoft.com/default.aspx?scid=kb;en-us;255905";

+target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;255905</a>

+<br>

+<br>

+To modify the OpenOffice msi by creating a transform file:

+<br>

+<br>

+1. Open Orca.

+<br>

+<br>

+2. In Orca, click File, and then click Open. Navigate to the location

+where you saved OpenOffice20.msi. <br>

+The Tables column displays the names of the tables in the MSI on

+the left. The window on the right displays the properties associated

+with those tables. <br>

+Navigate to the Property table. You can add properties using the right

+mouse button and make changes to properties in the Property table. For

+this example we decide to add the properties SELECT_WORD, SELECT_EXCEL,

+SELECT_POWERPOINT and ALLUSERS all with the value 1 setted to correctly

+associate this extensions to OpenOffice.

+<br>

+<br>

+3. After modifying the property values, click File, and then click

+Save As and save the msi file to a new name in the same directory where

+OpenOffice20.msi is saved. <br>

+<br>

+4. Copy Msitran.exe from the location where you installed it, to the

+folder where the two msi files are located. By default, Msitran.exe is

+installed on your computer in the \\Program Files\MsiIntel.SDK\Tools

+folder.

+<br>

+<br>

+5. Open a command prompt, and navigate to the folder where

+OpenOffice20.msi, your modified msi, and Msitran.exe are located. <br>

+<br>

+6. Create a transform file by typing msitran.exe, the name of the

+original OpenOffice msi, the name of your newly created MSI, and the

+name you want to give to the transform file at the command prompt. For

+example:

+<br>

+<br>

+msitran.exe –g OpenOffice20.msi OpenOffice20-test.msi MyTransform.mst

+<br>

+<br>

+7. Press Enter to create the new transform file then exit the

+command prompt. Msitran.exe creates the transform file and saves it in

+the same folder as the two msi files. <br>

+<br>

+Now you can apply the so created transform file to your administrative

+installation of OpenOffice, or you can use it if you are deploying the

+OpenOffice.org using Active Directory and GPO adding the transform file

+in the related section. To apply to an administrative installation use

+this:

+<br>

+<br>

+Msiexec /a n:\administrative installation point\OpenOffice20.msi /t

+MyTransform.mst

+<br></p></p>
 <p><a href="/new-faq/">Root</a>  / <a 
href="/new-faq/faqinstall/">faqinstall</a> / <a 
href="/new-faq/faqinstall/faqinstall/">faqinstall</a>  -- [ &nbsp;&nbsp; - 
&nbsp;&nbsp; <a href="./34.html" accesskey="n">Next</a>
 ]</p>
 </body>

Directory: /user-faq/www/new-faq/faqsetup/
==========================================

File [changed]: 015.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/faqsetup/015.html?r1=1.3&r2=1.4
Delta lines:  +4 -2
-------------------
--- 015.html    8 Apr 2005 20:08:01 -0000       1.3
+++ 015.html    28 Nov 2005 22:29:36 -0000      1.4
@@ -1,11 +1,13 @@
 <html>
 <body>
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/faqsetup/">faqsetup</a>  
-- [<a href="./86.html" accesskey="p">Prev</a>
- &nbsp;&nbsp; - &nbsp;&nbsp; ]</p>
+ &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./20051116a.html" accesskey="n">Next</a>
+]</p>
 <h3> Why doesn't the help system work properly in the OpenOffice.org 
Suite?</h3>
 <hr />
 <p><p></h3> <p>This is no longer a problem with the newer versions of 
OpenOffice.org. Please download a more recent version of <a 
href="http://www.openoffice.org";>OpenOffice.org</a>. </p></p>
 <p><a href="/new-faq/">Root</a>  / <a href="/new-faq/faqsetup/">faqsetup</a>  
-- [<a href="./86.html" accesskey="p">Prev</a>
- &nbsp;&nbsp; - &nbsp;&nbsp; ]</p>
+ &nbsp;&nbsp; - &nbsp;&nbsp; <a href="./20051116a.html" accesskey="n">Next</a>
+]</p>
 </body>
 </html>

File [changed]: index.html
Url: 
http://user-faq.openoffice.org/source/browse/user-faq/www/new-faq/faqsetup/index.html?r1=1.3&r2=1.4
Delta lines:  +1 -0
-------------------
--- index.html  29 Apr 2005 20:42:30 -0000      1.3
+++ index.html  28 Nov 2005 22:29:36 -0000      1.4
@@ -51,6 +51,7 @@
 <li><a href="./094.html"> URLs (Uniform Reference Locators) appear underlined 
and in a different color from the rest of my text. How do I reverse this 
setting?</a></li>
 <li><a href="./86.html">How do I start OOo quicker? Its currently so slow! 
</a></li>
 <li><a href="./015.html"> Why doesn't the help system work properly in the 
OpenOffice.org Suite?</a></li>
+<li><a href="./20051116a.html">I got a dialog at save: "This document 
contains:" notes, versions or other hidden information. Why?</a></li>
 
 </ul>
 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to