diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 12:39:30 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-05 12:39:30 +0000 |
commit | e02b4a2fc5840519f14f8678a0d7249c4ba0ea4d (patch) | |
tree | 14cd8e8adf76ab083f85c897e2dac7fe46812862 /instsetoo_native | |
parent | b9d3235de61a599377359b3f920f21f1ddb7c28c (diff) |
INTEGRATION: CWS native127 (1.4.162); FILE MERGED
2008/01/28 16:04:03 is 1.4.162.1: #i85474# avoid deselection of all application modules and language modules
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt index f68b04b8a305..dd128b2f6dcb 100644 --- a/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt +++ b/instsetoo_native/inc_openoffice/windows/msi_templates/CustomAc.idt @@ -8,3 +8,7 @@ setUserProfileNT 51 USERPROFILE [%USERPROFILE] SetARPInstallLocation 51 ARPINSTALLLOCATION [INSTALLLOCATION] NewProductFound 19 OOO_CUSTOMACTION_1 SameProductFound 19 OOO_CUSTOMACTION_2 +SetLanguageSelected 51 LANG_SELECTED 1 +ResetLanguageSelected 51 LANG_SELECTED 0 +SetApplicationSelected 51 APP_SELECTED 1 +ResetApplicationSelected 51 APP_SELECTED 0 |