-
Link program
In PF folder have three directory : -
1) GUI
2) Modeling
I want the user can choose C : D to install the program. But the program would works in C:\ PF\Modeling. If the user create their own folder and install the program in their own folder, my program would not working because it not find its link. How make the link works?
File10=@Precision Farming.mxd,$(AppPath)\Modeling,,,1/25/08 11:22:50 AM,7176192,0.0.0.0
-
Re: Link program
Then, set your installer up to not allow them to put it anywhere they want.
Why the hardcoding?
-
Re: Link program
Actually I want the user able to change the directory during installation the package. But if the user what to change the directory, then the link not work because it dependency with the directory. So I don't how to make the link work in whatever directory choose by the user. My application in this location C:\PF\GUI and this file coded in like this C:\PF\Modelling\Precision Farming.mxd
-
Re: Link program
If, for reasons of your own, you require this directory structure, then do not allow them to install it anywhere else.