rajeshgangam / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Vista - installer unexpected error code 2738 #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Vista SP2 x86

Downloaded most recent release from website of dokan and SSHFS.
Run install and allow UAC.

Receive following error:

"The installer has encountered an unexpected error installing this package. 
This may indicate a problem with this package. The error code is 2738.

The installer then undoes any changes and exits.

Original issue reported on code.google.com by Alpha...@gmail.com on 22 Apr 2010 at 9:06

GoogleCodeExporter commented 9 years ago
The installer relies upon VBScript, which for some reason isn't registered 
automatically within Vista.

Try this (worked for me):

I found the following on some other forum about a Safari install error. This 
worked for me.

Start button -> All Programs -> Accessories -> Right click on Command Prompt, 
select 'Run as administrator'.

You should be in directory C:\Windows\System32

Type regsvr32 vbscript.dll (enter)

Should get a message box saying DLL has been registered.

Original comment by jayvar...@gmail.com on 6 Oct 2010 at 8:43

GoogleCodeExporter commented 9 years ago
Resolved.. Thanks

Original comment by Alpha...@gmail.com on 7 Oct 2010 at 6:23