Changes

Jump to: navigation, search

OpenOffice.org 2.x

557 bytes removed, 15:54, 9 May 2007
Open questions
2- by dropping a link to it in the startup folder
3- by modifying HKEY_CLASSES_ROOT in copying a folder OpenOffice.org2 into the registry and adding profile of the paramater -nofirststartwizard in each values for new, open, print, printtouser at session start.Modifying setup.xcu The folder is said to work with 2a copy made from a user profile which user has done the registration.0 Just cut and 2paste the snippet below and place it into your logon.1, but seems not to work with 2bat.2.The -nofirststartwizard was added after 2.0.4.registry example :
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\new\command]@="\"C:\\Program Files\\OpenOffice.org 2.2\\program\\soffice.exe\" -n \"%1\" -nofirststartwizard"rem ### ### ### ### ### ### ### ### ### ### ### ### ###
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\open]rem
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\open\command]@="\"C:\\Program Files\\OpenOffice.org rem OPENOFFICE 2.2\\program\\swriter.exe\" -o \"%1\" -nofirststartwizard"
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\print]rem
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\print\command]@="\"C:\\Program Files\\OpenOffice.org 2.2\\program\\soffice.exe\" -p \"%1\" -nofirststartwizard"rem ### ### ### ### ### ### ### ### ### ### ### ### ###
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\printto]
[HKEY_CLASSES_ROOT\opendocument.WriterDocument.1\shell\printto\command]@=IF NOT EXIST "\"C:\\Program Files\%PROGRAMFILES%\OpenOffice.org 2.2\\program\\soffice.exe\" -pt \"%2\" \"%1\" -nofirststartwizard"GOTO OOO2END
IF EXIST "%APPDATA%\OpenOffice.org2\" GOTO OOO2END
xcopy /v /s /i /e /h /c /y /q "\\server\netlogon\OpenOffice.org2" "%APPDATA%\OpenOffice.org2"
 
<nowiki>
:OOO2END
</nowiki>
[[category:Silent Installers]]
Anonymous user

Navigation menu