Fix for Windows Installer errors 2738 and 2739 in Windows Vista
When you try to install a program using Windows Installer (.msi) Setup package, you may encounter error 2738 or 2739 and the setup fails.
Errors 2738, 2739 occur if the Windows Installer Setup uses Windows Script (.vbs or .js) custom actions, and the VBScript or JScript runtimes are not registered in the computer.
From Windows Installer Error Messages page at MSDN:
| Code | Description |
| 2738 | Could not access VBScript run time for custom action |
| 2739 | Could not access JScript run time for custom action |
Resolution
Open an elevated Command Prompt. To do so, click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
Run the following commands one by one and press ENTER after each line:
You should see the output DllRegisterServer in filename.dll succeeded for each command. In case you get the error 0Ă—80004005, it’s probably because you’re trying to register the DLLs from a normal (non-elevated) Command Prompt window.
Type Exit to close the Command Prompt window.
Note: If you’re using Windows XP, you can simply run the above commands from the Start, Run dialog after logging in to an account with Administrative privileges.
SEE ALSO
Register DLLs elevated using the context menu
Copyright © 2008 Ramesh Srinivasan. All rights reserved.
RELATED POSTS
- Can I install Windows Script 5.6 in Windows Vista
- Error “The Windows Installer Service could not be accessed” in Windows Vista
- Determine the target path of Windows Installer Shortcuts
- Error “There is no script engine for file extension” when running .vbs files
- Unable to open Display Properties in Windows XP
- Error “Not a valid bookmark file” when Importing IE8 Bookmarks (Favorites) to IE7
- Fix for Windows error opening Internet shortcut or local HTML file using Firefox
- Reset the Registry and the File Permissions in Windows XP
- View Open Handles to a file or folder from the context menu
- Reset the Always ask before opening this type of file setting
BOOKMARK THIS PAGE
BlinkList | del.icio.us | Digg it | Furl | ma.gnolia | Newsvine | reddit | Spurl | Wink |



If you enjoyed this post, make sure you
Prefer an E-mail subscription?