Changes

OpenOffice.org 1.1.5

405 bytes added, 10:33, 21 October 2005
no edit summary
----
Here comes install_oo.bat, which copies the Starmenuentries from the installing user to All Users.<br>
<br>
install_oo.bat:<br>
----
\\physalis\wpkg\files\dist\oo\program\setup.exe -alluser -r:\\physalis\wpkg\files\dist\oo\response.txt<br>
md "%ALLUSERSPROFILE%\STARTM~1\Programme\OpenOffice.org"<br>
copy /Y "%HOMEDRIVE%\%HOMEPATH%\STARTM~1\Programme\OpenOffice.org 1.1.5"\* "%ALLUSERSPROFILE%\STARTM~1\Programme\OpenOffice.org\"<br>
<br>
<br>
 
----
 
and here comes the package.xml entry:
<package id="oo115" name="OpenOffice 1.1.5" priority="2" reboot="false" revision="1">
<check condition="exists" path="c:\programme\OpenOffice\program\soffice.exe" type="file"></check>
<install cmd="\\server\wpkg\files\dist\oo\program\setupinstall_oo.exe -r:\\server\wpkg\files\dist\oo\response.txtbat">
<exit code="0"></exit>
</install>
Anonymous user