I'm currently trying to build a setup package that will install "Windows Dependency Files" required to run an application. Once the files are installed in the C:\WINDOWS\System32 directory they must be registered.
I'm unable to find out how to register the the files in the Directory so the local computer can recognize them and allow the application to run on the workstation.
Hi, what package are you using to create setup? there should be option to "register file" for each file installed, you have to switch it on for dll and ocx
Signature
Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
> Hi, > [quoted text clipped - 11 lines] > Thanks in advance > Damion_1982