-
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.
-
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.
-
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.