Re: VFP Updates?
- From: "Stefan Wuebbe" <stefan.wuebbe@xxxxxx>
- Date: Fri, 15 May 2009 21:12:01 +0200
Steve,
On the other hand, most of what Doug describes in his article applies
to WinXP too, if your.exe runs in context of a Windows "Limited
Account", which is what many users do, e.g. in company networks.
Actually I do the same on my own PC to keep malware away from
the "system" parts of the O/S.
IMO, WinXP limited accounts as well as Vista UAC is quite easy
to handle if you just avoid writing files to your.EXE's root folder (but
rather into the %appdata% or %temp" folders etc), and avoid writing
to protected Registry parts like HKLM, HKCR (but rather put your
things into HKCU)
hth
-Stefan
"Steve Meyerson" <stevemeyerson@xxxxxxx> wrote in message news:l3vq055s7dr4cuicvnqvlrqudgefmqra6u@xxxxxxxxxx
Hi Linn,
I, as you, am not a full time VFP developer and maybe even further
behind than yourself. Reading the article Dan pointed you toward
enforced that belief. It seems there are at least a dozen major
considerations for installing and running a VFP app in Vista.
However, I think there's a saving grace: If you don't need to register
components or DLL's, and your users can tolerate the "annoyance" of
another root directory (most of my users don't even know what a root
directory/folder IS), and you don't need to write to registry, I think
you could put the app and the data in shared folder(s) and not have to
deal with XP/Vista differences.
Note: I've used config files, .mem files and memo fields to hold user
settings in various apps. I think that is more reliable than writing
them to the registry. They can be part of the user's normal backup and
can be easily reloaded if the user has to reformat or wants to reload
the app on another computer while saving his/her settings.
Registry--that's a different story for the average user.
Anyway, that's my 2c.
Steve
On Thu, 14 May 2009 09:34:55 -0500, "Linn Kubler"
<lkubler@xxxxxxxxxxxxxxxxxx> wrote:
Hi,
I just realized how far behind I had fallen. I don't do development as a
full-time job, I do it quite sparatically. That said I realize that I'm
still running VFP 9.0 sp1 and developing specifically for XP. However I
soon will need to support Vista so I'm wondering what I need to do
differently, if anything, in my applications to allow them to function in
Vista? I see there is a service pack 2 available and something called
Sedna, not sure what that's all about. Can anyone fill me in?
Thanks in advance,
Linn
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------
.
- Follow-Ups:
- Re: VFP Updates?
- From: Steve Meyerson
- Re: VFP Updates?
- References:
- VFP Updates?
- From: Linn Kubler
- Re: VFP Updates?
- From: Steve Meyerson
- VFP Updates?
- Prev by Date: Re: Problem with VFP 9
- Next by Date: Re: Problem with VFP 9
- Previous by thread: Re: VFP Updates?
- Next by thread: Re: VFP Updates?
- Index(es):
Relevant Pages
|