Folders with Setup Program
I have developed a software using VB6 and Access 2000. I used the Deployment and Distribution buit in VB6 to creat a setup program for the Installation of the software. I want that setup to create subfolders under the installation folder of the software so that I could put my database files there. But I am not finding way to customize the installation Script. Any help in this regard is greatly appriciated.
Re: Folders with Setup Program
In the Add Files part, just type in the relative path after you have selected the additional file (database) in the Install Locations.
$(AppPath)\SomeFolder\Database1.accdb
Moved