diff options
author | Matthias Seidel <mseidel@apache.org> | 2017-11-15 17:24:08 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2017-11-15 17:24:08 +0000 |
commit | 9f84f56c9103c1228cd09dbb83395dbac2a8f52c (patch) | |
tree | aaef6777120444866b12bb9258bb2e0561db2d41 /instsetoo_native | |
parent | 69907f2b899746c4dff0879ada9388e36f5d1c56 (diff) |
Removed unused (and invisible) field for serial number from Windows installer
Notes
Notes:
ignore: aoo
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt | 4 | ||||
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/ControlC.idt | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt index de216916aaab..88b8c9fb804e 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/Control.idt @@ -45,7 +45,7 @@ CustomerInformation Back PushButton 164 243 66 17 3 OOO_CONTROL_32 Next CustomerInformation Banner Bitmap 0 0 374 44 1 BannerBmp CustomerInformation BannerLine Line 0 44 376 0 1 CustomerInformation Cancel PushButton 301 243 66 17 3 OOO_CONTROL_35 NameLabel -CustomerInformation CompanyEdit Edit 21 100 249 17 3 COMPANYNAME OOO_CONTROL_36 SerialLabel +CustomerInformation CompanyEdit Edit 21 100 249 17 3 COMPANYNAME OOO_CONTROL_36 RadioGroup CustomerInformation CompanyLabel Text 21 89 75 10 3 OOO_CONTROL_37 CompanyEdit CustomerInformation DlgDesc Text 21 23 249 25 65539 OOO_CONTROL_38 CustomerInformation DlgLine Line 0 234 376 0 1 @@ -55,8 +55,6 @@ CustomerInformation NameEdit Edit 21 63 249 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 0 0 374 44 1 BannerBmp CustomSetup BannerLine Line 0 44 376 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 |