No of visitors who read this post:
434
Category:
Prog\Scripting Languages
Type:
Question
Author:
Miryam
I work on computer many hours per day there is error in installing adobe software error number 2739. The error is most commonly the result of the “Jscript.dll” file. Please anyone tell me what is the problem with this dll file and how to fix it.

Error message:
This installed has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2739.
- Login or Signup Now to post comments

• Click Start menu
choose Run,
type cmd right click on the CMD icon and click “Run as Administrator”(
• To unregister the VBScript engine, run this command:
reg delete”HKCU\SOFTWARE\Classes\CLSID{B54F3741-5B07-11CFA4B0-00AA004A55E8}” /f
• To unregister the JScript engine, run this command:
reg delete”HKCU\SOFTWARE\Classes\CLSID{F414C260-6AC0-11CFB6D1-00AA00BBBB58}” /f
• Re-register the vbscript.dll “regsvr32 vbscript.dll”
• Re-register the jscript.dll “regsvr32 jscript.dll”.
• Type exit to
* Restart the Computer
sources:
http://forums.techarena.in/vista-help/853910.htm
http://www.support1000.com/blog/2009/03/10/windows-installer-errors-2738...
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372835%28v=vs....
http://www.fabulatech.com/forum/board-virtualserialport-action-display-n...
This error usually arises due to invalid registration of jscript.dll in windows. You can have this issue resolved by following these things,
1. Navigate to your Start bar and click on START
2. Under accessories tab open RUN.
3. Enter the following path in the field provided “regsvr32 jscrpt.dll”.
4. After the successful completion click on Ok button.