diff options
Diffstat (limited to 'Tools/msi/lib')
-rw-r--r-- | Tools/msi/lib/lib.wixproj | 35 | ||||
-rw-r--r-- | Tools/msi/lib/lib.wxs | 18 | ||||
-rw-r--r-- | Tools/msi/lib/lib_d.wixproj | 19 | ||||
-rw-r--r-- | Tools/msi/lib/lib_d.wxs | 13 | ||||
-rw-r--r-- | Tools/msi/lib/lib_en-US.wxl | 5 | ||||
-rw-r--r-- | Tools/msi/lib/lib_files.wxs | 132 | ||||
-rw-r--r-- | Tools/msi/lib/lib_pdb.wixproj | 19 | ||||
-rw-r--r-- | Tools/msi/lib/lib_pdb.wxs | 13 |
8 files changed, 0 insertions, 254 deletions
diff --git a/Tools/msi/lib/lib.wixproj b/Tools/msi/lib/lib.wixproj deleted file mode 100644 index 26311ea..0000000 --- a/Tools/msi/lib/lib.wixproj +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectGuid>{11367E76-3337-4602-8F1E-77DB4F370D7E}</ProjectGuid> - <SchemaVersion>2.0</SchemaVersion> - <OutputName>lib</OutputName> - <OutputType>Package</OutputType> - </PropertyGroup> - <Import Project="..\msi.props" /> - <ItemGroup> - <Compile Include="lib.wxs" /> - <Compile Include="lib_files.wxs" /> - </ItemGroup> - <ItemGroup> - <EmbeddedResource Include="*.wxl" /> - </ItemGroup> - <ItemGroup> - <ExcludeFolders Include="Lib\test;Lib\tests;Lib\tkinter;Lib\idlelib;Lib\turtledemo" /> - <InstallFiles Include="$(PySourcePath)Lib\**\*" - Exclude="$(PySourcePath)Lib\**\*.pyc; - $(PySourcePath)Lib\**\*.pyo; - $(PySourcePath)Lib\site-packages\README; - @(ExcludeFolders->'$(PySourcePath)%(Identity)\*'); - @(ExcludeFolders->'$(PySourcePath)%(Identity)\**\*')"> - <SourceBase>$(PySourcePath)Lib</SourceBase> - <Source>!(bindpath.src)Lib\</Source> - <TargetBase>$(PySourcePath)Lib</TargetBase> - <Target_>Lib\</Target_> - <Group>lib_py</Group> - <IncludeInCat>true</IncludeInCat> - </InstallFiles> - </ItemGroup> - - <Import Project="..\msi.targets" /> -</Project>
\ No newline at end of file diff --git a/Tools/msi/lib/lib.wxs b/Tools/msi/lib/lib.wxs deleted file mode 100644 index 2a3b9ec..0000000 --- a/Tools/msi/lib/lib.wxs +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> - <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)"> - <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" /> - <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> - - <PropertyRef Id="UpgradeTable" /> - <PropertyRef Id="REGISTRYKEY" /> - - <Feature Id="DefaultFeature" AllowAdvertise="no" Title="!(loc.Title)" Description="!(loc.Description)"> - <ComponentGroupRef Id="lib_py" /> - <ComponentGroupRef Id="lib_files" /> - <ComponentGroupRef Id="lib_extensions" /> - <ComponentGroupRef Id="lib_cat" /> - <ComponentRef Id="OptionalFeature" /> - </Feature> - </Product> -</Wix> diff --git a/Tools/msi/lib/lib_d.wixproj b/Tools/msi/lib/lib_d.wixproj deleted file mode 100644 index 587a82c..0000000 --- a/Tools/msi/lib/lib_d.wixproj +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectGuid>{6C443CD3-8258-4335-BA03-49DA9C34CE4D}</ProjectGuid> - <SchemaVersion>2.0</SchemaVersion> - <OutputName>lib_d</OutputName> - <OutputType>Package</OutputType> - </PropertyGroup> - <Import Project="..\msi.props" /> - <ItemGroup> - <Compile Include="lib_d.wxs" /> - <Compile Include="lib_files.wxs" /> - </ItemGroup> - <ItemGroup> - <EmbeddedResource Include="*.wxl" /> - </ItemGroup> - - <Import Project="..\msi.targets" /> -</Project>
\ No newline at end of file diff --git a/Tools/msi/lib/lib_d.wxs b/Tools/msi/lib/lib_d.wxs deleted file mode 100644 index 8a8a530..0000000 --- a/Tools/msi/lib/lib_d.wxs +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> - <Product Id="*" Language="!(loc.LCID)" Name="!(loc.Title_d)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)"> - <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" /> - <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> - - <PropertyRef Id="UpgradeTable" /> - - <Feature Id="DebugBinaries" AllowAdvertise="no" Title="!(loc.Title_d)" Description="!(loc.Description_d)"> - <ComponentGroupRef Id="lib_extensions_d" /> - </Feature> - </Product> -</Wix> diff --git a/Tools/msi/lib/lib_en-US.wxl b/Tools/msi/lib/lib_en-US.wxl deleted file mode 100644 index 305bcc7..0000000 --- a/Tools/msi/lib/lib_en-US.wxl +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization"> - <String Id="Descriptor">Standard Library</String> - <String Id="ShortDescriptor">lib</String> -</WixLocalization> diff --git a/Tools/msi/lib/lib_files.wxs b/Tools/msi/lib/lib_files.wxs deleted file mode 100644 index b462372..0000000 --- a/Tools/msi/lib/lib_files.wxs +++ /dev/null @@ -1,132 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> - <?define exts=pyexpat;select;unicodedata;winsound;_bz2;_elementtree;_socket;_ssl;_msi;_ctypes;_hashlib;_multiprocessing;_lzma;_decimal;_overlapped;_sqlite3;_asyncio;_queue ?> - <Fragment> - <DirectoryRef Id="Lib_venv_scripts_nt" /> - - <ComponentGroup Id="lib_extensions"> - <?foreach ext in $(var.exts)?> - - <Component Id="$(var.ext).pyd" Directory="DLLs" Guid="*"> - <File Name="$(var.ext).pyd" KeyPath="yes" /> - </Component> - - <?endforeach ?> - - <Component Id="sqlite3.dll" Directory="DLLs" Guid="*"> - <File Name="sqlite3.dll" KeyPath="yes" /> - </Component> - <Component Id="libcrypto.dll" Directory="DLLs" Guid="*"> - <File Name="libcrypto$(var.ssltag).dll" KeyPath="yes" /> - </Component> - <Component Id="libssl.dll" Directory="DLLs" Guid="*"> - <File Name="libssl$(var.ssltag).dll" KeyPath="yes" /> - </Component> - <Component Id="libffi.dll" Directory="DLLs" Guid="*"> - <File Name="libffi-7.dll" KeyPath="yes" /> - </Component> - <Component Id="venvlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*"> - <File Name="python.exe" Source="venvlauncher.exe" KeyPath="yes" /> - </Component> - <Component Id="venvwlauncher.exe" Directory="Lib_venv_scripts_nt" Guid="*"> - <File Name="pythonw.exe" Source="venvwlauncher.exe" KeyPath="yes" /> - </Component> - </ComponentGroup> - </Fragment> - - <Fragment> - <!-- The auto-generated directory is not available when building symbols --> - <DirectoryRef Id="Lib"> - <Directory Id="Lib_venv__pdbs" Name="venv"> - <Directory Id="Lib_venv_scripts__pdbs" Name="scripts"> - <Directory Id="Lib_venv_scripts_nt__pdbs" Name="nt" /> - </Directory> - </Directory> - </DirectoryRef> - - <ComponentGroup Id="lib_extensions_symbols"> - <?foreach ext in $(var.exts)?> - - <Component Id="$(var.ext).pdb" Directory="DLLs" Guid="*"> - <File Name="$(var.ext).pdb" /> - </Component> - - <?endforeach ?> - - <Component Id="sqlite3.pdb" Directory="DLLs" Guid="*"> - <File Name="sqlite3.pdb" /> - </Component> - <Component Id="libcrypto.pdb" Directory="DLLs" Guid="*"> - <File Name="libcrypto$(var.ssltag).pdb" KeyPath="yes" /> - </Component> - <Component Id="libssl.pdb" Directory="DLLs" Guid="*"> - <File Name="libssl$(var.ssltag).pdb" KeyPath="yes" /> - </Component> - <Component Id="venvlauncher.pdb" Directory="Lib_venv_scripts_nt__pdbs" Guid="*"> - <File Name="python.pdb" Source="venvlauncher.pdb" KeyPath="yes" /> - </Component> - <Component Id="venvwlauncher.pdb" Directory="Lib_venv_scripts_nt__pdbs" Guid="*"> - <File Name="pythonw.pdb" Source="venvwlauncher.pdb" KeyPath="yes" /> - </Component> - </ComponentGroup> - </Fragment> - - <Fragment> - <!-- The auto-generated directory is not available when building debug binaries --> - <DirectoryRef Id="Lib"> - <Directory Id="Lib_venv__d" Name="venv"> - <Directory Id="Lib_venv_scripts__d" Name="scripts"> - <Directory Id="Lib_venv_scripts_nt__d" Name="nt" /> - </Directory> - </Directory> - </DirectoryRef> - - <ComponentGroup Id="lib_extensions_d"> - <?foreach ext in $(var.exts)?> - - <Component Id="$(var.ext)_d.pyd" Directory="DLLs" Guid="*"> - <File Name="$(var.ext)_d.pyd" /> - </Component> - <Component Id="$(var.ext)_d.pdb" Directory="DLLs" Guid="*"> - <File Name="$(var.ext)_d.pdb" /> - </Component> - - <?endforeach ?> - - <Component Id="sqlite3_d.dll" Directory="DLLs" Guid="*"> - <File Name="sqlite3_d.dll" KeyPath="yes" /> - </Component> - <Component Id="sqlite3_d.pdb" Directory="DLLs" Guid="*"> - <File Name="sqlite3_d.pdb" KeyPath="yes" /> - </Component> - <Component Id="venvlauncher_d.exe" Directory="Lib_venv_scripts_nt__d" Guid="*"> - <File Name="python_d.exe" Source="venvlauncher_d.exe" KeyPath="yes" /> - </Component> - <Component Id="venvwlauncher_d.exe" Directory="Lib_venv_scripts_nt__d" Guid="*"> - <File Name="pythonw_d.exe" Source="venvwlauncher_d.exe" KeyPath="yes" /> - </Component> - </ComponentGroup> - </Fragment> - <Fragment> - <PropertyRef Id="REGISTRYKEY" /> - - <ComponentGroup Id="lib_files"> - <Component Id="PythonPathRegistry" Directory="Lib" Guid="*"> - <RegistryKey Root="HKMU" Key="[REGISTRYKEY]"> - <RegistryValue Key="PythonPath" Type="string" Value="[Lib];[DLLs]" /> - </RegistryKey> - </Component> - <Component Id="Lib2to3_pickle_remove" Directory="Lib_lib2to3" Guid="$(var.RemoveLib2to3PickleComponentGuid)"> - <RemoveFile Id="Lib2to3_pickle_remove_files" Name="*.pickle" On="uninstall" /> - <RemoveFolder Id="Lib2to3_pickle_remove_folder" On="uninstall" /> - </Component> - </ComponentGroup> - </Fragment> - <Fragment> - <ComponentGroup Id="lib_cat"> - <Component Id="lib_cat" Directory="Catalogs" Guid="*"> - <File Name="python_lib.cat" KeyPath="yes" /> - </Component> - </ComponentGroup> - </Fragment> -</Wix> diff --git a/Tools/msi/lib/lib_pdb.wixproj b/Tools/msi/lib/lib_pdb.wixproj deleted file mode 100644 index db1b5bb..0000000 --- a/Tools/msi/lib/lib_pdb.wixproj +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <ProjectGuid>{5E0BCE93-D1AC-4591-BBCB-3A2BE5A4B3D1}</ProjectGuid> - <SchemaVersion>2.0</SchemaVersion> - <OutputName>lib_pdb</OutputName> - <OutputType>Package</OutputType> - </PropertyGroup> - <Import Project="..\msi.props" /> - <ItemGroup> - <Compile Include="lib_pdb.wxs" /> - <Compile Include="lib_files.wxs" /> - </ItemGroup> - <ItemGroup> - <EmbeddedResource Include="*.wxl" /> - </ItemGroup> - - <Import Project="..\msi.targets" /> -</Project>
\ No newline at end of file diff --git a/Tools/msi/lib/lib_pdb.wxs b/Tools/msi/lib/lib_pdb.wxs deleted file mode 100644 index 8839e8a..0000000 --- a/Tools/msi/lib/lib_pdb.wxs +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> - <Product Id="*" Language="!(loc.LCID)" Name="!(loc.TitlePdb)" Version="$(var.Version)" Manufacturer="!(loc.Manufacturer)" UpgradeCode="$(var.UpgradeCode)"> - <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" /> - <MediaTemplate EmbedCab="yes" CompressionLevel="high" /> - - <PropertyRef Id="UpgradeTable" /> - - <Feature Id="Symbols" AllowAdvertise="no" Title="!(loc.TitlePdb)" Description="!(loc.DescriptionPdb)"> - <ComponentGroupRef Id="lib_extensions_symbols" /> - </Feature> - </Product> -</Wix> |