views:

26

answers:

1

I want to create a simple MSI to install some DLLs into programs, similar to how Telerik installs itself.

Telerik uses "C:\Program Files\Telerik\RadControls for WPF Q1 2009\Binaries\WPF\"

I'd like to do something simiar, such as "C:\Program Files\Foo\Bar\Bin\"

Is this just as simple as creating an Installer project, or is there more to it?

A: 

Creating an installer is a task that has many pitfalls. You should take a look at using WiX, which is an installer generator that helps you avoid many of them.

villintehaspam
Thanks, that works great!
Chris

related questions