Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-23 Thread Pierre Raybaut
2008/5/21 Phil Thompson <[EMAIL PROTECTED]>:

>  On Wednesday 21 May 2008 12:35:39 Python(x,y) wrote:
> > 2008/5/21 Phil Thompson <[EMAIL PROTECTED]>:
> > > > So my question is: would it be possible to update PATH for all users
> > > > without showing this dialog box when the installer is running in
> silent
> > > > mode?
> > >
> > > I assume it is possible - I'm not an NSIS expert.
> > >
> > > Phil
> >
> > Actually I meant: would it be possible for you to add a control statement
> > using "IfSilent" in your NSIS script to skip this dialog box if installer
> > was run in silent mode?
>
> What do you want to happen when silent? Add the directory to the current
> user's PATH? Do nothing?
>
> Phil


Could you please send a message when PyQt installer can be launched
silently?
That is the last reason for me to wait before updating PyQt in Python(x,y).

Thanks a lot.
Pierre
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Python(x,y)
2008/5/21 Phil Thompson <[EMAIL PROTECTED]>:

> On Wednesday 21 May 2008 13:45:42 [EMAIL PROTECTED] wrote:
> > BTW, I still get the missing dll error (MSVCP80.DLL) when running
> > Python/PyQt scripts with the 4.4.2 release.
>
> Which is MSVC 2005 isn't it?


Absolutely.


> As Python is built with MSVC 2003 and PyQt and Qt
> are built with MinGW then I don't see how that can happen.


Neither do I, but it is clearly happening only with 4.4.x releases of PyQt
GPL installer (I did some tests).


>
>
> Phil
>
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 13:45:42 [EMAIL PROTECTED] wrote:
> BTW, I still get the missing dll error (MSVCP80.DLL) when running
> Python/PyQt scripts with the 4.4.2 release.

Which is MSVC 2005 isn't it? As Python is built with MSVC 2003 and PyQt and Qt 
are built with MinGW then I don't see how that can happen.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re : [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread contact
BTW, I still get the missing dll error (MSVCP80.DLL) when running
Python/PyQt scripts with the 4.4.2 release.

Pierre

--
Pierre Raybaut
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Python(x,y)
2008/5/21 Phil Thompson <[EMAIL PROTECTED]>:

>  > Actually I meant: would it be possible for you to add a control
> statement
> > using "IfSilent" in your NSIS script to skip this dialog box if installer
> > was run in silent mode?
> What do you want to happen when silent? Add the directory to the current
> user's PATH? Do nothing?
>
> Phil
>


Well, given that almost every packages are installed for all users when run
in silent mode, I think that the best would be to add the directory to all
users PATH.

Thanks!
Pierre
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 12:35:39 Python(x,y) wrote:
> 2008/5/21 Phil Thompson <[EMAIL PROTECTED]>:
> > > Since the 4.4.1 release, one cannot install PyQt silently because -even
> >
> > in
> >
> > > silent mode- there is a new dialog box asking: "Do you want to update
> >
> > PATH
> >
> > > for all users?".
> > >
> > > So my question is: would it be possible to update PATH for all users
> > > without showing this dialog box when the installer is running in silent
> > > mode?
> >
> > I assume it is possible - I'm not an NSIS expert.
> >
> > Phil
>
> Actually I meant: would it be possible for you to add a control statement
> using "IfSilent" in your NSIS script to skip this dialog box if installer
> was run in silent mode?

What do you want to happen when silent? Add the directory to the current 
user's PATH? Do nothing?

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Python(x,y)
2008/5/21 Phil Thompson <[EMAIL PROTECTED]>:

> > Since the 4.4.1 release, one cannot install PyQt silently because -even
> in
> > silent mode- there is a new dialog box asking: "Do you want to update
> PATH
> > for all users?".
> >
> > So my question is: would it be possible to update PATH for all users
> > without showing this dialog box when the installer is running in silent
> > mode?
>
> I assume it is possible - I'm not an NSIS expert.
>
> Phil
>


Actually I meant: would it be possible for you to add a control statement
using "IfSilent" in your NSIS script to skip this dialog box if installer
was run in silent mode?

Thanks
Pierre
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Phil Thompson
On Wednesday 21 May 2008 09:30:48 Python(x,y) wrote:
> Hi,
>
> I am distributing PyQt in a free Python/Eclipse distribution (Python(x,y) :
> http://www.pythonxy.com).
> So, basically, I need to be able to run the PyQt GPL installer silently
> (with the "/S" option) which was working perfectly until the 4.3.3-2
> release.
>
> Since the 4.4.1 release, one cannot install PyQt silently because -even in
> silent mode- there is a new dialog box asking: "Do you want to update PATH
> for all users?".
>
> So my question is: would it be possible to update PATH for all users
> without showing this dialog box when the installer is running in silent
> mode?

I assume it is possible - I'm not an NSIS expert.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] PyQt 4.4.2 GPL installer / Silent install not really silent...

2008-05-21 Thread Python(x,y)
Hi,

I am distributing PyQt in a free Python/Eclipse distribution (Python(x,y) :
http://www.pythonxy.com).
So, basically, I need to be able to run the PyQt GPL installer silently
(with the "/S" option) which was working perfectly until the 4.3.3-2
release.

Since the 4.4.1 release, one cannot install PyQt silently because -even in
silent mode- there is a new dialog box asking: "Do you want to update PATH
for all users?".

So my question is: would it be possible to update PATH for all users without
showing this dialog box when the installer is running in silent mode?

Thanks a lot,

Regards,

--
Pierre Raybaut
Python(x,y)
http://www.pythonxy.com
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt