Description: Unable to disable automatic updates. The "REMOVE=gm_o_Onlineupdate" and "ISCHECKFORPRODUCTUPDATES=0" options no longer have any effect in an unattended installation. Steps to Reproduce: 1. setup Libreoffice with batch file 2. msiexec /passive /i "%%~dpi%Libo_msi%" /l* "%temp%\%Libo_TempLibo%\LibO_Libreoffice_install_log.txt" ISCHECKFORPRODUCTUPDATES=0 CREATEDESKTOPLINK=0 ALLUSERS=1 SELECT_WORD=1 SELECT_EXCEL=1 SELECT_POWERPOINT=1 SELECT_VISIO=1 USERNAME="test" COMPANYNAME="Test" REGISTER_ALL_MSO_TYPES=1 ADDLOCAL=ALL REMOVE=gm_o_Onlineupdate /norestart 3. Actual Results: After setup, Options -> Online Update appears and is checked Expected Results: Options -> Online update should no longer appear Reproducible: Always User Profile Reset: Yes Additional Info: Probably before 24.2 version, I don't remember, but before 24.8.6 version
Created attachment 200908 [details] AutoUpdate not removed AutoUpdate option should be removed
*** This bug has been marked as a duplicate of bug 159979 ***