Register application. How to?
Ok, I have made an exe application which uses the following:
Quote:
aamd532.dll
Advapi32.dll
Comdlg32.ocx
Mscomctl.ocx
mswinsck.ocx
Richtx32.ocx
All of these files are in the C:\Windows\System directory. The application works 100% all right on my computer but when I send it to my friends, it doesn't open. I was told that this is because the application is not registered on the computer of my friends because of which it does not open there. It is automatically registered on my computer because it is compiled on it. OK, now I have to make an application that registers it on the other computers.
I learnt that I needed these commands to register/unregister components:
Quote:
Register: regsvr32 dllFileName.dll
UnRegister: regsvr32 /u dllFileName.dll
Ok, now what should I do? http://www.vbforums.com/images/ieimages/2003/05/1.gif I dont know how to use these commands. And secondly, which components needs to be registered from the above ones? http://www.galahtech.com/forums/imag...lies/dunno.gif Because I think many of them will be already registered because they are so common. Should I only regsiter the .exe file? http://www.galahtech.com/forums/imag.../confused1.gif
Help !!! http://www.galahtech.com/forums/imag...s/paranoid.gif
Thanx