Bug 166687 - msiexec options "REMOVE=gm_o_Onlineupdate" and "ISCHECKFORPRODUCTUPDATES=0" no longer work
Summary: msiexec options "REMOVE=gm_o_Onlineupdate" and "ISCHECKFORPRODUCTUPDATES=0" n...
Status: RESOLVED DUPLICATE of bug 159979
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
24.8.6.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-22 09:48 UTC by paour
Modified: 2025-06-04 08:59 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
AutoUpdate not removed (20.79 KB, image/png)
2025-05-22 09:51 UTC, paour
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paour 2025-05-22 09:48:30 UTC
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
Comment 1 paour 2025-05-22 09:51:56 UTC
Created attachment 200908 [details]
AutoUpdate not removed

AutoUpdate option should be removed
Comment 2 Mike Kaganski 2025-06-04 08:59:26 UTC

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