[wxPython] New McMillan Installer version

Win98, Python 2.0, wxPython 2.2.5

Installer has detected that this files are needed for wxPython
DCIMAN32.DLL
GLU32.DLL
MSVCIRT.DLL
OPENGL32.DLL
All this DLLs live in windows\system.
Are all this files registered by windows (so I need to restart to replace
for a new version) ???

···

-----Original Message-----
From: Echeverria Rabi, Cristian Rodrigo, TRANSELEC S.A.
[SMTP:cer@transelec.cl]
Sent: Thursday, March 29, 2001 2:01 PM
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython] New McMillan Installer version
Importance: High

Hello Everybody

There is a new version of Gordon McMillan Installer (3j) that is really
great.
This version can manage pyds and dlls inside package.
http://www.mcmillan-inc.com/installer_dnld.html

I checked this new versión with a medium size aplication using wxPython,
mxODBC and mxDateTime.

Cristian

_______________________________________________
wxpython-users mailing list
wxpython-users@lists.wxwindows.org
http://lists.wxwindows.org/mailman/listinfo/wxpython-users

Win98, Python 2.0, wxPython 2.2.5

Installer has detected that this files are needed for wxPython
DCIMAN32.DLL
GLU32.DLL
MSVCIRT.DLL
OPENGL32.DLL
All this DLLs live in windows\system.
Are all this files registered by windows (so I need to restart to replace
for a new version) ???

Yes, however if your installer is doing a version check then you won't have
to reboot if the files are already there and are new enough.

You should probably add MSVCRT.dll to that list as well since if you install
MSVCIRT.dll then they MUST match versions.

BTW, a couple days ago I fixed the build so the dependency on OPENGL32,
GLU32 and DCIMAN32 from the wxwindows DLL is removed and so you need those
only if your program is using the glcanvas module. I think it may be
possible to get rid of the MSVCIRT dependency as well.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!