|
-
Feb 8th, 2002, 10:26 AM
#1
Thread Starter
Frenzied Member
It doesnt do it like that, it tries to be compatible with the windows sticker program and puts it in the default installation directory, you could change the funcition that tells it where the function is to just return the first drive availible.
-
Feb 8th, 2002, 10:42 AM
#2
why would your users need to move the exe. Are you hard coding the drive and directory? You shouldnt be doing that if so.
you can change your code to reference to exe location by using app.path.
-
Feb 8th, 2002, 10:59 AM
#3
Addicted Member
Alter the Setup.1st file in the package directory
find the Setup section
[Setup]
DefaultDir=$(ProgramFiles)\SpeedData <--- This one
and change the DefaultDir to whatever you want it to default to.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|