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
616ac231
Kaydet (Commit)
616ac231
authored
Mar 14, 2005
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add more UUIDs. Update custom actions for Itanium
üst
d84b9d30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
msi.py
Tools/msi/msi.py
+13
-2
No files found.
Tools/msi/msi.py
Dosyayı görüntüle @
616ac231
...
@@ -81,6 +81,11 @@ product_codes = {
...
@@ -81,6 +81,11 @@ product_codes = {
'2.4.121'
:
'{75508821-a8e9-40a8-95bd-dbe6033ddbea}'
,
# 2.4c1
'2.4.121'
:
'{75508821-a8e9-40a8-95bd-dbe6033ddbea}'
,
# 2.4c1
'2.4.122'
:
'{83a9118b-4bdd-473b-afc3-bcb142feca9e}'
,
# 2.4c2
'2.4.122'
:
'{83a9118b-4bdd-473b-afc3-bcb142feca9e}'
,
# 2.4c2
'2.4.150'
:
'{82d9302e-f209-4805-b548-52087047483a}'
,
# 2.4.0
'2.4.150'
:
'{82d9302e-f209-4805-b548-52087047483a}'
,
# 2.4.0
'2.4.1121'
:
'{be027411-8e6b-4440-a29b-b07df0690230}'
,
# 2.4.1c1
'2.4.1122'
:
'{02818752-48bf-4074-a281-7a4114c4f1b1}'
,
# 2.4.1c2
'2.4.1150'
:
'{4d4f5346-7e4a-40b5-9387-fdb6181357fc}'
,
# 2.4.1
'2.4.2121'
:
'{5ef9d6b6-df78-45d2-ab09-14786a3c5a99}'
,
# 2.4.2c1
'2.4.2150'
:
'{b191e49c-ea23-43b2-b28a-14e0784069b8}'
,
# 2.4.2
}
}
if
snapshot
:
if
snapshot
:
...
@@ -346,11 +351,17 @@ def add_ui(db):
...
@@ -346,11 +351,17 @@ def add_ui(db):
raise
"'nmake /f msisupport.mak' failed"
raise
"'nmake /f msisupport.mak' failed"
add_data
(
db
,
"Binary"
,
[(
"Script"
,
msilib
.
Binary
(
"msisupport.dll"
))])
add_data
(
db
,
"Binary"
,
[(
"Script"
,
msilib
.
Binary
(
"msisupport.dll"
))])
# See "Custom Action Type 1"
# See "Custom Action Type 1"
if
msilib
.
Win64
:
CheckDir
=
"CheckDir"
UpdateEditIdle
=
"UpdateEditIDLE"
else
:
CheckDir
=
"_CheckDir@4"
UpdateEditIDLE
=
"_UpdateEditIDLE@4"
add_data
(
db
,
"CustomAction"
,
add_data
(
db
,
"CustomAction"
,
[(
"CheckDir"
,
1
,
"Script"
,
"_CheckDir@4"
)])
[(
"CheckDir"
,
1
,
"Script"
,
CheckDir
)])
if
have_tcl
:
if
have_tcl
:
add_data
(
db
,
"CustomAction"
,
add_data
(
db
,
"CustomAction"
,
[(
"UpdateEditIDLE"
,
1
,
"Script"
,
"_UpdateEditIDLE@4"
)])
[(
"UpdateEditIDLE"
,
1
,
"Script"
,
UpdateEditIDLE
)])
# UI customization properties
# UI customization properties
add_data
(
db
,
"Property"
,
add_data
(
db
,
"Property"
,
...
...
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