View Full Version : Package and Deploy Wizard


TJBernard
09-03-2003, 02:16 PM
I have finished up my first ADP project and I am excited. I am going to use the Package and Deploy Wizard so I can place the front-end on the various users machines. Everything is going very smooth but I have come across a tough request.

When the installation wizard is run, the default location is set to C:\Program Files\Application Name, and there is a button to click to change this location. Is there anyway to change this default to point to another folder location? I want the users to all install the files in a certain folder, and it would be easier to set this as a default rather than hope they all correctly choose the right folder location.

If anyone has any ideas let me know.

Thank you,

T.J.

SforSoftware
09-03-2003, 02:20 PM
Hi,

In the same folder as the setup.exe, you can find 'setup.lst' Open that file with Notepad. In the [Setup] -section you can find DefaultDir=$(ProgramFiles)\YourAppname' Change this into the correct pad.

TJBernard
09-03-2003, 02:31 PM
Works like a charm. Thanks alot.

T.J.