I have successfully created an installation *.msi for my application which loads my program into Program Files\<Application Name>\<Application.mdb>
In addition to the above, my database backend actually resides in a different location on the Root of the installation drive. With the free version of this Advanced Installer, is it possible to create the new Root folder structures and load into the newly created folders the database back-end data files as part of the installation of my application.
I this something that requires purchase of the Professional version of Advanced Installer and some custom action?