summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorTobias Krause <tkr@openoffice.org>2009-11-02 12:39:18 +0000
committerTobias Krause <tkr@openoffice.org>2009-11-02 12:39:18 +0000
commitd54300f11f6471b90ffa748cff23fded795b3953 (patch)
tree65398f83bf6053f3a859eb83f57bfb0c79668771 /scp2/source
parent868e711374aaea6826d1e1bd9c1c4dc04d4e7adb (diff)
#105892# adjust customaction conditions
Diffstat (limited to 'scp2/source')
-rwxr-xr-xscp2/source/ooo/windowscustomaction_ooo.scp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp
index 313ee70fd96a..b4ddac39799b 100755
--- a/scp2/source/ooo/windowscustomaction_ooo.scp
+++ b/scp2/source/ooo/windowscustomaction_ooo.scp
@@ -81,7 +81,7 @@ WindowsCustomAction gid_Customaction_Reg64dll1
Source = "reg64msi.dll";
Target = "InstallReg64";
Inbinarytable = 1;
- Assignment1 = ("InstallExecuteSequence", "Not Installed and VersionNT64", "end");
+ Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\" and VersionNT64", "end");
End
WindowsCustomAction gid_Customaction_Reg64dll2
@@ -90,7 +90,7 @@ WindowsCustomAction gid_Customaction_Reg64dll2
Source = "reg64msi.dll";
Target = "DeinstallReg64";
Inbinarytable = 1;
- Assignment1 = ("InstallExecuteSequence", "Installed and VersionNT64", "end");
+ Assignment1 = ("InstallExecuteSequence", "REMOVE=\"ALL\" and VersionNT64", "end");
End
WindowsCustomAction gid_Customaction_Jfregcadll1