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 list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
