-
CAB and DLL Question
Hi,
I have a DLL control that I need to place in a cab file for web page download. I looked into using MakeCab.exe from MS and tried it. It launches the install and then ends after I click OK.
The DLL needs to be registered with regsvr32. How can i get this done? Does the install do this already? I need a little help create a cab file and having it fully install on the computer through a web page.
Thanks!!!
-
Re: CAB and DLL Question
Nevermind, my fault. Vista was set not to install unsigned cab files. I changed the setting and it works great! Now I just need to sign the cab next.
Are you actually signing the cab file itself or the files inside of it?