I have created a ATL Dll to be invoked by the javascript code based on this advice
Now i need to create a setup project and signing it with digital certificate. I used the utility makecab.exe with the following command
makecab e:\sample.dll test.cab
the output is a cab file in zip format with only the dll packed into it. Is this sufficient? should i create inf files for registering it?
You need to have a .INF file within the cabinet. For a complete description, see full article here: http://msdn.microsoft.com/en-us/library/ie/aa751974(v=vs.85).aspx