summaryrefslogtreecommitdiff
path: root/ooo.lst.in
diff options
context:
space:
mode:
Diffstat (limited to 'ooo.lst.in')
0 files changed, 0 insertions, 0 deletions
/td>Mike Kaganski Currently we support Win7 SP1 and later; so let installer fail on lower SP levels. Change-Id: I807e0a04870b9eeabbfae258d68da4a1156b0408 Reviewed-on: https://gerrit.libreoffice.org/52619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2017-12-15MSI cleanup: remove redundant conditionsMike Kaganski VersionNT is now always greated than 600 (only needs checking in version checking action). ISSETUPDRIVEN and ISSCHEDULEREBOOT are specific to InstallShield and aren't relevant to LibreOffice installer. Change-Id: I6cb769c863e09f1568ae895a6cfbb0e5940c2486 Reviewed-on: https://gerrit.libreoffice.org/46434 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> 2015-04-10Don't try to install LibreOffice on XP, if it was built with SDK 8.x or higherAndras Timar Change-Id: I79a357a51a3d98774745001d5f99b045ef964255 Reviewed-on: https://gerrit.libreoffice.org/15218 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> 2013-09-21fdo#58144 - disable the ARP 'Remove' button on Windows XPAndras Timar Windows installer on Windows XP cannot display messages, when the installer database is encoded in UTF-8 and support for CTL languages is not installed. This patch is a workaround, it disables the 'Remove' button in Control Panel's Add or Remove Programs applet, so the user has to choose 'Change', and has to uninstall LibreOffice with the Wizard, which does not exhibit the problem. Initially this bug was not expected, when we changed the enconding from legacy codepages to UTF-8 - I would say irreversibly. Then the severity of the bug was underestimated, because usually uninstallation needs no user interaction, so it does not matter, if the text is unreadable. However, in some circumstances uninstallation needs to reboot the computer, and the user needs to understand the question, whether to reboot now or later. Change-Id: I7d6b4e82cbe4142d23c29313e43a90fa43944b2f 2013-08-22fdo#65129 Windows Installer checks OS version before proceedingAndras Timar Change-Id: I827ecafe1a22c5ef860dea590799693525cec849 2012-09-08remove SelfReg table from MSIAndras Timar We did not use it, and it is not recommended to use it. See: http://msdn.microsoft.com/en-us/library/windows/desktop/aa371608%28v=vs.85%29.aspx Installation package authors are strongly advised against using self registration. Change-Id: I1dc9a5b66646c63d2ee9a672f045595e6bbb2f42 2012-08-13remove already removed SetInstallLocation from install sequencesAndras Timar Change-Id: I9a8e4a39ebc6d5f5a6092c58658f833b0f58d668 2012-06-21fdo#51270 fix RemoveExtensions custom actionAndras Timar FINDPRODUCT property was not available to this deferred custom action. Not to mention that registry keys are also deleted at his stage of uninstallation. The proper solution is to set the installation directory with a type 51 custom action, and pass it to RemoveExtensions custom action via CustomActionData property. Change-Id: I0ac18b3a0b19ff1a87bcf580fad9c7fdadb26f76 2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar Change-Id: Id68521b92f572366a68f35c09387a7ed45a835ff 2012-03-23old products are unconditionally removed, clean up unused codeAndras Timar