Hi! You can open mapserv.exe with Dependency Walker http://www.dependencywalker.com/ and you'll see ALL the dll it needs.
Here are the mapserver specific ones I got with my own version MapServer version 4.10.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=FREETYPE SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=ORACLESPATIAL INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE DEBUG=MSDEBUG OCI.DLL BGD.DLL GDAL13.DLL GEOS_C.DLL ICONV.DLL LIBCURL.DLL LIBMAP.DLL LIBXML2.DLL PROJ.DLL ZLIB1.DLL Also, I never put the needed mapserver dlls in system32, instead I prefer to create a new folder, put the dlls in it and add it to the path. It's easier to keep your system clean and to upgrade to new version. Nicolas -----Message d'origine----- De : UMN MapServer Users List [mailto:[EMAIL PROTECTED] De la part de Sven Schroeter Envoyé : 23 novembre 2007 03:49 À : MAPSERVER-USERS@LISTS.UMN.EDU Objet : [UMN_MAPSERVER-USERS] ms4w dlls for IIS-installation Hallo, I want to install the latest Mapserver 4.10 on a Windows 2003 Server with IIS (PHP 5.2.3 is already installed as cgi). In older mapserver-versions I copied some .dlls in the system32 and the mapserv.exe in the cgi-bin of the IIS. Then php-mapscript in the ext-folder of php and everything worked fine. With the install-packages ms4w (f.e. ms4w_2.2.5) there are many dlls in the cgi-bin (ms4w\Apache\cgi-bin) and I dont know what .dll are really used and important for mapserver and mapscript. Some files are for apache or php5 (f.e. php5apache2.dll) . Can anybody list the basic .dlls I need for a installation with IIS? Thanks Sven