diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-01 10:21:14 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-01 10:21:14 +0000 |
commit | 235c660f18be2a52d3f316a34defcf55e4ed91ad (patch) | |
tree | dd420db9512e49300012ecba42d02d74240de0b0 /instsetoo_native/inc_sdkoo | |
parent | e8d2e87feb06b4694c1e4fc1a7cd1876bc8918eb (diff) |
INTEGRATION: CWS native177 (1.5.4); FILE MERGED
2008/07/23 13:42:16 is 1.5.4.1: #i92029# adding events for buttons
Diffstat (limited to 'instsetoo_native/inc_sdkoo')
-rw-r--r-- | instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt index c015497810cb..332945b50bdb 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt @@ -48,6 +48,10 @@ DiskSpaceRequirements OK EndDialog Return 1 0 FilesInUse Exit EndDialog Exit 1 0 FilesInUse Ignore EndDialog Ignore 1 0 FilesInUse Retry EndDialog Retry 1 0 +FileTypeDialog Back NewDialog CustomSetup Installed OR _IsSetupTypeMin = "Custom" 2 +FileTypeDialog Back NewDialog SetupType NOT Installed AND _IsSetupTypeMin <> "Custom" 1 +FileTypeDialog Cancel SpawnDialog CancelSetup 1 0 +FileTypeDialog Next NewDialog ReadyToInstall 1 0 InstallChangeFolder Cancel EndDialog Return 1 2 InstallChangeFolder Cancel Reset 0 1 1 InstallChangeFolder NewFolder DirectoryListNew 0 1 0 |