|
Home > Archive > FoxPro database connector > August 2005 > installation path
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Wilson 2005-08-19, 3:26 am |
| 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, 3:24 am |
| 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
"Wilson" <wilson@sinaisoft.com> дÈëÓʼþ
news:43055679$0$8999
$afc38c87@news.optusnet.com.au...
> 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, 3:24 am |
| Thanks.
I am looking to read my installation path without executing the program like
reading registry..
wilson
"newboy" <newboydj169@163.com> wrote in message
news:Ow0LbuspFHA.3084@TK2MSFTNGP09.phx.gbl...
> 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
>
> "Wilson" <wilson@sinaisoft.com> дÈëÓʼþ
> news:43055679$0$8999
$afc38c87@news.optusnet.com.au...
> that
>
>
|
|
|
|
|