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?