Vista and Office Student 2007 Install Issues

D

Doc Pirkle

Whenever I go to start an Office program like Outlook, Word, etc, I keep
getting the configuration box and can't move on until it stops. I figure I
have some files in a place they shouldn't be or when I installed Office, it
didn't remove some setup files. I've tried reinstalling after removing and
the problem reappears. I've asked for help on this in the past and have
never received a reply. I'm trying again.
 
S

Sunny

Hi Doc,

If you are running 32bit Windows OS, then create a system restore point and
then try running following script after installing SUBINCAL
(http://www.microsoft.com/downloads/details.aspx?FamilyID=e8ba3e56-d8fe-4a91-93cf-ed6985e3927b
)

# Ensure that there are no registry cleaner/Anti-virus running, before you
start this script.

1. Make a backup of your registry.
2. Download and install subinacl.exe.
3. Copy the text below into a text file called reset.cmd and run reset.cmd
with administrative rights (it may take a LONG time):

cd /d "%ProgramFiles%\Windows Resource Kits\Tools"
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%\inf\defltbase.inf /db defltbase.sdb
/verbose

4. Restart the computer and then try using office 2007 application.

Regards,

Sunny
 
F

FIEL6918

Doc Pirkle said:
Whenever I go to start an Office program like Outlook, Word, etc, I keep
getting the configuration box and can't move on until it stops. I figure I
have some files in a place they shouldn't be or when I installed Office, it
didn't remove some setup files. I've tried reinstalling after removing and
the problem reappears. I've asked for help on this in the past and have
never received a reply. I'm trying again.
 
Top