diff options
author | Ingo Schmidt <is@openoffice.org> | 2011-03-09 13:43:38 +0100 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2011-03-09 13:43:38 +0100 |
commit | 1138fad1b357b5dba76670227e785565e42f164b (patch) | |
tree | 230a5d90b0b0c8b8b06e623ac972e1715e0475eb /scp2/source/ooo/windowscustomaction_ooo.scp | |
parent | 853a58836446858b75bf82916272e9fd27a7a892 (diff) |
native367: #o11840947# preparing OOO 3.4
Diffstat (limited to 'scp2/source/ooo/windowscustomaction_ooo.scp')
-rwxr-xr-x | scp2/source/ooo/windowscustomaction_ooo.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index 7bd6c18fae99..a4090b21e553 100755 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -474,8 +474,8 @@ WindowsCustomAction gid_Customaction_RebaseLibrariesonproperties Source = "rebase.dll"; Target = "RebaseLibrariesOnProperties"; Inbinarytable = 1; - Assignment1 = ("InstallExecuteSequence", "Not REMOVE=\"ALL\"", "end"); - Assignment2 = ("AdminExecuteSequence", "Not REMOVE=\"ALL\"", "end"); + Assignment1 = ("InstallExecuteSequence", "VersionNT < 600 And Not REMOVE=\"ALL\"", "end"); + Assignment2 = ("AdminExecuteSequence", "VersionNT < 600 And Not REMOVE=\"ALL\"", "end"); End WindowsCustomAction gid_Customaction_ShowSurvey |