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
d6c580cb
Kaydet (Commit)
d6c580cb
authored
Eyl 09, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #25144: Ensures TargetDir is set before continuing with custom install.
üst
5272868e
c87ae806
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
NEWS
Misc/NEWS
+3
-0
PythonBootstrapperApplication.cpp
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
+3
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
d6c580cb
...
...
@@ -333,6 +333,9 @@ Build
Windows
-------
- Issue #25144: Ensures TargetDir is set before continuing with custom
install.
- Issue #1602: Windows console doesn'
t
input
or
print
Unicode
(
PEP
528
)
-
Issue
#
27781
:
Change
file
system
encoding
on
Windows
to
UTF
-
8
(
PEP
529
)
...
...
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Dosyayı görüntüle @
d6c580cb
...
...
@@ -323,6 +323,9 @@ class PythonBootstrapperApplication : public CBalBaseBootstrapperApplication {
case
ID_CUSTOM_INSTALL_BUTTON
:
SavePageSettings
();
hr
=
EnsureTargetDir
();
ExitOnFailure
(
hr
,
L"Failed to set TargetDir"
);
hr
=
BalGetStringVariable
(
L"TargetDir"
,
&
targetDir
);
if
(
SUCCEEDED
(
hr
))
{
// TODO: Check whether directory exists and contains another installation
...
...
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