diff options
author | Andras Timar <atimar@suse.com> | 2012-03-20 14:05:36 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-03-20 14:23:22 +0100 |
commit | dd27492325a073b0a72d751635226cf4130af474 (patch) | |
tree | 3ee26351607aca74affa0d8bcfa8ec563a838a2a /instsetoo_native/inc_openoffice | |
parent | 33a805ebcf1fa1e86854a0af4f90834a31e4ec0d (diff) |
LibreOffice installer does not need Serial number
Diffstat (limited to 'instsetoo_native/inc_openoffice')
3 files changed, 0 insertions, 7 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf index 8d351fdf7855..90d331e3a923 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf +++ b/instsetoo_native/inc_openoffice/windows/msi_languages/Control.ulf @@ -100,9 +100,6 @@ en-US = "&User Name:" [OOO_CONTROL_43] en-US = "&Next >" -[OOO_CONTROL_45] -en-US = "&Serial Number:" - [OOO_CONTROL_46] en-US = "< &Back" diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt index a3a834713037..f189c8ade1e4 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -61,8 +61,6 @@ CustomerInformation NameEdit Edit 21 63 237 17 3 USERNAME OOO_CONTROL_41 Company CustomerInformation NameLabel Text 21 52 75 10 3 OOO_CONTROL_42 NameEdit CustomerInformation Next PushButton 230 243 66 17 3 OOO_CONTROL_43 Cancel CustomerInformation RadioGroup RadioButtonGroup 63 170 300 50 3 ApplicationUsers Back -CustomerInformation SerialLabel Text 21 127 109 10 2 OOO_CONTROL_45 SerialNumber -CustomerInformation SerialNumber MaskedEdit 21 138 237 17 2 ISX_SERIALNUM RadioGroup CustomSetup Back PushButton 164 243 66 17 3 OOO_CONTROL_46 Next CustomSetup Banner Bitmap 297 0 77 44 1 BannerBmp CustomSetup BannerLine Line 0 44 374 0 1 diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt index f335fb6828e1..62a057e333ff 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt @@ -7,8 +7,6 @@ CustomerInformation DlgRadioGroupText Hide Version9X CustomerInformation RadioGroup Hide NOT Privileged CustomerInformation RadioGroup Hide ProductState > 0 CustomerInformation RadioGroup Hide Version9X -CustomerInformation SerialLabel Show SERIALNUMSHOW -CustomerInformation SerialNumber Show SERIALNUMSHOW CustomSetup ChangeFolder Hide Installed CustomSetup Details Hide Installed CustomSetup InstallLabel Hide Installed |