diff options
author | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-05-18 10:28:01 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de> | 2022-05-18 22:50:53 +0200 |
commit | 955fd1c534c061b3b6992dfe034b62b46ee2e844 (patch) | |
tree | a47a8300087ff164090a10a771dddef1d7bf157d /solenv | |
parent | 33339778c83f2e2d06e302f392d3ae36ee886e8f (diff) |
tdf#149106 Remove RenamePrgFolder and RemovePrgFolder custom msi actions
This duplicates MSI functionality - if a folder cannot be written,
MSI should request a reboot automatically.
See https://bugs.documentfoundation.org/show_bug.cgi?id=149106#c17 for details.
Change-Id: I65f295ff6e3bb22afc616feb2ba529413f3e24c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134513
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Tested-by: Jenkins
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/clang-format/excludelist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 14e57ef6f081..48e4c4855d01 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -10319,7 +10319,6 @@ setup_native/source/win32/customactions/shellextensions/migrateinstallpath.cxx setup_native/source/win32/customactions/shellextensions/shlxtmsi.hxx setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx setup_native/source/win32/customactions/shellextensions/upgrade.cxx -setup_native/source/win32/customactions/shellextensions/vistaspecial.cxx setup_native/source/win32/customactions/tools/checkversion.cxx setup_native/source/win32/customactions/tools/seterror.cxx setup_native/source/win32/customactions/tools/seterror.hxx |