Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista General

Vista - regsvr32 error

Reply
 
Old 06-15-2007   #1 (permalink)
Lulu


 
 

regsvr32 error

I tried to run the program

regsvr32.dll

but when i try to run it, an error comes up that says:

To reguister a module, you must provide a binary name.

Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
/u - Unregister server
/s - Silent; display no message boxes
/i - Call DllInstall passing it an optional [cmdline];
when used with /u calls dll uninstall
/n - do not call DllRegister Server; this option must be used with /i

What does this mean? How can i get this program to run?



My System SpecsSystem Spec
Old 06-15-2007   #2 (permalink)
Tom Porterfield


 
 

Re: regsvr32 error

Lulu wrote:
> I tried to run the program
>
> regsvr32.dll
>
> but when i try to run it, an error comes up that says:
>
> To reguister a module, you must provide a binary name.
>
> Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
> /u - Unregister server
> /s - Silent; display no message boxes
> /i - Call DllInstall passing it an optional [cmdline];
> when used with /u calls dll uninstall
> /n - do not call DllRegister Server; this option must be used with /i
>
> What does this mean? How can i get this program to run?


Please give the complete command that you are trying to run including
command line arguments, as well as details on what you are trying to
accomplish by running the program.

Regsvr32 is a program that is used to register components on your
machine so that the can be programmatically accessible from other
applications. So at the least you need to pass in to regsrv32 the name
of the file that you want to register.

Also, in Vista this requires administrator privileges so you need to do
this from an elevated command prompt.
--
Tom Porterfield
My System SpecsSystem Spec
Old 06-15-2007   #3 (permalink)
Chad Harris


 
 

Re: regsvr32 error

Hi Lulu--

What's your objective? Usually running a regsvr command is aimed towards
reregistering something specific. What is it that isn't working that you
are trying to fix?

Regsvr32.exe is a process belonging to the Windows OS and is used to
register dynamic-link libraries and ActiveX controls in the registry

The message means that you need to provide a specific name of some program
you're trying to reregister.

For example in this MSKB that is meant to fix connectivity problems with IE
in XP (that's often helpful):

The new window that you open in Internet Explorer displays a blank white
page
http://support.microsoft.com/default...b;en-us;902932

I have no idea what programs you are trying to fix by reregistering specific
..dlls, so the above MSKB is used as an example.

CH


"Lulu" <Lulu@discussions.microsoft.com> wrote in message
news:9CBE5114-E166-4C3E-AD57-9775593659EF@microsoft.com...
>I tried to run the program
>
> regsvr32.dll
>
> but when i try to run it, an error comes up that says:
>
> To reguister a module, you must provide a binary name.
>
> Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
> /u - Unregister server
> /s - Silent; display no message boxes
> /i - Call DllInstall passing it an optional [cmdline];
> when used with /u calls dll uninstall
> /n - do not call DllRegister Server; this option must be used with /i
>
> What does this mean? How can i get this program to run?
>
>


My System SpecsSystem Spec
Old 06-16-2007   #4 (permalink)
Lang Murphy


 
 

Re: regsvr32 error

"Lulu" <Lulu@discussions.microsoft.com> wrote in message
news:9CBE5114-E166-4C3E-AD57-9775593659EF@microsoft.com...
>I tried to run the program
>
> regsvr32.dll
>
> but when i try to run it, an error comes up that says:
>
> To reguister a module, you must provide a binary name.
>
> Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
> /u - Unregister server
> /s - Silent; display no message boxes
> /i - Call DllInstall passing it an optional [cmdline];
> when used with /u calls dll uninstall
> /n - do not call DllRegister Server; this option must be used with /i
>
> What does this mean? How can i get this program to run?
>
>



Are you trying to register vbscript.dll so you can install iTunes?

Lang

My System SpecsSystem Spec
Old 06-16-2007   #5 (permalink)
Chad Harris


 
 

Re: regsvr32 error

Hi Lang--

If so it'd be done this way:

http://docs.info.apple.com/article.html?artnum=304405


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

or

"iTunes could not be installed because Visual Basic Script (VBScript) is not
installed or has been disabled. Make sure VBScript is installed, turn off
script blocking in anti-virus and personal firewall software, reregister
VBScript, and the install iTunes."

iTunes and QuickTime for Windows XP cannot be installed without Visual Basic
Script (VBScript)
Symptom
In some instances, the iTunes and QuickTime Installers may unexpectedly quit
during the "Preparing to Install" stage of the installation with the
following message:

The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2738.
In some cases, the error message may read

"iTunes could not be installed because Visual Basic Script (VBScript) is not
installed or has been disabled. Make sure VBScript is installed, turn off
script blocking in anti-virus and personal firewall software, reregister
VBScript, and the install iTunes."
Products affected
iTunes 7.0 or later
QuickTime 7.1.3 or later
Windows XP
Solution
The iTunes and QuickTime Installers uses a technology called "Windows
Installer", provided by Microsoft. If you see this error, it may be because
the Windows Installer technology is unable to process the Visual Basic
Script embedded inside the iTunes and QuickTime Installers. You may resolve
this issue by installing the latest VBScript engine from Microsoft.
Re-enabling the VBScript engine in Windows XP

If the VBScript is installed, it might not be registered within Windows XP.
To re-enable the VBScript engine, follow these steps:

On the Start menu, click Run.
In the "Open" field, enter the following command and click OK.
regsvr32 vbscript.dll
A message should appear stating that the "DllRegisterServer in
C:\WINDOWS\system32\vbscript.dll succeeded."
Click OK and try installing iTunes or QuickTime again.
Note that the user needs to be logged in as the administrator or is a user
with admin privileges for the step above.


CH



"Lang Murphy" <lang_murphy@hotmail.com> wrote in message
news:477EF250-7BBA-4B21-9C60-E534B776112A@microsoft.com...
> "Lulu" <Lulu@discussions.microsoft.com> wrote in message
> news:9CBE5114-E166-4C3E-AD57-9775593659EF@microsoft.com...
>>I tried to run the program
>>
>> regsvr32.dll
>>
>> but when i try to run it, an error comes up that says:
>>
>> To reguister a module, you must provide a binary name.
>>
>> Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
>> /u - Unregister server
>> /s - Silent; display no message boxes
>> /i - Call DllInstall passing it an optional [cmdline];
>> when used with /u calls dll uninstall
>> /n - do not call DllRegister Server; this option must be used with /i
>>
>> What does this mean? How can i get this program to run?
>>
>>

>
>
> Are you trying to register vbscript.dll so you can install iTunes?
>
> Lang


My System SpecsSystem Spec
Old 06-16-2007   #6 (permalink)
Lang Murphy


 
 

Re: regsvr32 error

"Chad Harris" <vistaneedsmuchowork.net> wrote in message
news:ujRgN4FsHHA.4764@TK2MSFTNGP06.phx.gbl...
> Hi Lang--
>
> If so it'd be done this way:
>
> http://docs.info.apple.com/article.html?artnum=304405
>
>
> Error: The installer has encountered an unexpected error installing this
> package. This may indicate a problem with this package. The error code is
> 2738.
>
> or
>
> "iTunes could not be installed because Visual Basic Script (VBScript) is
> not installed or has been disabled. Make sure VBScript is installed, turn
> off script blocking in anti-virus and personal firewall software,
> reregister VBScript, and the install iTunes."
>
> iTunes and QuickTime for Windows XP cannot be installed without Visual
> Basic Script (VBScript)
> Symptom
> In some instances, the iTunes and QuickTime Installers may unexpectedly
> quit during the "Preparing to Install" stage of the installation with the
> following message:
>
> The installer has encountered an unexpected error installing this package.
> This may indicate a problem with this package. The error code is 2738.
> In some cases, the error message may read
>
> "iTunes could not be installed because Visual Basic Script (VBScript) is
> not installed or has been disabled. Make sure VBScript is installed, turn
> off script blocking in anti-virus and personal firewall software,
> reregister VBScript, and the install iTunes."
> Products affected
> iTunes 7.0 or later
> QuickTime 7.1.3 or later
> Windows XP
> Solution
> The iTunes and QuickTime Installers uses a technology called "Windows
> Installer", provided by Microsoft. If you see this error, it may be
> because the Windows Installer technology is unable to process the Visual
> Basic Script embedded inside the iTunes and QuickTime Installers. You may
> resolve this issue by installing the latest VBScript engine from
> Microsoft.
> Re-enabling the VBScript engine in Windows XP
>
> If the VBScript is installed, it might not be registered within Windows
> XP. To re-enable the VBScript engine, follow these steps:
>
> On the Start menu, click Run.
> In the "Open" field, enter the following command and click OK.
> regsvr32 vbscript.dll
> A message should appear stating that the "DllRegisterServer in
> C:\WINDOWS\system32\vbscript.dll succeeded."
> Click OK and try installing iTunes or QuickTime again.
> Note that the user needs to be logged in as the administrator or is a user
> with admin privileges for the step above.
>
>
> CH
>
>
>
> "Lang Murphy" <lang_murphy@hotmail.com> wrote in message
> news:477EF250-7BBA-4B21-9C60-E534B776112A@microsoft.com...
>> "Lulu" <Lulu@discussions.microsoft.com> wrote in message
>> news:9CBE5114-E166-4C3E-AD57-9775593659EF@microsoft.com...
>>>I tried to run the program
>>>
>>> regsvr32.dll
>>>
>>> but when i try to run it, an error comes up that says:
>>>
>>> To reguister a module, you must provide a binary name.
>>>
>>> Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
>>> /u - Unregister server
>>> /s - Silent; display no message boxes
>>> /i - Call DllInstall passing it an optional [cmdline];
>>> when used with /u calls dll uninstall
>>> /n - do not call DllRegister Server; this option must be used with /i
>>>
>>> What does this mean? How can i get this program to run?
>>>
>>>

>>
>>
>> Are you trying to register vbscript.dll so you can install iTunes?
>>
>> Lang

>



Hey Chad,

Yeah, just thought that might be what she was trying to do... seems to be,
uh, a "popular" regsvr32 topic lately.

Good link... thanks!

Lang


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Regsvr32 error 0x80004005 Vista installation & setup
Regsvr32 error 0x80004005 Vista installation & setup
REGSVR32 Error General Discussion
Re: regsvr32 Vista mail
Re: regsvr32 Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46