I have been working on my 4th installer using SetupBuilder. This installer does not actually install files from the compressed exe, it only copies files from one location to a destination the user has chosen.

In brief:
1. User points us to a shared folder on their network.
2. User defines where they want software installed.
3. Installer then copies files from that location to the installation directory.

My only problem I have at this point is that when I run the installer through full debug mode, it installs everything perfectly. But if I try to run the exe from the project release folder, it goes through the dialogs but when you hit the install button it goes straight to the finish dialog and hasn't copied anything? Any ideas? Should I call in for this one?