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
73ec8371
Kaydet (Commit)
73ec8371
authored
Agu 02, 2012
tarafından
Eilidh McAdam
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Installer logic changed call msi functions on request
Change-Id: Ic73825cab20bd9e56be69531cba6452fe0202b72
üst
013d1e01
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
make_installer.pl
solenv/bin/make_installer.pl
+2
-2
No files found.
solenv/bin/make_installer.pl
Dosyayı görüntüle @
73ec8371
...
...
@@ -604,7 +604,7 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
my
$allupdatelastsequences
=
""
;
my
$allupdatediskids
=
""
;
if
(
$
installer::globals::
iswindowsbuild
)
if
(
$
installer::globals::
iswindowsbuild
||
$
installer::globals::
packageformat
eq
'msi'
)
{
if
(
$allvariableshashref
->
{
'UPDATE_DATABASE'
}
)
{
...
...
@@ -625,7 +625,7 @@ for ( my $n = 0; $n <= $#installer::globals::languageproducts; $n++ )
if
(
!
(
$
installer::globals::
is_copy_only_project
))
{
if
((
$
installer::globals::
iswindowsbuild
)
&&
(
$
installer::globals::
packageformat
ne
"archive"
)
&&
(
$
installer::globals::
packageformat
ne
"installed"
)
)
if
((
(
$
installer::globals::
iswindowsbuild
)
&&
(
$
installer::globals::
packageformat
ne
"archive"
)
&&
(
$
installer::globals::
packageformat
ne
"installed"
)
)
||
$
insaller::globals::
packageformat
eq
'msi'
)
{
installer::windows::msiglobal::
set_global_code_variables
(
$languagesarrayref
,
$languagestringref
,
$allvariableshashref
,
$alloldproperties
);
}
...
...
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