Package and Deploy Wizard

TJBernard

Registered User.
Local time
Today, 19:03
Joined
Mar 28, 2002
Messages
176
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.
 
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.
 
Works like a charm. Thanks alot.

T.J.
 

Users who are viewing this thread

Back
Top Bottom