Showing posts with label application. Show all posts
I faced this error lots of time ,it comes normally when we tries to install application and
the files required for the application to install are not registered over that machine.
I did search google for this , but didn't get any solution that could solve it.
But after analysing the event viewer , I get more insight of it.
So whenever if you got an error do check the event-viewer,it gives a lots of clue from it.
Here is the solution to this error ,which gets resolved by just registring following DLL.
Click Start > Run
Type the following one by one
regsvr32 /s jscript.dll
regsvr32 /s vbscript.dll
regsvr32 /s wshom.ocx'
regsvr32 /s msxml3.dll
regsvr32 /i /s shell32.dll
All the other internal errors are resolved by registering above dlls.
P.S : If you have any issue do let me know by commenting or writing over Talk to Me section
Category: application, Dlls, Installation, Internal Error 2738, Ocx, windows