
Control Panel Applet installation.
Quote:
>I have developed an application that has two parts. One is the main program
>and the other one is a configuration component, I want my application to be
>installed in two locations, the main program in user's selected folder and
>configuration component in the control panel folder. any thoughts
>Thanks in advance
I don't see where that would make a lot of difference in performance,
though it might be easier to manage with version control on end-user's
machine.
As long as you can define the "config" directory based on some
information on these machines it should be quite straight-forward
(notice I did not say easy :-)). I have not run a setup building
software (either VB or other) since ver. 4.0 (There was always someone
else on the project to do that up to now) but unless the Setup Wizard
changed drastically, you'll find all that you need in the Setup1.bas
that the wizard creates. Then it is a matter of changing some default
references.
Sincerely,
Sol.