summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorJoachim Lingner <jl@openoffice.org>2010-07-14 09:23:58 +0200
committerJoachim Lingner <jl@openoffice.org>2010-07-14 09:23:58 +0200
commita8d677dd6fe5b382821f97a1fd80ce61431febbf (patch)
tree3080f53a99b4fb499a5c3c096f73cf294c1aab98 /scp2/source
parentbde51d314523b7b9f4934c21a9d4f4612a57b36e (diff)
jl154 #162868# windows custom action for running unopkg sync
Diffstat (limited to 'scp2/source')
-rwxr-xr-xscp2/source/ooo/windowscustomaction_ooo.scp9
1 files changed, 9 insertions, 0 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp
index f3f9306bf42f..6ae56be39e5f 100755
--- a/scp2/source/ooo/windowscustomaction_ooo.scp
+++ b/scp2/source/ooo/windowscustomaction_ooo.scp
@@ -209,6 +209,15 @@ WindowsCustomAction gid_Customaction_Register_Extensions
Assignment2 = ("AdminExecuteSequence", "Not REMOVE=\"ALL\"", "end");
End
+WindowsCustomAction gid_Customaction_Remove_Extensions
+ Name = "RemoveExtensions";
+ Typ = "65";
+ Source = "shlxtmsi.dll";
+ Target = "RemoveExtensions";
+ Inbinarytable = 1;
+ Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\"", "end");
+End
+
WindowsCustomAction gid_Customaction_Set_Admininstall
Name = "SetAdminInstallProperty";
Typ = "65";