Python based silent installer, how to?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Wed Oct 19 17:00:23 EDT 2011


On Wed, 19 Oct 2011 20:14:49 +0300, Muhammad Bashir Al-Noimi wrote:

> <html style="direction: ltr;">
>   <head>
> 
>     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
>     <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt;
>     } </style>
>   </head>
>   <body style="direction: ltr;"
>     bidimailui-detected-decoding-type="UTF-8" bgcolor="#FFFFFF"
>     text="#000000">
>     <p>Hi All,</p>
>     <p><br>
>     </p>

Please don't send raw HTML (so-called "rich text") to mailing lists. It 
makes it very difficult for some people to read. If you must use HTML, 
please ensure your email client or news reader also sends a plain text 
version of the message as well.


>     <p>I'm using many python based packages (ex. <a
> href="http://launchpad.net/bzr/2.4/2.4.1/+download/bzr-2.4.1-1.win32-
py2.6.exe">bzr-2.4.1-1.win32-py2.6.exe</a>)
>       inside my installer.<br>
>       <br>
>       <b>How can I install them silently in Windows?</b><br> <br>

That will depend on what your installer is, and whether it has an option 
for silent installation.

Your question is unclear. What is the connection between Python and the 
installer?

"I am installing Python on Windows."

"Python is already installed, and I'm installing extra Python packages, 
using many different installers."

"I'm installing applications using an installer written in Python."

"I'm writing my own installer, using Python."

or something else?


If you want a better answer, you will need to explain what you are doing 
in more detail.



-- 
Steven



More information about the Python-list mailing list