Results 1 to 13 of 13

Thread: add\remove windows components won't

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Silver Member joshsiao's Avatar
    Join Date
    Jun 2003
    Location
    Singapore
    Posts
    326
    Quote Originally Posted by rik
    open the wmaccess.inf file with notepad and Paste the contents here.
    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.
    "Never seem more learnt then the people you are with. Wear your learning like a watch and keep it hidden. Do not pull it out to count the hours, but give the time when you are asked."
    ~Chesterfield

  2. #2
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628
    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."

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

  3. #3
    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 ===========

  4. #4
    She who must be obeyed Super Moderator piaqt's Avatar
    Join Date
    Apr 2002
    Location
    NYC
    Posts
    1,628
    The good news is, add\rem windows components loads. The BAD news is, it goes directly to "setup is inspecting your configuration and installing etc." I still can't access the list of components!

    As Marisa Tomei says in "My Cousin Vinnie",
    "What a friggin' nightmare!"

    Last night, I shot an elephant in my pajamas. How he got in my pajamas, I'll never know.
    love, piaqt

Posting Permissions

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