Python based silent installer, how to?

Alec Taylor alec.taylor6 at gmail.com
Wed Oct 19 18:35:45 EDT 2011


Just download the msi (script is available to regenerate yourself) and
run it with the silent swtich, something like:

msiexec /x nameofmsi.msi

On 10/20/11, Muhammad Bashir Al-Noimi <admin at mbnoimi.net> wrote:
> Hi All,
>
>
> I'm using many python based packages (ex. bzr-2.4.1-1.win32-py2.6.exe)
> inside my installer.
>
> How can I install them silently in Windows?
>
> PS
>
> Most installers has arguments for silent installation ex. NSIS based
> installers has /S argument but I didn't find any reference for python based
> installers
>
> --
> Best Regards
> Muhammad Bashir Al-Noimi
> My Blog: http://mbnoimi.net



More information about the Python-list mailing list