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
e9ae8340
Kaydet (Commit)
e9ae8340
authored
Mar 21, 2015
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update Wix version and fixes wxs file.
üst
39dadf7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
get_wix.py
Tools/msi/get_wix.py
+1
-1
launcher_reg.wxs
Tools/msi/launcher/launcher_reg.wxs
+2
-2
No files found.
Tools/msi/get_wix.py
Dosyayı görüntüle @
e9ae8340
...
...
@@ -22,7 +22,7 @@ if not EXTERNALS_DIR:
print
(
"Cannot find project root"
)
sys
.
exit
(
1
)
WIX_BINARIES_ZIP
=
'http://wixtoolset.org/downloads/v3.10.0.1
403
/wix310-binaries.zip'
WIX_BINARIES_ZIP
=
'http://wixtoolset.org/downloads/v3.10.0.1
519
/wix310-binaries.zip'
TARGET_BIN_ZIP
=
EXTERNALS_DIR
/
"wix.zip"
TARGET_BIN_DIR
=
EXTERNALS_DIR
/
"wix"
...
...
Tools/msi/launcher/launcher_reg.wxs
Dosyayı görüntüle @
e9ae8340
...
...
@@ -28,14 +28,14 @@
<RegistryValue
Root=
"HKCR"
Key=
"$(var.TestPrefix)Python.CompiledFile\shellex\DropHandler"
Value=
"{60254CA5-953B-11CF-8C96-00AA00B8708C}"
Type=
"string"
/>
<ProgId
Id=
"$(var.TestPrefix)Python.ArchiveFile"
Description=
"!(loc.PythonArchiveFileDescription)"
Advertise=
"no"
Icon=
"py.exe"
IconIndex=
"1"
>
<Extension
Id=
"$(var.
ArchiveFileExtension)
"
ContentType=
"application/x-zip-compressed"
>
<Extension
Id=
"$(var.
FileExtension)z
"
ContentType=
"application/x-zip-compressed"
>
<Verb
Id=
"open"
TargetFile=
"py.exe"
Argument=
""%L" %*"
/>
</Extension>
</ProgId>
<RegistryValue
Root=
"HKCR"
Key=
"$(var.TestPrefix)Python.ArchiveFile\shellex\DropHandler"
Value=
"{60254CA5-953B-11CF-8C96-00AA00B8708C}"
Type=
"string"
/>
<ProgId
Id=
"$(var.TestPrefix)Python.NoConArchiveFile"
Description=
"!(loc.PythonNoConArchiveFileDescription)"
Advertise=
"no"
Icon=
"py.exe"
IconIndex=
"1"
>
<Extension
Id=
"$(var.
ArchiveFileExtension)
w"
ContentType=
"application/x-zip-compressed"
>
<Extension
Id=
"$(var.
FileExtension)z
w"
ContentType=
"application/x-zip-compressed"
>
<Verb
Id=
"open"
TargetFile=
"pyw.exe"
Argument=
""%L" %*"
/>
</Extension>
</ProgId>
...
...
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