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
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

RE: ProgressBar - Python and Powershell

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

ProgressBar - Python and Powershell

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