summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorIngo Schmidt <is@openoffice.org>2010-07-30 13:49:54 +0200
committerIngo Schmidt <is@openoffice.org>2010-07-30 13:49:54 +0200
commitd070c1a0ff7e986e4b541549eab9ce373f756f72 (patch)
tree77978c62df90fd1dd6ee64ce16319152f6cb0a8f /scp2
parent9fb75fb322f93b9c73da4d467c44b4f08a468853 (diff)
native323 #i113447# setting Windows update path correctly
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";