Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
31693b55
Kaydet (Commit)
31693b55
authored
Kas 25, 2013
tarafından
Andre Fischer
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
123729: Removed support for unused scp style LAYERE_REGISTRY and last uses (already commented out).
üst
c9d10b16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
83 deletions
+0
-83
registryitem_ooo.scp
scp2/source/ooo/registryitem_ooo.scp
+0
-72
registry.pm
solenv/bin/modules/installer/windows/registry.pm
+0
-11
No files found.
scp2/source/ooo/registryitem_ooo.scp
Dosyayı görüntüle @
31693b55
...
@@ -325,78 +325,6 @@ RegistryItem gid_Regitem_Software_OpenOfficeorg_Ooobaseversion_Officeinstall
...
@@ -325,78 +325,6 @@ RegistryItem gid_Regitem_Software_OpenOfficeorg_Ooobaseversion_Officeinstall
Styles = (ALWAYS_REQUIRED);
Styles = (ALWAYS_REQUIRED);
End
End
//RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Productcode_Basisinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%PRODUCTCODE";
// ModuleID = gid_Module_Root;
// Name = "BASISINSTALLLOCATION";
// Value = "[INSTALLLOCATION]Basis\\";
// Styles = (LANGUAGEPACK,ALWAYS_REQUIRED);
//End
//RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Upgradecode_Basisinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%UPGRADECODE";
// ModuleID = gid_Module_Root;
// Name = "BASISINSTALLLOCATION";
// Value = "[INSTALLLOCATION]Basis\\";
// Styles = (LANGUAGEPACK,ALWAYS_REQUIRED);
//End
//RegistryItem gid_Regitem_Software_OpenOfficeorg_Ooobaseversion_Basisinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\OpenOffice\${REGISTRYLAYERNAME}\Basis\%OOOBASEVERSION";
// ModuleID = gid_Module_Root;
// Name = "BASISINSTALLLOCATION";
// Value = "[INSTALLLOCATION]Basis\\";
// Styles = (ALWAYS_REQUIRED,LAYER_REGISTRY,USE_OOOBASEVERSION);
//End
//RegistryItem gid_Regitem_Software_OpenOfficeorg_Ooobaseversion_Layer_Basisinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\OpenOffice\${REGISTRYLAYERNAME}\%PRODUCTNAME\%BRANDPACKAGEVERSION";
// ModuleID = gid_Module_Root;
// Name = "BASISINSTALLLOCATION";
// Value = "[INSTALLLOCATION]Basis\\";
// Styles = (ALWAYS_REQUIRED);
//End
//RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Productcode_Ureinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%PRODUCTCODE";
// ModuleID = gid_Module_Root;
// Name = "UREINSTALLLOCATION";
// Value = "[INSTALLLOCATION]URE\\";
// Styles = (LANGUAGEPACK,ALWAYS_REQUIRED);
//End
//RegistryItem gid_Regitem_Software_Manufacturer_Productname_Productversion_Upgradecode_Ureinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\%MANUFACTURER\%PRODUCTNAME%PRODUCTADDON\%PRODUCTVERSION\%UPGRADECODE";
// ModuleID = gid_Module_Root;
// Name = "UREINSTALLLOCATION";
// Value = "[INSTALLLOCATION]URE\\";
// Styles = (LANGUAGEPACK,ALWAYS_REQUIRED);
//End
//RegistryItem gid_Regitem_Software_OpenOfficeorg_Ooobaseversion_Ureinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\OpenOffice\${REGISTRYLAYERNAME}\URE\%URELAYERVERSION";
// ModuleID = gid_Module_Root;
// Name = "UREINSTALLLOCATION";
// Value = "[INSTALLLOCATION]URE\\";
// Styles = (ALWAYS_REQUIRED,LAYER_REGISTRY,USE_URELAYERVERSION);
//End
//RegistryItem gid_Regitem_Software_OpenOfficeorg_Ooobaseversion_Layer_Ureinstall
// ParentID = PREDEFINED_HKEY_LOCAL_MACHINE;
// Subkey = "Software\OpenOffice\${REGISTRYLAYERNAME}\%PRODUCTNAME\%BRANDPACKAGEVERSION";
// ModuleID = gid_Module_Root;
// Name = "UREINSTALLLOCATION";
// Value = "[INSTALLLOCATION]URE\\";
// Styles = (ALWAYS_REQUIRED);
//End
RegistryItem gid_Regitem_Sog
RegistryItem gid_Regitem_Sog
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
ParentID = PREDEFINED_HKEY_CLASSES_ROOT;
Subkey = ".sog";
Subkey = ".sog";
...
...
solenv/bin/modules/installer/windows/registry.pm
Dosyayı görüntüle @
31693b55
...
@@ -77,17 +77,6 @@ sub get_registry_component_name
...
@@ -77,17 +77,6 @@ sub get_registry_component_name
my
$styles
=
""
;
my
$styles
=
""
;
if
(
$registryref
->
{
'Styles'
}
)
{
$styles
=
$registryref
->
{
'Styles'
};
}
if
(
$registryref
->
{
'Styles'
}
)
{
$styles
=
$registryref
->
{
'Styles'
};
}
# Layer links must have unique Component GUID for all products. This is necessary, because only the
# uninstallation of the last product has to delete registry keys.
if
(
$styles
=~
/\bLAYER_REGISTRY\b/
)
{
$componentname
=
"g_m_root_registry_layer_ooo_reglayer"
;
# Styles USE_URELAYERVERSION, USE_OOOBASEVERSION
if
(
$styles
=~
/\bUSE_URELAYERVERSION\b/
)
{
$addon
=
"_ure_"
.
$allvariables
->
{
'URELAYERVERSION'
};
}
if
(
$styles
=~
/\bUSE_OOOBASEVERSION\b/
)
{
$addon
=
"_basis_"
.
$allvariables
->
{
'OOOBASEVERSION'
};
}
$addon
=~
s/\.//g
;
}
$componentname
=
$componentname
.
$addon
;
$componentname
=
$componentname
.
$addon
;
if
((
$styles
=~
/\bLANGUAGEPACK\b/
)
&&
(
$
installer::globals::
languagepack
))
{
$componentname
=
$componentname
.
"_lang"
;
}
if
((
$styles
=~
/\bLANGUAGEPACK\b/
)
&&
(
$
installer::globals::
languagepack
))
{
$componentname
=
$componentname
.
"_lang"
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment