Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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ç
Batuhan Osman TASKAYA
cpython
Commits
5ae56919
Kaydet (Commit)
5ae56919
authored
Eki 08, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25089: Adds logging to installer for case where launcher is not selected on upgrade.
üst
3cc6da2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
NEWS
Misc/NEWS
+3
-0
PythonBootstrapperApplication.cpp
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
+7
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
5ae56919
...
...
@@ -297,6 +297,9 @@ Build
Windows
-------
-
Issue
#
25089
:
Adds
logging
to
installer
for
case
where
launcher
is
not
selected
on
upgrade
.
-
Issue
#
25165
:
Windows
uninstallation
should
not
remove
launcher
if
other
versions
remain
...
...
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Dosyayı görüntüle @
5ae56919
...
...
@@ -687,6 +687,13 @@ public: // IBootstrapperApplication
if
(
hr
==
S_FALSE
)
{
hr
=
LoadLauncherStateFromKey
(
_engine
,
HKEY_LOCAL_MACHINE
);
}
if
(
FAILED
(
hr
))
{
BalLog
(
BOOTSTRAPPER_LOG_LEVEL_ERROR
,
"Failed to load launcher state: error code 0x%08X"
,
hr
);
}
}
else
if
(
BOOTSTRAPPER_RELATED_OPERATION_NONE
==
operation
)
{
if
(
_command
.
action
==
BOOTSTRAPPER_ACTION_INSTALL
)
{
LOC_STRING
*
pLocString
=
nullptr
;
...
...
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