I want to create a simple installer that installs a set of files to a specified directory for another application. Specifically, we use the Cisco VPN client, and I want to distribute profile files to all my users. The Cisco client stores it's profile files in a directory (C:\Program Files\Cisco Systems\VPN Client\Profiles).
So, I simply want to install files to this directory, without creating the default "application folder" that the Advanced Installer seems to want to create.
Any ideas? Sould I be using something different to create the installer? Should I not be using an installer in the first place?
Any help is appreciated!! Thanks!
-db