summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-25 15:47:38 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-25 15:47:38 +0200
commitb63a5a9e8e235da89dcc6c721de93326f9975353 (patch)
tree9755b9b5ece4b94c04ec2ad3b94572611380bba9 /scp2
parentd3087ee5d37ab92486d624c81e24ebda92bef26c (diff)
parenta595ba001e9bcbf447083894380027230e0dfe50 (diff)
DEV300: merge 000330 till r. b727f1beb700
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/source/ooo/windowscustomaction_ooo.scp10
1 files changed, 10 insertions, 0 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp
index 568b3996a8b7..e129f147932a 100755
--- a/scp2/source/ooo/windowscustomaction_ooo.scp
+++ b/scp2/source/ooo/windowscustomaction_ooo.scp
@@ -401,6 +401,16 @@ WindowsCustomAction gid_Customaction_MigrateInstallPath
Assignment2 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH", "CostInitialize");
End
+WindowsCustomAction gid_Customaction_CompleteInstallPath
+ Name = "CompleteInstallPath";
+ Typ = "321";
+ Source = "shlxtmsi.dll";
+ Target = "CompleteInstallPath";
+ Inbinarytable = 1;
+ Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" And Not PATCH", "MigrateInstallPath");
+ Assignment2 = ("InstallUISequence", "Not REMOVE=\"ALL\" And Not PATCH", "MigrateInstallPath");
+End
+
WindowsCustomAction gid_Customaction_CheckVersions
Name = "CheckVersions";
Typ = "321";