diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 12:54:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 12:54:03 +0000 |
commit | bd4626e3a5db647fe0886ce29b9e7cb7e248a655 (patch) | |
tree | de8557505338008ccea4d1316e42c2dee21cd139 /scp2 | |
parent | e243ac4c21b16d6007b19c63346ac3aab5bd391f (diff) |
INTEGRATION: CWS native69 (1.12.36); FILE MERGED
2006/10/05 10:02:08 is 1.12.36.1: #141136# checking conditions for showing online update dialog in installation wizard
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/source/ooo/windowscustomaction_ooo.scp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scp2/source/ooo/windowscustomaction_ooo.scp b/scp2/source/ooo/windowscustomaction_ooo.scp index d0e76bbb4a26..ceb4ba63aa16 100755 --- a/scp2/source/ooo/windowscustomaction_ooo.scp +++ b/scp2/source/ooo/windowscustomaction_ooo.scp @@ -4,9 +4,9 @@ * * $RCSfile: windowscustomaction_ooo.scp,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2006-10-27 12:12:08 $ + * last change: $Author: vg $ $Date: 2006-11-01 13:54:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -285,6 +285,15 @@ WindowsCustomAction gid_Customaction_Patch_SetFeatureState Assignment1 = ("InstallExecuteSequence", "Not Installed", "SetNewFeatureState"); End +WindowsCustomAction gid_Customaction_Patch_ShowOnlineUpdateDialog + Name = "ShowOnlineUpdateDialog"; + Typ = "65"; + Source = "patchmsi.dll"; + Target = "ShowOnlineUpdateDialog"; + Inbinarytable = 1; + Assignment1 = ("ControlEvent", "DestinationFolder", "Next", "DoAction", "ShowOnlineUpdateDialog", "1", "0"); +End + WindowsCustomAction gid_Customaction_Patch_DeinstallExchangeFiles Name = "DeinstallExchangeFiles"; Typ = "65"; |