I need to create an installer for an application which needs to include a shell extension. I read the following in a blog.
ClickOnce is not a panacea for all solutions, for example, if you wanted to install a shell extension or install a component into the GAC, you'd need to create a full MSI project (also supported by Visual Studio). But for a "typical" departmental application that is to be deployed via the intranet, it's a great solution.
Can any one suggests an alternative to ClickOnce installer which supports shell extensions. Basically, I am looking for a way to update my dlls/modules whenever a newer version is released.
