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 /scp2 | |
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 'scp2')
-rw-r--r-- | scp2/source/ooo/windowscustomaction_ooo.scp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 116b437b1ed3..41b78daad13b 100644 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -18,24 +18,6 @@ #include "macros.inc" -WindowsCustomAction gid_Customaction_RenamePrgFolder - Name = "RenamePrgFolder"; - Typ = "1"; - Source = "shlxtmsi.dll"; - Target = "RenamePrgFolder"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "OLDPRODUCTS And Not REMOVE=\"ALL\" And Not PATCH", "ValidateProductID"); -End - -WindowsCustomAction gid_Customaction_RemovePrgFolder - Name = "RemovePrgFolder"; - Typ = "1"; - Source = "shlxtmsi.dll"; - Target = "RemovePrgFolder"; - Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "OLDPRODUCTS And Not REMOVE=\"ALL\" And Not PATCH", "end"); -End - WindowsCustomAction gid_Customaction_Regallmsdocdll Name = "Regallmsdocdll"; Typ = "65"; |