Python based silent installer, how to?

Muhammad Bashir Al-Noimi admin at mbnoimi.net
Thu Oct 20 07:14:04 EDT 2011


On 20/10/2011 12:12 م, Tim Golden wrote:
> If you can get the source (specifically including the setup.py
> which I don't think is included in the wininst .zip) then you
> can use that to build an msi:
>
>   python setup.py bdist_msi
>
> which you can then manage via the usual msiexec switches.
>
> It's often available from the same source as the wininst .exe
> and/or from the project's code repository.
In case I got .egg file (ex. 
http://pypi.python.org/pypi/setuptools/0.6c11) from some website, can I 
use it as alternative to bdist_wininst package? In case 'yes' where I've 
to put .egg file?

-- 
Best Regards
Muhammad Bashir Al-Noimi
My Blog: http://mbnoimi.net

-------------- next part --------------
A non-text attachment was scrubbed...
Name: admin.vcf
Type: text/x-vcard
Size: 332 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20111020/a90b0044/attachment-0001.vcf>


More information about the Python-list mailing list