|
From: codeman on 3 Jul 2008 04:35 Hi, porting an Access 2003 application running on Windows XP to Access 2007 on a Vista machine I'm running into a problem. The application uses Registry API calls to access (read/write) values into the HKEY_LOCAL_MACHINE\SOFTWARE \... entry for JET settings and others. The program is converted to Access 2007 and I made a mde file to run it on a Vista machine under Access 2007 Runtime. Access to the Registry for the mentioned entry results in an "Access denied" error. I understand that is has to do with the tighter security of Vista. In genaral, is there a way to write Registry values, creating keys etc. to the Registry of Vista that are now under security of Vista using VBA? Thanks AccessVba
From: Tom van Stiphout on 3 Jul 2008 09:39 On Thu, 03 Jul 2008 10:35:56 +0200, codeman <codeman(a)hotmail.com> wrote: Go to search.microsoft.com and search for "Vista registry write" and you'll find several useful articles. Indeed tighter security. -Tom. >Hi, > >porting an Access 2003 application running on Windows XP to Access >2007 on a Vista machine I'm running into a problem. The application >uses Registry API calls to access (read/write) values into the >HKEY_LOCAL_MACHINE\SOFTWARE \... entry for JET settings and others. >The program is converted to Access 2007 and I made a mde file to run >it on a Vista machine under Access 2007 Runtime. Access to the >Registry for the mentioned entry results in an "Access denied" error. > >I understand that is has to do with the tighter security of Vista. > >In genaral, is there a way to write Registry values, creating keys >etc. to the Registry of Vista that are now under security of Vista >using VBA? > > >Thanks > >AccessVba
|
Pages: 1 Prev: привет Next: Access 2007 'Compact & Repair' not reducing size on networked driv |