dglienna,

You are copying the db to the {app}\FilesNeeded folder. Does your app look for it in the installed location? This is the most common cause for failure. That location can easily change and if your app does not take this into consideration, the db will not be found.

Check to see if the db is read only when you install it and the user has the appropiate rights for the installed location.

Post your setup.lst file from the wizard. I would like to see if there is a difference in what you are installing between the two.