[wpkg-users] Open Office 3.1 Installation and upgrade

heyryck at gmail.com heyryck at gmail.com
Thu Jun 11 15:56:52 CEST 2009


I resolved...I think, using this:



	<package id="openoffice" name="Open Office 3.1" revision="8" 
reboot="false" prority="1">
		<check type="uninstall" condition="exists" path="OpenOffice.org 3.1"/>

		<install cmd="msiexec /qn /norestart /i 
%SOFTWARE%\OpenOffice\OoO_3.1\setup\openofficeorg31.msi ALLUSER=1 
REGISTER_ALL_MSO_TYPES=1"/>

		<install cmd=""%PROGRAMFILES%\Openoffice.org 
3\program\unopkg.exe" add --shared 
%SOFTWARE%\OpenOffice\OoO_3.1\setup\DisableFirstStartWzd_ooo31.oxt"/>
		<install cmd="%SOFTWARE%\OpenOffice\OoO_3.1\2NoRegistration.bat"/>
		
		<upgrade cmd="%SOFTWARE%\OpenOffice\OoO_3.1\1NoRegistration.bat"/>
		<upgrade cmd="msiexec /qn /norestart /i 
\%SOFTWARE%\OpenOffice\OoO_3.1\setup\openofficeorg31.msi ALLUSER=1 
REGISTER_ALL_MSO_TYPES=1"/>
		<upgrade cmd="%SOFTWARE%\OpenOffice\OoO_3.1\2NoRegistration.bat"/>

		<remove cmd="msiexec /qn /x {43A650AA-D1DC-4C52-8819-D7848B3A08DA}"/>
	</package>

Thanks to everybody.

Rick


Jindřich Vorlíček ha scritto:
> Hi, I use this:
> 
> <package 
>     id="OpenOffice(startup_install)" 
>     name="OpenOffice.org 3.0.1 CZ" 
>     revision="1" 
>     reboot="false" 
>     priority="10">
>  
>     <check type="uninstall" condition="exists" path="OpenOffice.org 3.0" />
>  
>     <install cmd='msiexec /qn /i
> "%SOFTWARE%\OpenOffice3.0.1\openofficeorg30.msi" ALLUSERS=1
> TRANSFORMS="openofficeorg30.mst"' />
>     <install cmd='"C:\Program Files\OpenOffice.org 3\program\unopkg.exe" add
> --shared "%SOFTWARE%\OpenOffice3.0.1\dict-cs-2.0.oxt"' />
>     <install cmd='"C:\Program Files\OpenOffice.org 3\program\unopkg.exe" add
> --shared "%SOFTWARE%\OpenOffice3.0.1\DisableFirstStartWzd_ooo3.oxt"' />
> 
>     <upgrade cmd='msiexec /qn /i
> "%SOFTWARE%\OpenOffice3.0.1\openofficeorg30.msi" ALLUSERS=1
> TRANSFORMS="openofficeorg30.mst"' />
>     <upgrade cmd='"C:\Program Files\OpenOffice.org 3\program\unopkg.exe" add
> --shared "%SOFTWARE%\OpenOffice3.0.1\dict-cs-2.0.oxt"' />
>     <upgrade cmd='"C:\Program Files\OpenOffice.org 3\program\unopkg.exe" add
> --shared "%SOFTWARE%\OpenOffice3.0.1\DisableFirstStartWzd_ooo3.oxt"' />
> 
>     <remove  cmd='msiexec /qn /x{564D0000-547B-4ED8-8070-85286CC8C9BF}' />
> 
> </package>
> 
> Jindrich Vorlicek
> 
> -----Original Message-----
> From: wpkg-users-bounces at lists.wpkg.org
> [mailto:wpkg-users-bounces at lists.wpkg.org] On Behalf Of heyryck at gmail.com
> Sent: Tuesday, June 09, 2009 12:05 PM
> To: wpkg-users at lists.wpkg.org
> Subject: [wpkg-users] Open Office 3.1 Installation and upgrade
> 
> Hi,
> 
> I'm trying to install openoffice 3.1, but I have problem with the
> registration process. I want to avoid registration wizard and this site
> 
> http://wiki.services.openoffice.org/wiki/Documentation/Administration_Guide/
> Deactivating_Registration_Wizard
> 
> suggests to use the command:
> "unopkg add --shared DisableFirstStartWzd.oxt"
> 
> I set the correct path but nothing to do, in every installation it ask 
> me to register and sometimes it aks me if I want to participate at the 
> user feedback program too.
> 
> Have you advices?
> 
> Hi
> 
> Rick
> 
> 
> 
> -------------------------------------------------------------------------
> wpkg-users mailing list archives >>
> http://lists.wpkg.org/pipermail/wpkg-users/
> _______________________________________________
> wpkg-users mailing list
> wpkg-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/wpkg-users
> 
> 




More information about the wpkg-users mailing list