Register Wiaaut.dll
-
Hi I use wiaaut.dll to scan, but in some PC it's not work because it not register in PC. How I register this dll programatically and only one time?
You don't do it from your app code. This is a problem that's easily solved at install-time. Create an installer for your app, add the .DLL to it and the installer will register it for you.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
You don't do it from your app code. This is a problem that's easily solved at install-time. Create an installer for your app, add the .DLL to it and the installer will register it for you.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
I use Smart Install Maker, are this installer make this? Are this dll is ActiveX, because in this installer have a ActiveX section
Never heard of it. I have no idea. .NET cannot target building a true ActiveX component. You've built a COM-exposed library. I have no idea if Smart Install Maker handles .NET assemblies properly and regsiters them. You'll have to contact the people that make Smart Install Maker for that.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Never heard of it. I have no idea. .NET cannot target building a true ActiveX component. You've built a COM-exposed library. I have no idea if Smart Install Maker handles .NET assemblies properly and regsiters them. You'll have to contact the people that make Smart Install Maker for that.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi I use wiaaut.dll to scan, but in some PC it's not work because it not register in PC. How I register this dll programatically and only one time?
Shell "regsvr32 /s c:\windows\system32\Wiaaut.dll"