Error with silent installation

General questions and answers about FreeOffice 2021 for Windows. Don't post application-specific questions here, but in the appropriate subforum.
Post Reply
Diumen
Posts: 3
Joined: Sun Nov 28, 2021 11:08 pm

Error with silent installation

Post by Diumen »

Hi,

I tried to run the silent installation of FreeOffice 2021 MSI (version 2021.1036) with the parameter

Code: Select all

/qn
.
However, the installer log shows the following error:

Code: Select all

MSI (s) (9C:B8) [05:35:16:839]: Doing action: ID1360
Action ended 5:35:16: ID1357. Return value 1.
MSI (s) (9C:B8) [05:35:16:839]: PROPERTY CHANGE: Adding TBINST property. Its value is '\tb'.
and the installation fails.
Trying the same with a non-silent installation shows the following in the log:

Code: Select all

MSI (s) (5C:50) [05:49:04:126]: Doing action: ID1360
Action 5:49:04: ID1360. 
Action start 5:49:04: ID1360.
MSI (s) (5C:50) [05:49:04:126]: PROPERTY CHANGE: Modifying TBINST property. Its current value is 'C:\Program Files (x86)\SoftMaker FreeOffice 2021\tb\'. Its new value: 'C:\Program Files (x86)\SoftMaker FreeOffice 2021\\tb'.
Action ended 5:49:04: ID1360. Return value 1.
My guess is that there is some custom actions in the

Code: Select all

InstallUISequence
that aren't being run in the

Code: Select all

InstallExecuteSequence
in the MSI which result in the properties not being initialized correctly.
Could you please take a look and let me know if this is an error on my part?
SuperTech
SoftMaker Team
SoftMaker Team
Posts: 2935
Joined: Wed Mar 11, 2020 5:31 pm

Re: Error with silent installation

Post by SuperTech »

Thanks for reporting this problem. Please share the complete command which you used and share a screenshot of that if possible.
Diumen
Posts: 3
Joined: Sun Nov 28, 2021 11:08 pm

Re: Error with silent installation

Post by Diumen »

Thanks for the reply!
The command line I used is

Code: Select all

msiexec.exe /i freeoffice2021.msi /qn /L*v C:\freeoffice2021.log
There is no screenshot I could show because it's a silent installation, but I have attached the full log file.
Attachments
freeoffice2021.log
(261.56 KiB) Downloaded 132 times
SuperTech
SoftMaker Team
SoftMaker Team
Posts: 2935
Joined: Wed Mar 11, 2020 5:31 pm

Re: Error with silent installation

Post by SuperTech »

Thanks for sharing the complete command and the log file. Checking on log, we found that there was error 1603 which is not because of the package.

Please check the complete details here : Error 1603 when you try to install a Windows Installer package: A fatal error occurred during installation
Diumen
Posts: 3
Joined: Sun Nov 28, 2021 11:08 pm

Re: Error with silent installation

Post by Diumen »

Like I said the non-silent installation with default parameters works just fine.
The error I'm referring to occurs earlier in the log i.e., in line 1166

Code: Select all

Fehler 1606. Auf die Netzwerkadresse \tb konnte nicht zugegriffen werden.
the path is set in line 1079

Code: Select all

MSI (s) (E8:F0) [22:23:15:303]: PROPERTY CHANGE: Adding TBINST property. Its value is '\tb'.
I've attached the full log for the non-silent installation with all default parameters for comparison (zipped because it was too large).
Command line to install was

Code: Select all

msiexec.exe /i freeoffice2021.msi /L*v C:\freeoffice2021-non-silent.log
the path is set in line 1184 and 1460

Code: Select all

MSI (c) (D8:7C) [22:29:39:640]: PROPERTY CHANGE: Adding TBINST property. Its value is 'C:\Program Files (x86)\SoftMaker FreeOffice 2021\tb\'.
MSI (s) (50:14) [22:30:06:586]: PROPERTY CHANGE: Adding TBINST property. Its value is 'C:\Program Files (x86)\SoftMaker FreeOffice 2021\tb\'.
Attachments
freeoffice2021-non-silent.zip
(300.19 KiB) Downloaded 138 times
SuperTech
SoftMaker Team
SoftMaker Team
Posts: 2935
Joined: Wed Mar 11, 2020 5:31 pm

Re: Error with silent installation

Post by SuperTech »

Please check the user manual for deployment of SoftMaker Office, same commands are applicable for FreeOffice: User manual.

According to manual, APPLICATIONFOLDER is a mandatory parameter for silent installation.

From next revision onwards, our developer team removed this necessity but till now it is.
Post Reply

Return to “FreeOffice 2021 for Windows (General)”