Results 1 to 13 of 13

Thread: add\remove windows components won't

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Head Honcho Administrator Reverend's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    14,966
    Open the file again and replace the contents with this:

    Code:
    [Version]
    Signature= "$Windows NT$"
    
    
    [Optional Components]
    WMAccess
    
    [WMAccess]
    needs = msmsgs
    OptionDesc   = "%WM_NAME%"
    Tip          = "%WM_TIP%"
    IconIndex = *, msgrocm.dll, 1
    InstallType  = 10    ; Typical, Custom
    Modes        = 0,1,2,3
    Uninstall    = UninstallWM
    Run          = ShowWM
    
    ; msgsc.dll is a Messenger dll
    [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]
    
    
    ; ************************************************************************
    ; LOCALIZATION BORDER
    ;
    ; No strings above this line should be localized.
    ; All strings below this line should be localized.
    ; ************************************************************************
    WM_NAME = "Windows Messenger"
    WM_TIP = "Adds or removes access to Windows Messenger from the Start menu."
    If that doesn't fix it there's a couple of other options you can try.

    Go to Start > Run and type in sfc /scannow and hit enter.(leave a space between sfc and / ).That will revert some of the files back to original XP ones,and then you will have to run the SP2 RC1 install again.

    or

    Upgrade to SP2 RC2 to see if that corrects the problem.
    Last edited by Reverend; June 23rd, 2004 at 11:40 AM.

    =========== Please Read The Forum Rules ===========

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •