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'.
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.
Code: Select all
InstallUISequence
Code: Select all
InstallExecuteSequence
Could you please take a look and let me know if this is an error on my part?