[wpkg-users] Openoffice.org 3.3

Mark Nienberg gmane at tippingmar.com
Mon May 9 19:47:42 CEST 2011


On 4/19/2011 5:03 PM, Andrew Spiers wrote:
> I've added a section to http://wpkg.org/OpenOffice.org_3.x for OOo 3.3 but had a bit
> of an issue with the product code / build number recorded in setup.ini being
> different from the actual version of soffice.exe.
>
> I would appreciate it if someone could cast their eye over my edit and correct if
> I've gone wrong somewhere.


I started out trying to get this to install like you did by extracting the msi file 
from the installer. Although it worked on winxp, the msi would not install on 
win7-64bit. I think there was even an error message saying that the msi would not 
install directly. In the end, I simplified like this:

<package id="openoffice" name="OpenOffice.org 3.3.0">
<check type="uninstall" condition="versiongreaterorequal" path="OpenOffice.org 3.3" 
value="3.3.9567" />
<install cmd='"%SOFTWARE%\OOo\OOo3-3install\setup.exe" /qn' />	
<upgrade cmd='"%SOFTWARE%\OOo\OOo3-3install\setup.exe" /qn' />
</package>

I did not bother customizing the install to the extent shown in the wiki. I used to 
do that when I used the msi method, but I didn't see how to do it with the setup.exe.

-- 
Mark Nienberg
Sent from an invalid address. Please reply to the group.




More information about the wpkg-users mailing list