diff options
author | Ingo Schmidt <is@openoffice.org> | 2010-11-09 13:25:59 +0100 |
---|---|---|
committer | Ingo Schmidt <is@openoffice.org> | 2010-11-09 13:25:59 +0100 |
commit | 4045178053cd4ffa4a3a9a22f7d83442297d8f52 (patch) | |
tree | e41946a368b92706e3e12b26c2c083ee9219666b /instsetoo_native/inc_sdkoo/windows | |
parent | c4ad88980fa74a5edfc670d2b158119ebc352357 (diff) |
native346 #i115376# making update process more flexible
Diffstat (limited to 'instsetoo_native/inc_sdkoo/windows')
-rw-r--r-- | instsetoo_native/inc_sdkoo/windows/msi_templates/AppSearc.idt | 2 | ||||
-rw-r--r-- | instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/AppSearc.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/AppSearc.idt index 41ff1521764a..9a3dac51143c 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/AppSearc.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/AppSearc.idt @@ -2,4 +2,6 @@ Property Signature_ s72 s72 AppSearch Property Signature_ INSTALLLOCATION basisinstalluser +INSTALLLOCATION basisinstalluser_ INSTALLLOCATION basisinstallmachine +INSTALLLOCATION basisinstallmachine_ diff --git a/instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt b/instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt index 5121f7870124..072fdcf6c291 100644 --- a/instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt +++ b/instsetoo_native/inc_sdkoo/windows/msi_templates/RegLocat.idt @@ -1,5 +1,7 @@ Signature_ Root Key Name Type s72 i2 s255 S255 I2 RegLocator Signature_ -basisinstalluser 1 Software\OpenOffice.org\LAYERNAMETEMPLATE\Basis\[OOOBASEVERSION] BASISINSTALLLOCATION 2 -basisinstallmachine 2 Software\OpenOffice.org\LAYERNAMETEMPLATE\Basis\[OOOBASEVERSION] BASISINSTALLLOCATION 2 +basisinstalluser 1 Software\OpenOffice.org\Layers\Basis\[OOOBASEVERSION] BASISINSTALLLOCATION 2 +basisinstalluser_ 1 Software\OpenOffice.org\Layers_\Basis\[OOOBASEVERSION] BASISINSTALLLOCATION 2 +basisinstallmachine 2 Software\OpenOffice.org\Layers\Basis\[OOOBASEVERSION] BASISINSTALLLOCATION 2 +basisinstallmachine_ 2 Software\OpenOffice.org\Layers_\Basis\[OOOBASEVERSION] BASISINSTALLLOCATION 2 |