A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Office » Setup, Installing & Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how do i stop office 2007 configuring startup



 
 
Thread Tools Display Modes
  #1  
Old March 9th, 2009, 06:20 PM posted to microsoft.public.office.setup
megos[_5_]
external usenet poster
 
Posts: 1
Default how do i stop office 2007 configuring startup


Also, Turn Off The User Account Control....when It's On The Patches Do
Not Work.....


--
megos
------------------------------------------------------------------------
megos's Profile: http://forums.techarena.in/members/megos.htm
View this thread: http://forums.techarena.in/office-setup/1024781.htm

http://forums.techarena.in

  #2  
Old March 17th, 2009, 12:02 AM posted to microsoft.public.office.setup
greenmtdave[_5_]
external usenet poster
 
Posts: 1
Default how do i stop office 2007 configuring startup


Thought I had the MS Access problem beat, but now I am finding when I
run VBA code, the Configuration window is back again, sometimes 5 times
in quick succession -- problem is with the OLE server?


--
greenmtdave
------------------------------------------------------------------------
greenmtdave's Profile: http://forums.techarena.in/members/greenmtdave.htm
View this thread: http://forums.techarena.in/office-setup/1024781.htm

http://forums.techarena.in

  #3  
Old July 22nd, 2009, 02:13 PM posted to microsoft.public.office.setup
alfons_aaberg
external usenet poster
 
Posts: 1
Default how do i stop office 2007 configuring startup


Every time Vista Installer popuped for “Windows configures Microsoft
Office professional 2007”
I installed office 2007 on Vista and it works well for several month.
Yesterday I installed Visio 2003 from Visual Studio 2005 Team System.
Every time when I opened Visio, it popuped a dialog to configure
Microsoft Office, and then a registry key access error, and then
rollback the configure progress. Then I try to uninstall Visio, same
registry key access error. At last I tried various ways and successfully
uninstalled Visio. But when I open I open an office product
(Word/Excel/PowerPoint, and etc), it gives me a message “please wait
while Windows configures Microsoft Office professional Plus 2007”. Then
it pops a window with a status bar for “Configuration Progress”. After
several minutes, the office product opened. So I uninstalled office
entirely, booted, and reinstalled again and again. My account is a
domain user and is belong to administrators user group on my machine. I
looked this up online, tried different approaches and finally found this
one:

Either way you would have to use SubInAcl. Download it from
microsoft.com
This tool allows us to edit registry entries even those which you need
special rights for.
We will make simple files, depending on the application you need to
fix, with code that will fix your registry entries.
1. Download and install SubinAcl.
2. Locate the install folder (default is Program Files/Windows Resource
Kits/Tools/)
3. Open Notepad
4. Add the lines you need for your applications (you can find the lines
bellow)
5. Save the file as "Officefix.cmd" in the folder where you found
SubinAcl.
6. Open the officefix.cmd

I didn’t found the lines of code that “you can find the lines bellow”.
Here is the script I used and it works:

subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
/grant=system=f
subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
/grant=system=f
subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
/grant=system=f
subinacl /subdirectories %SystemDrive% /grant=administrators=f
/grant=system=f
subinacl /subdirectories %windir%*.* /grant=administrators=f
/grant=system=f
secedit /configure /cfg %windir%infdefltbase.inf /db defltbase.sdb
/verbose


--
alfons_aaberg
------------------------------------------------------------------------
alfons_aaberg's Profile: http://forums.techarena.in/members/117151.htm
View this thread: http://forums.techarena.in/office-setup/1024781.htm

http://forums.techarena.in

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.