msn.inf Driver File Contents (polaroidpdc3035driver.zip)

;===========================================================================
;
; All of the customizable sections of this file are in the [Strings] section
; at the bottom.
;
;===========================================================================


;=============================================
; These are global settings for the whole file.
;=============================================

[version]
Signature=$chicago$
AdvancedINF=2.5

[CmDial32.Dll]
Version=458752
Build=126025729

[Intl]
Display=1033

; -------------------------------------------------------------------
; This is the default install section.  This handles installation of
; the profile specific files
; -------------------------------------------------------------------
[DefaultInstall]
SmartReboot=N
CustomDestination=CustInstDestSection
RunPreSetupCommands=RunPreSetupCommandsSection
CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
AddReg=Xnstall.RenameReg
RegisterOCXs=RegisterOCXSection

; -------------------------------------------------------------------
; This file section sets up the desktop icon GUID and is thus
; only needed on legacy systems.
; -------------------------------------------------------------------
[Xnstall_Legacy]
CustomDestination=CustInstDestSection
AddReg=Xnstall.AddReg.DesktopIcon, Xnstall.AddReg.Icon

; -------------------------------------------------------------------
; section to install if for a private individual
; -------------------------------------------------------------------
[Xnstall_Private]
CustomDestination=CustInstDestSection
AddReg=Xnstall.AddReg.Private

; -------------------------------------------------------------------
; section to install if profile for all users
; -------------------------------------------------------------------
[Xnstall_AllUser]
AddReg=Xnstall.AddReg.AllUsers
CustomDestination=CustInstDestSection

; -------------------------------------------------------------------
; Launches the postinstall commands
; -------------------------------------------------------------------
[PostInstall]
CustomDestination=CustInstDestSection
RunPostSetupCommands=RunPostSetupCommandsSection

; -------------------------------------------------------------------
; Section used to uninstall Private user profiles
; -------------------------------------------------------------------
[Remove_Private]
Cleanup=1
SmartReboot=N
BeginPrompt=RemoveBeginPromptSection
EndPrompt=RemoveEndPromptSection
RunPreSetupCommands=RunPreUnInstCommandsSection
CustomDestination=CustUnInstDestSectionPrivate
DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
DelReg=Remove.DelReg.Private
DelDirs=CleanDir
RunPostSetupCommands=RunPostUnInstCommandsSection

; -------------------------------------------------------------------
; Section used to uninstall All User profiles 
; (no all users in name for legacy reasons)
; -------------------------------------------------------------------
[Remove]
Cleanup=1
SmartReboot=N
BeginPrompt=RemoveBeginPromptSection
EndPrompt=RemoveEndPromptSection
RunPreSetupCommands=RunPreUnInstCommandsSection
CustomDestination=CustUninstDestSectionAllUsers
DelFiles=Remove.DelFiles, Remove.DelFiles.ICM
DelReg=Remove.DelReg.AllUser
DelDirs=CleanDir
RunPostSetupCommands=RunPostUnInstCommandsSection

; The following SetupCommandsSections allow you to run commands before or
; after the profile is installed.  The commands will only be executed once.
; Similarly the following UnInstCommandsSections will allow you to run
; commands before or after the profile is uninstalled.  An example command line
; is:
; Myprogram.exe /<switches> <options>

[RunPreSetupCommandsSection]
; Commands Here will be run Before Setup Begins to install

[RunPostSetupCommandsSection]
;Commands here will be run After setup finishes

[RunPreUnInstCommandsSection]
;Commands here will be run before Uninstall Begins

[RunPostUnInstCommandsSection]
;Commands here will be run after Uninstall Finishes
%11%\regsvr32.exe /s /u %49001%\%ShortSvcName%\POPLog.dll

; -------------------------------------------------------------------
; These are the registry entries for installation.
; -------------------------------------------------------------------
[Xnstall.AddReg.DesktopIcon]
"HKCR", "CLSID\%DesktopGUID%",,,"%ServiceName%"
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%",,,"%ServiceName%"
"HKCR", "CLSID\%DesktopGUID%\ShellFolder","Attributes",1,"00","00","00","00"
; Please make sure the following three commands are alphabetized by the %Open%, %Delete%,
; and %Settings% entries defined in the Strings section
; the Connect Command
"HKCR", "CLSID\%DesktopGUID%\Shell\Open\Command",,,"cmmgr32.exe ""%49000%\%ShortSvcName%.cmp"""
"HKCR", "CLSID\%DesktopGUID%\Shell\Open",,,"%Open%"
; the Delete Command
"HKCR", "CLSID\%DesktopGUID%\Shell\Delete\Command",,,"cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
"HKCR", "CLSID\%DesktopGUID%\Shell\Delete",,,"%Delete%"
; the Properties Command
"HKCR", "CLSID\%DesktopGUID%\Shell\Settings...\Command",,,"cmmgr32.exe /settings ""%49000%\%ShortSvcName%.cmp"""
"HKCR", "CLSID\%DesktopGUID%\Shell\Settings...",,,"%Settings%"

[Xnstall.AddReg.AllUsers]
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
;"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%49000%\%ShortSvcName%\%ShortSvcName%.inf"""
"HKLM", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"

[Xnstall.AddReg.Private]
"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%49001%"
"HKCU", "%AppAct%\Mappings","%ServiceName%","","%49001%\%ShortSvcName%.cmp"
;"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", "%%UserProfile%%\%PathFromProfileDir%"
;"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallString", "", "cmstp.exe /u ""%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%\%ShortSvcName%.inf"""
;"HKCU", "%AppAct%\Mappings","%ServiceName%","","%%UserProfile%%\%PathFromProfileDir%\%ShortSvcName%.cmp"

; -------------------------------------------------------------------
; These are the registry settings which
; are deleted during uninstall.
; -------------------------------------------------------------------
[Remove.DelReg.AllUser]
"HKLM", "%AppAct%\%ServiceName%"
"HKLM", "%AppAct%\Mappings","%ServiceName%"
"HKCU", "%AppAct%\UserInfo\%ServiceName%"
"HKCR", "CLSID\%DesktopGUID%"
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\%DesktopGUID%"
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"

[Remove.DelReg.Private]
"HKCU", "%AppAct%\%ServiceName%"
"HKCU", "%AppAct%\Mappings","%ServiceName%"
"HKCU", "%AppAct%\SingleUserInfo\%ServiceName%"
"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%"

[CleanDir]
%49001%\%ShortSvcName%

; -------------------------------------------------------------------
; These are the directory specifications.
; -------------------------------------------------------------------

[CustInstDestSection]
49000,49001=XConnMgrLDIDSection, 7

[CustUninstDestSectionAllUsers]
49000,49001=XConnMgrLDIDSectionAllUsers, 5

[CustUnInstDestSectionPrivate]
49000,49001=XConnMgrLDIDSectionPrivate, 5

[XConnMgrLDIDSection]
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\CMMGR32.EXE", "ProfileInstallPath", "%UnexpectedError%", ""

[XConnMgrLDIDSectionAllUsers]
"HKLM", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""

[XConnMgrLDIDSectionPrivate]
"HKCU", "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%ShortSvcName%", "UninstallDir", "", ""

[DestinationDirs]
Xnstall.CopyFiles=49001, %ShortSvcName%
Xnstall.CopyFiles.ICM=49001
Remove.DelFiles=49001, %ShortSvcName%
Remove.DelFiles.ICM=49001

[SourceDisksNames]
55=, , 0

[RegisterOCXSection]
%49001%\%ShortSvcName%\POPLog.dll

; -------------------------------------------------------------------
; These are the Prompt Sections
; -------------------------------------------------------------------

[RemoveBeginPromptSection]
Prompt=%BeginPrompt%
ButtonType=YESNO
Title=%UninstallAppTitle%

[RemoveEndPromptSection]
Prompt=%EndPrompt%


[Strings]
; -------------------------------------------------------------------
; These are the non localizable strings...
; -------------------------------------------------------------------
KEY_RENAME = "Software\Microsoft\Windows\CurrentVersion\RenameFiles"
AppAct = "SOFTWARE\Microsoft\Connection Manager"

; -------------------------------------------------------------------
; These are the localizable strings...
; Please also make sure to set the LCID in the [Intl] section, Display key to the LCID of
; the localized language.
; -------------------------------------------------------------------
UnexpectedError = "An unexpected error occurred.  Please reboot and try the installation again."
PathFromProfileDir = "Application Data\Microsoft\Network\Connections\Cm"

; When you localize these commands (they are the commands for the Desktop Icon on legacy
; platforms) you must make sure to re-alphabetize the Registry add calls above.  Win95
; shows the menus in the order they were added and doesn't alphabetize them for you.
Settings = "P&roperties"
Open = "C&onnect"
Delete = "&Delete"

; -------------------------------------------------------------------
; The following strings are set by the Connection Manager Administration Kit
; Do not change any of the following strings
; -------------------------------------------------------------------
ServiceName="MSN"
ShortSvcName="msn"
DesktopGUID="{9800A8A6-7C25-11D2-8202-00C04FAEA83F}"
UninstallAppTitle="MSN"
DesktopIcon="Msnlogo.ico"
PhonebookPath=""
BeginPrompt="Do you wish to remove MSN?"
EndPrompt="Successfully removed MSN."

[CMAK Status]
InfVersion=4
LCID=English (United States)
IncludeDUN=0
PhoneName=Msnus
IncludeCMCode=0
LicenseFile=
IncludeSupportDll=0
UsePWDcache=0
UpdatePhonebook=1

[Extra Files]
0=Wakeup.exe
1=Signon.spl
2=Signonuk.spl
3=Signonjp.spl
4=POPLog.dll
5=POPUpdCl.exe
6=MSNLog.dll
7=SetPhone.dll
8=pwdhelp.htm
9=pwdReset.exe
10=Pwdreset.ins
11=Vtframe.htm

[Merge Profiles]
0=MSNjp
1=msnuk

[Xnstall.AddReg.Icon]
HKCR,"CLSID\%DesktopGUID%\DefaultIcon",,,"%49000%\%ShortSvcName%\%DesktopIcon%"

[Xnstall.CopyFiles]
Msnus.pbk
Msnus.pbr
Phonebk.bmp
Msnlogo.ico
Msnlogo.ico
Msnlogo.ico
Msn25.hlp
Wakeup.exe
POPLog.dll
POPUpdCl.exe
MSNLog.dll
SetPhone.dll
Signon.spl
Signonuk.spl
Signonjp.spl
MSNjp.cms
Msnntt.pbk
Msnntt.pbr
msnuk.cms
Msnpip.pbk
Msnpip.pbr
msn.cms,,,4
msn.inf
pwdhelp.htm
pwdReset.exe
Pwdreset.ins
Vtframe.htm

[Xnstall.CopyFiles.ICM]
msn.cmp,,,16

[Remove.DelFiles.ICM]
msn.cmp

[SourceDisksFiles]
Msnus.pbk= 55
Msnus.pbr= 55
Phonebk.bmp= 55
Msnlogo.ico= 55
Msnlogo.ico= 55
Msnlogo.ico= 55
Msn25.hlp= 55
msn.inf = 55
msn.cmp = 55
msn.cms = 55
Wakeup.exe= 55
Signon.spl= 55
Signonuk.spl= 55
Signonjp.spl= 55
MSNjp.cms= 55
Msnntt.pbk= 55
Msnntt.pbr= 55
msnuk.cms= 55
Msnpip.pbk= 55
Msnpip.pbr= 55
POPLog.dll=55
POPUpdCl.exe=55
MSNLog.dll=55
SetPhone.dll=55
pwdhelp.htm=55
pwdReset.exe=55
Pwdreset.ins=55
Vtframe.htm=55

[Remove.DelFiles]
msn.cms
Msnus.pbk
Msnus.pbr
Phonebk.bmp
Msnlogo.ico
Msnlogo.ico
Msnlogo.ico
Msn25.hlp
Wakeup.exe
POPLog.dll
POPUpdCl.exe
MSNLog.dll
Signon.spl
Signonuk.spl
Signonjp.spl
MSNjp.cms
Msnntt.pbk
Msnntt.pbr
msnuk.cms
Msnpip.pbk
Msnpip.pbr
pwdhelp.htm
pwdReset.exe
Pwdreset.ins
Vtframe.htm

Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 0.98