NODE · WIN-x64
Windows MSI / MSIX
- MSI 适合 SCCM/Intune/GPO 批量静默部署,ProductCode 写入 HKLM Uninstall
- 静默参数:
/qn ALLUSERS=1 CREATEDESKTOPLINK=0 REGISTER_NO_MSO_TYPES=1 - MSIX 无需管理员,路径
%LOCALAPPDATA%\Programs\LibreOffice\ - Defender 排除:
Add-MpPreference -ExclusionPath "C:\Program Files\LibreOffice" - 支持 Windows 10 21H2 / 11 23H2 64 位,不推荐 32 位环境