Quote Originally Posted by joshsiao
Well it means to open the file with Notepad, and then select all the text and copy and paste here so that he can examine it for bugs.
oops. The file is completely blank. This is what I replaced it with:
Code:
[Version]
Signature= "$Windows NT$"
[Optional Components]
WMAccess
[WMAccess]
needs = msmsgs
OptionDesc   = "%WM_NAME%"
Tip          = "%WM_TIP%"
IconIndex = *, msgrocm.dll, 2
InstallType  = 10
Modes        = 0,1,2,3
Uninstall    = UninstallWM
Run          = ShowWM
[ShowWM]
Commandline="%11%\rundll32.exe ""%16422%\messenger\msgsc.dll"",ShowIcons"
TickCount=500
[HideWM]
Commandline="%11%\rundll32.exe ""%16422%\messenger\msgsc.dll"",HideIcons"
TickCount=500
[UninstallWM]
DelFiles=DelNone
Run=HideWM
[DelNone]
[strings]
WM_NAME = "Windows Messenger"
WM_TIP = "Adds or removes access to Windows Messenger from the Start menu."