Re: ProgressBar - Python and Powershell

2011-11-21 Thread Alec Taylor
> 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

RE: ProgressBar - Python and Powershell

2011-11-21 Thread Nikunj.Badjatya
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

RE: ProgressBar - Python and Powershell

2011-11-21 Thread Nikunj.Badjatya
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,

Re: ProgressBar - Python and Powershell

2011-11-20 Thread Alec Taylor
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

RE: ProgressBar - Python and Powershell

2011-11-20 Thread Nikunj.Badjatya
[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

Re: ProgressBar - Python and Powershell

2011-11-20 Thread Alec Taylor
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. Alternatively take a look at MakeMSI or the script python uses to generate there .MSI. Anything else is WAY too non-standard to consider. On Mon, Nov 21, 2011

RE: ProgressBar - Python and Powershell

2011-11-20 Thread Nikunj.Badjatya
Can anyone throw some light on this please ! ? From: python-list-bounces+nikunj.badjatya=emc@python.org [mailto:python-list-bounces+nikunj.badjatya=emc@python.org] On Behalf Of nikunj.badja...@emc.com Sent: Thursday, November 17, 2011 4:10 PM To: python-list@python.org Subject: Progress