Re: VFP Updates?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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
-----------------------------------------------------------

.



Relevant Pages

  • Re: VFP Updates?
    ... As you say, the users could set up their own limited accounts in XP, ... WinXP limited accounts as well as Vista UAC is quite easy ... considerations for installing and running a VFP app in Vista. ... directory/folder IS), and you don't need to write to registry, I think ...
    (microsoft.public.fox.programmer.exchange)
  • =?utf-8?Q?Re:_Vista_problems_reading_writi?= =?utf-8?Q?ng_the_registry_=C3=83=C2=A2=C3=A2=E2
    ... I have turned UAC off and that solved the problem for the moment. ... But if I have understod this right I need to move my use of the registry to HKCU. ... Much has been tightened down in Vista. ... It does not allow my app to write to the ...
    (microsoft.public.fox.programmer.exchange)
  • =?Utf-8?Q?Re:_Vista_problems_reading_writi?= =?Utf-8?Q?ng_the_registry_=C3=83=C2=A2=C3=A2=E2
    ... But if I have understod this right I need to move my use of the registry to HKCU. ... Much has been tightened down in Vista. ... or even on the Advisor website. ... It does not allow my app to write to the ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Password Protection
    ... the target machine is using Vista will this still work? ... tested under Vista thus far don't write to the Registry. ... the app is running for the first time and you'd write the ... since you said it's saved under VB and VBA Program Settings). ...
    (microsoft.public.vb.general.discussion)
  • Re: Access Startup Path with Vista?
    ... I find now with Visat my app does not have ... access the permissions for that folder. ... If your app path is not your user folder then it's possible your Vista ... access to your Vista account. ...
    (microsoft.public.dotnet.languages.csharp)