WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Prevent Access 2007 from starting setup

 
   Home -> Office other -> Setup/Configuration RSS
Next:  check if a product is missing?  
Author Message
Jan Serpieters

External


Since: Oct 23, 2009
Posts: 1



(Msg. 1) Posted: Fri Oct 23, 2009 8:07 am
Post subject: Prevent Access 2007 from starting setup
Archived from groups: microsoft>public>access>setupconfig (more info?)

I've a computer with two versions of MS Access installed (2000 and 2007 and
both needed).
Access 2000 was installed first (in C:\Program files\Microsoft Office) and
then Access 2007 (in C:\Program files\Microsoft Office12).
With Access 2000 there are no problems and when a user ONLY uses Access 2007
then everything works fine to.
But when a user has started Access 2000 first and then needs to launch
Access 2007 then setup of Office 2007 starts configurating the system.
Afterwards Access 2007 runs again without problems.

How can I prevent this re-configuration of Office 2007 when starting Access
2007?

I've tried adding the following registry keys:
reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Office\12.0\excel\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Office\12.0\Outlook\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Office\12.0\PowerPoint\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Office\12.0\Publisher\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Office\12.0\Access\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKCU\Software\Microsoft\Office\9.0\Access\Options /v NoReReg /t
REG_DWORD /d 1

reg add HKLM\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Office\12.0\excel\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Office\12.0\Outlook\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Office\12.0\PowerPoint\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Office\12.0\Publisher\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Office\12.0\Access\Options /v NoReReg /t
REG_DWORD /d 1
reg add HKLM\Software\Microsoft\Office\9.0\Access\Options /v NoReReg /t
REG_DWORD /d 1

but without result.

Thanks in advance for your reply.
Back to top
Login to vote
Gina Whipp

External


Since: Sep 25, 2003
Posts: 395



(Msg. 2) Posted: Sun Oct 25, 2009 7:39 pm
Post subject: Re: Prevent Access 2007 from starting setup [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jan,

This has been a problem for years when you have two or more versions of
Access on a single machine. I have heard of no way to stop this.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Jan Serpieters" <JanSerpieters DeleteThis @discussions.microsoft.com> wrote in message
news:A061E6B1-FE59-4DCC-9775-524088D8E6E1@microsoft.com...
> I've a computer with two versions of MS Access installed (2000 and 2007
> and
> both needed).
> Access 2000 was installed first (in C:\Program files\Microsoft Office) and
> then Access 2007 (in C:\Program files\Microsoft Office12).
> With Access 2000 there are no problems and when a user ONLY uses Access
> 2007
> then everything works fine to.
> But when a user has started Access 2000 first and then needs to launch
> Access 2007 then setup of Office 2007 starts configurating the system.
> Afterwards Access 2007 runs again without problems.
>
> How can I prevent this re-configuration of Office 2007 when starting
> Access
> 2007?
>
> I've tried adding the following registry keys:
> reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKCU\Software\Microsoft\Office\12.0\excel\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKCU\Software\Microsoft\Office\12.0\Outlook\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKCU\Software\Microsoft\Office\12.0\PowerPoint\Options /v NoReReg
> /t
> REG_DWORD /d 1
> reg add HKCU\Software\Microsoft\Office\12.0\Publisher\Options /v NoReReg
> /t
> REG_DWORD /d 1
> reg add HKCU\Software\Microsoft\Office\12.0\Access\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKCU\Software\Microsoft\Office\9.0\Access\Options /v NoReReg /t
> REG_DWORD /d 1
>
> reg add HKLM\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKLM\Software\Microsoft\Office\12.0\excel\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKLM\Software\Microsoft\Office\12.0\Outlook\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKLM\Software\Microsoft\Office\12.0\PowerPoint\Options /v NoReReg
> /t
> REG_DWORD /d 1
> reg add HKLM\Software\Microsoft\Office\12.0\Publisher\Options /v NoReReg
> /t
> REG_DWORD /d 1
> reg add HKLM\Software\Microsoft\Office\12.0\Access\Options /v NoReReg /t
> REG_DWORD /d 1
> reg add HKLM\Software\Microsoft\Office\9.0\Access\Options /v NoReReg /t
> REG_DWORD /d 1
>
> but without result.
>
> Thanks in advance for your reply.
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Setup/Configuration All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support