Discussion:
installation path
(too old to reply)
Wilson
2005-08-19 03:48:11 UTC
Permalink
Deear friends,

How can I read the installed path of my program (dev by VFP8) on user
machine?

Usage: To distribute upgrade program on CD. When autorun starts my upgrade
program it shoud read the installed path of my program 'ppmain.exe' on that
machine and will automatically install all necessarry components in that
folder.

thanks in advace

Wilson
newboy
2005-08-22 03:44:00 UTC
Permalink
Write this function to you main program:
MESSAGEBOX(JUSTPATH(SYS(16)))

when you start you app,it will show the install path of exe file.

satisfied?
--
newboy
Post by Wilson
Deear friends,
How can I read the installed path of my program (dev by VFP8) on user
machine?
Usage: To distribute upgrade program on CD. When autorun starts my upgrade
program it shoud read the installed path of my program 'ppmain.exe' on that
machine and will automatically install all necessarry components in that
folder.
thanks in advace
Wilson
Wilson
2005-08-23 02:21:44 UTC
Permalink
Thanks.
I am looking to read my installation path without executing the program like
reading registry..

wilson
Post by newboy
MESSAGEBOX(JUSTPATH(SYS(16)))
when you start you app,it will show the install path of exe file.
satisfied?
--
newboy
Post by Wilson
Deear friends,
How can I read the installed path of my program (dev by VFP8) on user
machine?
Usage: To distribute upgrade program on CD. When autorun starts my upgrade
program it shoud read the installed path of my program 'ppmain.exe' on
that
Post by Wilson
machine and will automatically install all necessarry components in that
folder.
thanks in advace
Wilson
Loading...