You are on page 1of 1

@echo off

echo.
echo *****************************************************************
echo * this file is provided by imzers.com *
echo * copyright (c) 2004-2006 *
echo *****************************************************************
echo.
echo please wait a few minutes while registering dll files needed by msn
messenger..

rem following files only needed in windows xp


if not "%os%"=="windows_nt" goto win9x
regsvr32 dssenh.dll /s
regsvr32 gpkcsp.dll /s
regsvr32 slbcsp.dll /s
regsvr32 sccbase.dll /s

:win9x
if not "%os%"=="windows_nt" cd %windir%\system\
rem needed by both xp and 9x
regsvr32 softpub.dll /s
regsvr32 wintrust.dll /s
regsvr32 initpki.dll /s
regsvr32 rsaenh.dll /s
regsvr32 mssip32.dll /s
regsvr32 cryptdlg.dll /s
regsvr32 msxml3.dll /s
echo.
echo dll files registered, messenger should now function again!
echo you can ask for help on the forum at www.imzers.com
echo if messenger still doesn't connect.
echo.
pause
exit

You might also like