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
283e35f6
Kaydet (Commit)
283e35f6
authored
Agu 31, 2007
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark registry components as 64-bit on Win64.
üst
680d7bef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
msi.py
Tools/msi/msi.py
+6
-4
No files found.
Tools/msi/msi.py
Dosyayı görüntüle @
283e35f6
...
@@ -169,8 +169,10 @@ else:
...
@@ -169,8 +169,10 @@ else:
if
msilib
.
Win64
:
if
msilib
.
Win64
:
SystemFolderName
=
"[System64Folder]"
SystemFolderName
=
"[System64Folder]"
registry_component
=
4
|
256
else
:
else
:
SystemFolderName
=
"[SystemFolder]"
SystemFolderName
=
"[SystemFolder]"
registry_component
=
4
msilib
.
reset
()
msilib
.
reset
()
...
@@ -1063,15 +1065,15 @@ def add_registry(db):
...
@@ -1063,15 +1065,15 @@ def add_registry(db):
tcldata
=
[]
tcldata
=
[]
if
have_tcl
:
if
have_tcl
:
tcldata
=
[
tcldata
=
[
(
"REGISTRY.tcl"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
4
,
None
,
(
"REGISTRY.tcl"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
registry_component
,
None
,
"py.IDLE"
)]
"py.IDLE"
)]
add_data
(
db
,
"Component"
,
add_data
(
db
,
"Component"
,
# msidbComponentAttributesRegistryKeyPath = 4
# msidbComponentAttributesRegistryKeyPath = 4
[(
"REGISTRY"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
4
,
None
,
[(
"REGISTRY"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
registry_component
,
None
,
"InstallPath"
),
"InstallPath"
),
(
"REGISTRY.doc"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
4
,
None
,
(
"REGISTRY.doc"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
registry_component
,
None
,
"Documentation"
),
"Documentation"
),
(
"REGISTRY.def"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
4
,
(
"REGISTRY.def"
,
msilib
.
gen_uuid
(),
"TARGETDIR"
,
registry_component
,
None
,
None
)]
+
tcldata
)
None
,
None
)]
+
tcldata
)
# See "FeatureComponents Table".
# See "FeatureComponents Table".
# The association between TclTk and pythonw.exe is necessary to make ICE59
# The association between TclTk and pythonw.exe is necessary to make ICE59
...
...
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