diff options
author | Andras Timar <atimar@suse.com> | 2012-03-23 09:59:40 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-23 11:45:18 +0100 |
commit | af4c27b71a5bc178c69365364d101d9c29e38957 (patch) | |
tree | ba6d5091250ae87789aa127cbdbf785fb00fe4b1 /instsetoo_native/inc_sdkoo/windows | |
parent | 76876513479522b37c9047a418521624e27afff6 (diff) |
remove unused DatabaseFolder dialog from MSI
Diffstat (limited to 'instsetoo_native/inc_sdkoo/windows')
3 files changed, 0 insertions, 20 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt index 0219c84482f4..123a43152238 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Control.idt @@ -95,20 +95,6 @@ CustomSetupTips InstallText Text 60 105 300 20 3 OOO_CONTROL_69 CustomSetupTips MenuText Text 50 52 300 36 3 OOO_CONTROL_70 CustomSetupTips OK PushButton 301 243 66 17 3 OOO_CONTROL_72 CustomSetupTips PartialText Text 60 130 300 20 3 OOO_CONTROL_73 -DatabaseFolder Back PushButton 164 243 66 17 3 OOO_CONTROL_74 Next -DatabaseFolder Banner Bitmap 297 0 77 44 1 BannerBmp -DatabaseFolder BannerLine Line 0 44 374 0 1 -DatabaseFolder Branding1 Text 4 229 92 13 3 {&MSSWhiteSerif8}[ProductName] -DatabaseFolder Branding2 Text 3 228 92 13 65537 [ProductName] -DatabaseFolder Cancel PushButton 301 243 66 17 3 OOO_CONTROL_77 ChangeFolder -DatabaseFolder ChangeFolder PushButton 301 65 66 17 3 OOO_CONTROL_78 Back -DatabaseFolder DatabaseFolder Icon 21 52 24 24 5242881 OpenFolderIco -DatabaseFolder DlgDesc Text 21 23 272 25 65539 OOO_CONTROL_79 -DatabaseFolder DlgLine Line 95 234 279 0 1 -DatabaseFolder DlgTitle Text 13 6 280 25 65539 OOO_CONTROL_80 -DatabaseFolder Location Text 57 65 240 40 3 _BrowseProperty OOO_CONTROL_81 -DatabaseFolder LocLabel Text 57 52 290 10 3 OOO_CONTROL_82 -DatabaseFolder Next PushButton 230 243 66 17 3 OOO_CONTROL_83 Cancel DestinationFolder Back PushButton 164 243 66 17 3 OOO_CONTROL_84 Next DestinationFolder Banner Bitmap 297 0 77 44 1 BannerBmp DestinationFolder BannerLine Line 0 44 374 0 1 diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt index e0476e9c2d4c..6bd5f27f6277 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/ControlE.idt @@ -32,11 +32,6 @@ CustomSetup Next [_IsSetupTypeMin] Custom 1 0 CustomSetup Next NewDialog OutOfSpace OutOfNoRbDiskSpace = 1 0 CustomSetup Next NewDialog ReadyToInstall OutOfNoRbDiskSpace <> 1 0 CustomSetupTips OK EndDialog Return 1 1 -DatabaseFolder Back NewDialog CustomerInformation 1 1 -DatabaseFolder Cancel SpawnDialog CancelSetup 1 1 -DatabaseFolder ChangeFolder [_BrowseProperty] DATABASEDIR 1 2 -DatabaseFolder ChangeFolder SpawnDialog InstallChangeFolder 1 1 -DatabaseFolder Next NewDialog SetupType 1 1 DestinationFolder Back NewDialog InstallWelcome 1 0 DestinationFolder Cancel SpawnDialog CancelSetup 1 1 DestinationFolder ChangeFolder [_BrowseProperty] INSTALLLOCATION 1 2 diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt index b3e2cdb095ee..2ffb005a91b4 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/Dialog.idt @@ -8,7 +8,6 @@ CancelSetup 50 50 260 85 3 [ProductName] [Setup] No No No CustomerInformation 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] NameLabel Next Cancel CustomSetup 50 50 374 266 35 [ProductName] - [STR_INSTALLATION_WIZARD] Tree Next Cancel CustomSetupTips 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] OK OK OK -DatabaseFolder 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] Next Next Cancel DestinationFolder 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] Next Next Cancel DiskSpaceRequirements 50 50 374 266 3 [ProductName] - [STR_INSTALLATION_WIZARD] OK OK OK FilesInUse 50 50 374 266 19 [ProductName] - [STR_INSTALLATION_WIZARD] Retry Retry Exit |