Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Win32 registration problem


Message #1 by "Mark Roworth" <mark.roworth@b...> on Fri, 25 Oct 2002 16:31:52 +0100
I've been doing this using a script that I run in the same directory. The
line that does the job is:

For %%f in (*.exe) do %%f /unregserver

which is effectively the same. I'll try the double clicking method. Thanks.

-----Original Message-----
From: Helen Warn [mailto:hwarn@s...]
Sent: 25 October 2002 16:43
To: professional vb
Subject: [pro_vb] RE: Win32 registration problem


How are you trying to register and unregister it?

For an ActiveX exe, the recommended way is
TCLClientIS.exe /RegServer (to register), and
TCLClientIS.exe /UnRegServer (to unregister)

hth

Helen

> -----Original Message-----
> From: Mark Roworth [mailto:mark.roworth@b...]
> Sent: Friday, October 25, 2002 8:32 AM
> To: professional vb
> Subject: [pro_vb] Win32 registration problem
>
>
>
> Hi, I've got an ActiveX EXE (TCLClientIS.exe) I've made with
> VB. When I use
> regsvr32 to register or unregister it, I get the message (for
> Windows 2000):
>
> c:\vss\CSE\TCL\Client\App\TCLClientIS.exe is not a valid
> Win32 application
>
> and this message for Win NT 4:
>
> c:\vss\CSE\TCL\Client\App\TCLClientIS.exe is not a Window NT
> application
>
>
> What does this mean. Any ideas? Many thanks,
>
> Mark Roworth
> Dolphin Computing Ltd
> 01273 262865
> mark.roworth@b...
>
>
>
> ---
> Visual C# - A Guide for VB6 Developers
> This book will make it easy to transfer your skills
> from Visual Basic 6 to C#, the language of choice
> of the .NET Framework.
> http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059
>


---
Visual C# - A Guide for VB6 Developers
This book will make it easy to transfer your skills
from Visual Basic 6 to C#, the language of choice
of the .NET Framework.
http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059



  Return to Index