TimCarroll
07-10-2002, 01:46 PM
Our installer is set up with relative pathing in just about all listings. This allows us to migrate the build environment to a different machine and not have to edit all the file entries inside our installer.
To do this, I had to manually change all the source paths to include #PROJECTFILEDIR# as the base path. I'd prefer that there be an option within Setup Factory to do this automatically, since right now I still have to fix up any changed files.
The only paths I haven't been able to correct are those for the language files. These appear to be hard coded with fixed paths. When I recently upgraded my main development system to new hardware, I had to fix up a bunch of paths for the language files.
Essentially, I want the option to not hard code everything in our installer.
To do this, I had to manually change all the source paths to include #PROJECTFILEDIR# as the base path. I'd prefer that there be an option within Setup Factory to do this automatically, since right now I still have to fix up any changed files.
The only paths I haven't been able to correct are those for the language files. These appear to be hard coded with fixed paths. When I recently upgraded my main development system to new hardware, I had to fix up a bunch of paths for the language files.
Essentially, I want the option to not hard code everything in our installer.