[Go] Install OpenOffice, and configure as Windows service
http://blog.csdn.net/zzzz3621/article/details/18400277
Download the Windows Resource Kit tools, we do the default installation.
1. Open windows Resource Kit Tools
In the command shell, execute the following command:
"C:\Program files\windows Resource kits\tools\instsrv" Openofficeunoserver "C:\Program files\windows Resource kits\ Tools\srvany.exe "
Open management tools-services to find services named Openofficeunoserver
2. Open the registry to find the following path
HKEY_LOCAL_MACHINE, SYSTEM->controlset001->services->openofficeunoserver
New item Parameters, under which two string values are added:
Key:application
Value:c:\program files\OpenOffice.org 3\program\soffice.exe
Key:appparameters
Value:-invisible-headless-accept=socket,host=127.0.0.1,port=8100;urp;-nofirststartwizard
Note: The host in the configuration file should be the same as the host here
3. In the service console, start the OpenOffice service
4. In cmd, see if 8100 has been monitored: netstat-anop TCP
[Go] Install OpenOffice, and configure as Windows service