views:

37

answers:

1

I have created necessary .reg file for the toolbar button as per the link below http://msdn.microsoft.com/en-us/library/bb735854%28VS.85%29.aspx

I would like to bundle .reg file and icon files into an executable that can be used for one-click install.

What is the best way to build something like that?

A: 

InfTool is the closest that comes to mind. It allows you to bundle an .inf file and related files into single executable. You would have to rewrite the .reg file into .inf "script" though.

Update: There's a tool to convert the .reg file into .inf, you just have to add the files section then and run InfTool on it.

Filip Navara
I gave inftool a try. Great tool. It can even import reg files. Need to buy pro version though to be able to install into "Program Files" and few other locations.Great find.
techie4ever