You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2011/11/24 13:51:59 UTC

DO NOT REPLY [Bug 118635] New: silent install using /GUILEVEL=qn fails with Error 1303

https://issues.apache.org/ooo/show_bug.cgi?id=118635

             Bug #: 118635
        Issue Type: DEFECT
           Summary: silent install using /GUILEVEL=qn fails with Error
                    1303
    Classification: Application
           Product: Installation
           Version: OOo 3.3
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: major
          Priority: P5
         Component: code
        AssignedTo: olaf-openoffice@gmx.de
        ReportedBy: evguenia99@gmail.com
                CC: ooo-issues@incubator.apache.org


We are trying to deploy openoffice (without JRE) silently and encountering the
following problems:

OOo_3.2.0_Win_x86_install_en-US.exe /S /PARAM1="ALLUSERS=2" /PARAM2="LIMITUI=0"
produces unattended but not silent install.

OOo_3.2.0_Win_x86_install_en-US.exe /S /GUILEVEL=qn /PARAM1="ALLUSERS=2"
/PARAM2="LIMITUI=0" installs OO silently.

the same as above with updating 3.2.0 to 3.2.1, but running

OOo_3.3.0_Win_x86_install_en-US.exe /S /GUILEVEL=qn /PARAM1="ALLUSERS=2"
/PARAM2="LIMITUI=0" uninstalls 3.2.1 OO silently, installs MS Visual C++ Redist
 and then fails with the Error 1303.

OOo_3.3.0_Win_x86_install_en-US.exe /S /PARAM1="ALLUSERS=2" /PARAM2="LIMITUI=0"
produces unattended (we need silent) install and MS Visual C++ Redist is also
installed (unattended, progress bar is visible).

The same situation on Win7 x86 and x64, Win Server 2008 x64: the switch
/GUILEVEL=qn makes silent update to v3.3.0 fail with Error 1303.

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

DO NOT REPLY [Bug 118635] silent install using /GUILEVEL=qn fails with Error 1303

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118635

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

DO NOT REPLY [Bug 118635] silent install using /GUILEVEL=qn fails with Error 1303

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118635

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
          Component|code                        |ui
         Resolution|                            |DUPLICATE

--- Comment #2 from Marcus <ma...@apache.org> 2011-11-29 13:37:11 UTC ---
A similar issue is already existing, so I close it as duplicate for the moment.

*** This bug has been marked as a duplicate of bug 116140 ***

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

DO NOT REPLY [Bug 118635] silent install using /GUILEVEL=qn fails with Error 1303

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=118635

--- Comment #1 from Evguenia <ev...@gmail.com> 2011-11-29 13:18:39 UTC ---
I've tried different scenarios on the "clean" VM (Win Server2008 Std x64), it
looks like there is a race condition in accessing C:\Program
Files\OpenOffice.org 3\program:

1. installing 3.2.0 (/S /GUILEVEL=qn) and updating it to 3.2.1 silently with
the same switches work ok, for both versions the installation of C++ Runtime is
in the InstallUISequence, therefore is not installed in the installer's silent
mode;

2. updating 3.2.1 to 3.3.0 (/S /GUILEVEL=qn) fails with the error 1303. 
BTW, why the installation of the C++ runtimes are hardcoded with the
PARAM_SILENTINSTALL="/QB" (unattended, not silent) switch? In this way , the
totally silent installation of 3.3.0 is impossible as the installation of the
C++ runtimes is bootstrapped from setup.exe (see setup.cpp) and always runs
unattended.

3. the installation of 3.3.0 (/S /GUILEVEL=qn) on the machine with no previous
OO is successfull.

4. if either 3.2.0 or 3.2.1 are installed, and both C++ redist from OO 3.3.0
redist\ folder are also installed, the silent update to 3.3.0 (/S /GUILEVEL=qn)
fails with error 1303.

5. if either 3.2.0 or 3.2.1 are installed, the update to 3.3.0 is successfull
(unattended, not silent) with /S switch.

In v3.3.0 the /GUILEVEL=qn switch breaks the silent installation.

-- 
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.