> processes one is updating and other is reading ..? Will this work in
> practical and what can be the complications ?
>
>
>
> -Original Message-
> From: Alec Taylor [mailto:alec.tayl...@gmail.com]
> Sent: Monday, November 21, 2011 5:23 PM
> To: Badjatya, Nik
complications ?
-Original Message-
From: Alec Taylor [mailto:alec.tayl...@gmail.com]
Sent: Monday, November 21, 2011 5:23 PM
To: Badjatya, Nikunj
Subject: Re: ProgressBar - Python and Powershell
WiX will manage all the progress bar stuff for you.
Just wrap it all in
On Mon, Nov 21
om]
Sent: Monday, November 21, 2011 11:59 AM
To: Badjatya, Nikunj
Cc: python-list@python.org
Subject: Re: ProgressBar - Python and Powershell
So you're executing Powershell commands into Virtual Machines?
Add this into the installer (probably WiX is your best bet)
On Mon, Nov 21, 2011 at 3:40 AM,
2011 7:22 PM
> To: Badjatya, Nikunj
> Cc: python-list@python.org
> Subject: Re: ProgressBar - Python and Powershell
>
> Why are you writing an installer in Python and Powershell?
>
> Just write an installer in WiX, NSIS or Inno like the rest of the sane world.
>
> Alterna
[mailto:alec.tayl...@gmail.com]
Sent: Sunday, November 20, 2011 7:22 PM
To: Badjatya, Nikunj
Cc: python-list@python.org
Subject: Re: ProgressBar - Python and Powershell
Why are you writing an installer in Python and Powershell?
Just write an installer in WiX, NSIS or Inno like the rest of the sane world
November 17, 2011 4:10 PM
> To: python-list@python.org
> Subject: ProgressBar - Python and Powershell
>
>
>
> Hi All,
>
>
>
> I am using Python 2.7, windows Env.
>
> I have an Installer written in Python(45%) and Powershell(55%) which is used
> to install Vi
: ProgressBar - Python and Powershell
Hi All,
I am using Python 2.7, windows Env.
I have an Installer written in Python(45%) and Powershell(55%) which is used to
install Virtual Machines at specific locations. It is single threaded.
I am trying to implement a ProgressBar for this installer. So that the
Hi All,
I am using Python 2.7, windows Env.
I have an Installer written in Python(45%) and Powershell(55%) which is used to
install Virtual Machines at specific locations. It is single threaded.
I am trying to implement a ProgressBar for this installer. So that the user
will come to know the pr