]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/Python-2.7.2/Tools/msi/README.txt
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Tools / msi / README.txt
diff --git a/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/README.txt b/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/README.txt
deleted file mode 100644 (file)
index 1a6961c..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-Packaging Python as a Microsoft Installer Package (MSI)\r
-=======================================================\r
-\r
-Using this library, Python can be packaged as a MS-Windows\r
-MSI file. To generate an installer package, you need\r
-a build tree. By default, the build tree root directory\r
-is assumed to be in "../..". This location can be changed\r
-by adding a file config.py; see the beginning of msi.py\r
-for additional customization options.\r
-\r
-The packaging process assumes that binaries have been \r
-generated according to the instructions in PCBuild/README.txt,\r
-and that you have either Visual Studio or the Platform SDK\r
-installed. In addition, you need the Python COM extensions,\r
-either from PythonWin, or from ActivePython.\r
-\r
-To invoke the script, open a cmd.exe window which has \r
-cabarc.exe in its PATH (e.g. "Visual Studio .NET 2003\r
-Command Prompt"). Then invoke\r
-\r
-<path-to-python.exe> msi.py\r
-\r
-If everything succeeds, pythonX.Y.Z.msi is generated\r
-in the current directory.\r
-\r