Re: Develop using Vista (VFP9 sp2) by Craig
Craig
Fri Jun 29 09:57:40 CDT 2007
IMO, bad advice. UAC is there for a reason. The end users of the application
could be running with it on and turning it off on the development machine
could hide issues the end users will have.
--
----
Craig Berntson
MCSD, Visual FoxPro MVP
Salt Lake City Fox User Group
"Josh Assing" <XjoshX@jAssing.com> wrote in message
news:oh7883pchq40e78fop90eaknlvff82fo8c@4ax.com...
> disable uac
> create a manifest for vfp9.exe to give it full rights
> or
> follow microsofts new guidelines -- which says not to use program files
> directories for any dymaic data.
>
> On Thu, 28 Jun 2007 21:03:48 +0200, "Zeke" <zeke@nowhere.com> wrote:
>
>>I'm starting to use Vista as development environment. One problem occurs
>>when I create an executable. When using XP i normally build the exe
>>directly
>>to a folder under Program files, however Vista does not allow this. So
>>please suggest hos I can handle this.
>