Apache OpenOffice (AOO) Bugzilla – Issue 127628
Lost adapted texts after switch to NSIS 3.x
Last modified: 2019-10-03 14:59:23 UTC
Created attachment 86294 [details] NSIS 2.x vs. 3.x After we moved to NSIS 3.x with AOO 4.1.3 the texts are falling to default again (see attachment). This is confusing, because NSIS does not "install" but only "unpacks" and prepares the installation. The adapted texts are still there, but are not used in NSIS 3.x: https://svn.apache.org/repos/asf/openoffice/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/Nsis.ulf
> After we moved to NSIS 3.x with AOO 4.1.3 the texts are falling to default > again (see attachment). > This is confusing, because NSIS does not "install" but only "unpacks" and > prepares the installation. The first screen message in NSIS 3.x is fine (actually it is more useful than the in the previous version (which had basically the same text repeated on both screens). The second message in simply wrong (because the files are not installed on the unpack folder) Would it be possible to keep the new text in screen 1 and replace the text in screen 2 with the old one? Better yet would it be possible to skip this screen by silently unpacking the install folder to some temp folder that is removed after install is finished?
(In reply to Pedro from comment #1) > > Better yet would it be possible to skip this screen by silently unpacking > the install folder to some temp folder that is removed after install is > finished? You can already do this with: Apache_OpenOffice_4.1.5_Win_x86_install_de.exe /S /POSTREMOVE=ON