I installed Microsoft Office 2003 and 2007 together on a Windows XP Machine

When I launch Word 2003 or 2007 a setup tries to reconfigure my system

How can I Fix this problem?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

How to get rid of the installer / configuration dialog when running Office 2007 and Office 2003 on the same system - for Vista and other versions of Windows

The fix to the problem is very simple as it turns out - simply run the following commands (by pressing the Windows Key+R or typing it into the Start/Run command box. Use the line with Office\11.0 if you have Office 2003 installed and Office\12.0 if you have Office 2007 installed. You can use both if you have both installed :

reg add HKCU\Software\Microsoft\Office\11.0\Word\Options /v NoReReg /t REG_DWORD /d 1

reg add HKCU\Software\Microsoft\Office\12.0\Word\Options /v NoReReg /t REG_DWORD /d 1

That is it. Office 2007 might want to have one more spin round the block with it's configuration dialog box, but that should be it.

Source

link|improve this answer
+1 !!!!! Nice answer! – r0ca Feb 8 '10 at 14:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.