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
beb0f1d4
Kaydet (Commit)
beb0f1d4
authored
Eyl 08, 2016
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Adds MAX_PATH button to the installer.
üst
47ff0734
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
Default.thm
Tools/msi/bundle/Default.thm
+4
-3
Default.wxl
Tools/msi/bundle/Default.wxl
+3
-0
PythonBootstrapperApplication.cpp
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
+0
-0
No files found.
Tools/msi/bundle/Default.thm
Dosyayı görüntüle @
beb0f1d4
...
...
@@ -116,10 +116,11 @@
<Text
X=
"185"
Y=
"11"
Width=
"-11"
Height=
"36"
FontId=
"1"
DisablePrefix=
"yes"
>
#(loc.SuccessHeader)
</Text>
<Image
X=
"0"
Y=
"0"
Width=
"178"
Height=
"382"
ImageFile=
"SideBar.png"
/>
<Hypertext
Name=
"SuccessText"
X=
"205"
Y=
"71"
Width=
"-
31"
Height=
"10
0"
FontId=
"3"
DisablePrefix=
"yes"
></Hypertext>
<Hypertext
Name=
"SuccessText"
X=
"205"
Y=
"71"
Width=
"-
71"
Height=
"15
0"
FontId=
"3"
DisablePrefix=
"yes"
></Hypertext>
<Text
Name=
"SuccessRestartText"
X=
"205"
Y=
"-100"
Width=
"-11"
Height=
"34"
FontId=
"3"
HideWhenDisabled=
"yes"
DisablePrefix=
"yes"
>
#(loc.SuccessRestartText)
</Text>
<Button
Name=
"LaunchButton"
X=
"185"
Y=
"-50"
Width=
"-11"
Height=
"59"
TabStop=
"yes"
FontId=
"3"
HexStyle=
"0xF"
HideWhenDisabled=
"yes"
>
#(loc.SuccessLaunchButton)
</Button>
<Button
Name=
"SuccessMaxPathButton"
X=
"185"
Y=
"-70"
Width=
"-11"
Height=
"81"
TabStop=
"yes"
FontId=
"3"
HexStyle=
"0xE"
HideWhenDisabled=
"yes"
>
#(loc.SuccessMaxPathButton)
</Button>
<Text
Name=
"SuccessRestartText"
X=
"205"
Y=
"-40"
Width=
"-11"
Height=
"34"
FontId=
"3"
HideWhenDisabled=
"yes"
DisablePrefix=
"yes"
>
#(loc.SuccessRestartText)
</Text>
<Button
Name=
"SuccessRestartButton"
X=
"-101"
Y=
"-11"
Width=
"85"
Height=
"27"
TabStop=
"yes"
FontId=
"0"
HideWhenDisabled=
"yes"
>
#(loc.SuccessRestartButton)
</Button>
<Button
Name=
"SuccessCancelButton"
X=
"-11"
Y=
"-11"
Width=
"85"
Height=
"27"
TabStop=
"yes"
FontId=
"0"
>
#(loc.CloseButton)
</Button>
</Page>
...
...
Tools/msi/bundle/Default.wxl
Dosyayı görüntüle @
beb0f1d4
...
...
@@ -132,4 +132,7 @@ Please <a href="https://www.bing.com/search?q=how%20to%20install%20windows%20
<String
Id=
"FailureXPOrEarlier"
>
Windows Vista or later is required to install and use [WixBundleName].
Visit
<
a href="https://www.python.org/"
>
python.org
<
/a
>
to download Python 3.4.
</String>
<String
Id=
"SuccessMaxPathButton"
>
Disable path length limit
</String>
<String
Id=
"SuccessMaxPathButtonNote"
>
Changes your machine configuration to allow programs, including Python, to bypass the 260 character "MAX_PATH" limitation.
</String>
</WixLocalization>
Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
Dosyayı görüntüle @
beb0f1d4
This diff is collapsed.
Click to expand it.
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