Installer fails on Windows 7 - Vault 5.0.X (err 2738)

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

michaelmeyer
Posts: 1
Joined: Mon Dec 14, 2009 4:15 pm

Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by michaelmeyer » Wed Dec 16, 2009 11:30 am

When trying to install the Vault Client on Windows 7 Pro I get the unexpected error message indicating that error 2738 was encountered. Tried downloading the package from the SourceGear site also, in both cases it fails on my machine. Registered vbscript also just in case.

Suggestions?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by Beth » Wed Dec 16, 2009 11:49 am

Did you try running the install as administrator? How far do you get before it fails?

You could get some good logging by using msiexec to run the installer. Right-click the command prompt and select run as Admin. Create a blank log file, like C:\Vaultlog.txt. Then run the command:

Code: Select all

 msiexec /i <path to msi> /l "logpath"
After the error happens, check the log for the complete error details.
Beth Kieler
SourceGear Technical Support

ebuildy
Posts: 2
Joined: Mon Jan 11, 2010 3:51 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by ebuildy » Mon Jan 11, 2010 3:52 am

Hi,

Same problem on win7, here my log files:

=== Logging started: 11/01/2010 10:49:30 ===
Action 10:49:30: INSTALL.
Action start 10:49:30: INSTALL.
Action 10:49:30: AI_SET_INSTALL.
Action start 10:49:30: AI_SET_INSTALL.
Action ended 10:49:30: AI_SET_INSTALL. Return value 1.
Action 10:49:30: SetDate.
Action start 10:49:30: SetDate.
DEBUG: Error 2738: Could not access VBScript runtime for custom action
Info 2898. For DlgFont8 textstyle, the system created a 'Tahoma' font, in 0 character set, of 13 pixels height.
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738. The arguments are: , ,
MSI (c) (88:7C) [10:49:31:606]: Product: SourceGear Vault Client -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2738. The arguments are: , ,

Action ended 10:49:31: SetDate. Return value 3.
Action 10:49:31: FatalError.
Action start 10:49:31: FatalError.
Info 2898. For VerdanaBold13 textstyle, the system created a 'Verdana' font, in 0 character set, of 20 pixels height.
DEBUG: Error 2826: Control BottomLine on dialog FatalError extends beyond the boundaries of the dialog to the right by 3 pixels
The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2826. The arguments are: FatalError, BottomLine, to the right
Action 10:49:31: FatalError. Dialog created
Action ended 10:49:32: FatalError. Return value 2.
Action ended 10:49:32: INSTALL. Return value 3.
=== Logging stopped: 11/01/2010 10:49:32 ===
MSI (c) (88:08) [10:49:32:376]: Product: SourceGear Vault Client -- Installation failed.

MSI (c) (88:08) [10:49:32:376]: Windows Installer installed the product. Product Name: SourceGear Vault Client. Product Version: 5.0.2.18753. Product Language: 1033. Manufacturer: SourceGear. Installation success or error status: 1603.


So I guess the error is " Error 2738: Could not access VBScript runtime for custom action", is it a pure admin right issue?

Cheers

ebuildy
Posts: 2
Joined: Mon Jan 11, 2010 3:51 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by ebuildy » Mon Jan 11, 2010 4:43 am

Ok found the solution,

Even with : %window%/System32/regsrvr vbscript.dll or 64bits ... doesnt work, you can run the installer w/o the user interface:

"msiexec /i <PATH_VAULT_MSI> /quiet"

Then no problem!

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by Beth » Tue Jan 12, 2010 5:30 pm

Thank you for the update.
Beth Kieler
SourceGear Technical Support

jbohanon75
Posts: 1
Joined: Thu Aug 19, 2010 7:20 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by jbohanon75 » Thu Aug 19, 2010 7:24 am

I had the same issue with Windows 7 and the 5.x installer. The problem was caused by vbscript.dll being registered in the HKEY CURRENT USER section of my registry. After following the steps listed below, the installation completed successfully. I tried all other suggestions prior to this and nothing else worked.

1. RUN CMD as Administrator. This is absolutely necessary, without this step it will not work.
2. Delete this registry key: HKCU\SOFTWARE\Classes\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8}
2a. To do this easily, at the command prompt: REG delete "HKCU\SOFTWARE\Classes\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
3. At the command prompt, register vbscript.dll as administrator.
3a. regsvr32 vbscript.dll
4. Run the MSI installer through the command prompt.
4a. msiexec /i <The path to the msi installer on your machine> /quiet

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by lbauer » Wed Aug 25, 2010 11:02 am

Thanks for the info. We have had other instances where vbscript.dll was an issue in the installation.

Your set of steps will be useful to other users.
Linda Bauer
SourceGear
Technical Support Manager

swautier
Posts: 16
Joined: Thu Oct 11, 2007 8:26 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by swautier » Mon Nov 08, 2010 4:54 pm

Just had the same problem with Vault Client 5.1 on Vista.
jbohanon75, your procedure worked like a charm. Thanks!
Serge.
http://www.apptranslator.com - The ultimate localization tool

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by lbauer » Tue Nov 09, 2010 11:07 am

Thanks for the update. Glad things are working for you now.
Linda Bauer
SourceGear
Technical Support Manager

mulmad
Posts: 12
Joined: Thu Jun 01, 2006 10:07 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by mulmad » Thu Feb 10, 2011 9:36 am

jbohanon75 wrote:I had the same issue with Windows 7 and the 5.x installer. The problem was caused by vbscript.dll being registered in the HKEY CURRENT USER section of my registry. After following the steps listed below, the installation completed successfully. I tried all other suggestions prior to this and nothing else worked.

1. RUN CMD as Administrator. This is absolutely necessary, without this step it will not work.
2. Delete this registry key: HKCU\SOFTWARE\Classes\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8}
2a. To do this easily, at the command prompt: REG delete "HKCU\SOFTWARE\Classes\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
3. At the command prompt, register vbscript.dll as administrator.
3a. regsvr32 vbscript.dll
4. Run the MSI installer through the command prompt.
4a. msiexec /i <The path to the msi installer on your machine> /quiet
I'm getting this message at step 2a:
C:\Windows\system32>REG delete "HKCU\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11CF-A4B0-00AA004A55E8}" /f
ERROR: The system was unable to find the specified registry key or value.

Any suggestions?

(I'm running W7PRO 64BIT)

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by Beth » Thu Feb 10, 2011 9:52 am

If you try to just move on and register vbscript, does it allow you to do that?
Beth Kieler
SourceGear Technical Support

mulmad
Posts: 12
Joined: Thu Jun 01, 2006 10:07 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by mulmad » Fri Feb 11, 2011 2:00 am

Running regsvr32 vbscript.dll works fine but running "msiexec /i VaultServer_5_1_1_19215.msi /quiet" doesn't install vault. After a few seconds I simply get the prompt again.

Another question: How can I see if the installed version is 32 or 64 bit?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by Beth » Fri Feb 11, 2011 10:13 am

After a few seconds I simply get the prompt again.
What prompt do you mean? Are you talking about logging into the Vault web client or something in the install?

I don't need you to install again yet, but for future reference, I don't want you to use the /quiet switch with msiexec. Logging will help us see the errors. I also wanted to get this posted again for others that might read this thread. The instructions for running msiexec should be:
  • Right-click the command prompt and select run as Admin.
    Create a blank log file, like C:\Vaultlog.txt.
    Then run the command:

    Code: Select all

     msiexec /i <path to msi> /l "logpath"
Beth Kieler
SourceGear Technical Support

mulmad
Posts: 12
Joined: Thu Jun 01, 2006 10:07 am

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by mulmad » Sun Feb 20, 2011 4:20 pm

running this:
msiexec /i VaultServer_5_1_1_19215.msi /l "c:\tmp\Vaultlog.txt"

logs this:
=== Logging started: 20-02-2011 23:15:31 ===
Action 23:15:31: INSTALL.
Action start 23:15:31: INSTALL.
Action 23:15:31: AI_SET_INSTALL.
Action start 23:15:31: AI_SET_INSTALL.
Action ended 23:15:31: AI_SET_INSTALL. Return value 1.
Action 23:15:31: SetDate.
Action start 23:15:31: SetDate.
DEBUG: Error 2738: Could not access VBScript runtime for custom action

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: Installer fails on Windows 7 - Vault 5.0.X (err 2738)

Post by lbauer » Mon Feb 21, 2011 12:29 pm

What version of Vault installer did you run, the 64-bit version or 32-bit version?
Linda Bauer
SourceGear
Technical Support Manager

Post Reply