J. Scott Elblein
Well-known member
Hi all
I am about to create a setup for my first vb.net app (publicly distro'd that is) using SetupFactory. I added a control to the project (skincrafter), and it has a .dll.
I am wondering if .NET works the same as classic VB where you could put the .ocx anywhere you want on the user's system, and then just regsvr it?
I noticed that when coding the app, it copied the dll to the debug folder and appears to use it from there. What I would like to do is use the installer to drop it in the user's system folder and use it from there instead of dropping it in the same folder as the app itself. Can this be done in .NET? And is it a pro or a con to do so?
Thanks!
I am about to create a setup for my first vb.net app (publicly distro'd that is) using SetupFactory. I added a control to the project (skincrafter), and it has a .dll.
I am wondering if .NET works the same as classic VB where you could put the .ocx anywhere you want on the user's system, and then just regsvr it?
I noticed that when coding the app, it copied the dll to the debug folder and appears to use it from there. What I would like to do is use the installer to drop it in the user's system folder and use it from there instead of dropping it in the same folder as the app itself. Can this be done in .NET? And is it a pro or a con to do so?
Thanks!