Pages

Popular Posts

Saturday, October 18, 2014

Dot Net frame Installation Error ေလး ေျဖရွင္းနည္း

Dot Net frame သြင္းရင္း Did  not succeed Error ေလးျဖစ္ခဲ့ရင္ ေအာက္က command ေလးေတြနဲ့
ေျဖရွင္းၾကတာေပါ့ေနာ္...
regsvr32 MSXML3.dll /s
net stop wuauserv
cd /d %windir%\SoftwareDistribution
rd /s /q DataStore
net start wuauserv
regsvr32 softpub.dll
regsvr32 mssip32.dll

End File Above

Go to services and stop the Windows Update service
Go to the Windows directory (default is c:\Windows) and rename the "SoftwareDistribution" folder to "SoftwareDistribution.old"
Go to services and start the Windows Update service

From: social.answers.microsoft.com/Forums/en-US/msestart/thread/27315515-db99-428e-a424-f5d1508f7ba1
share|improve this answer
   
answered Oct 18 '10 at 14:10
Imageree
123228
   
add a comment
up vote -1 down vote
   

Thanks dam it worked, k just to make it simpler:

    Open CMD as Administratior
    copy
    regsvr32 MSXML3.dll /s
    net stop wuauserv
    cd /d %windir%\SoftwareDistribution
    rd /s /q DataStore
    net start wuauserv
    regsvr32 softpub.dll
    regsvr32 mssip32.dll

ေအာင္ျမင္ပါေစ

No comments: