Tuesday, March 22, 2011

Fix Outlook 2010 Error 30023

Problem :

Has anyone been playing with the outlook 2010 deployment scripts yet? We're testing outlook before the full package.
We seem to have run into an odd error that doesn't appear online when running the default script provided by MS.

C:\>start /wait \\srv1\pathToOutlookFolder\setup.exe /config \\srv1\pathToOutlookFolder\Outlook.WW\config.xml
C:\>echo Fri 06/25/2010 16:46:33.03 Setup ended with error code 30023. 1>> c:\\error.txt


Solution :

Error 30023 typically means there is a problem with your installation source. My recommendation would be to save your config.xml and your Office Customization Tool MSP file, delete your entire Office 2010 source folder, and then re-built it from unaltered, original source. Add your config.xml and setup msp to the new source and run setup.exe.

Your command line example syntax is good. If these steps don't resolve your issue you should enable verbose setup logging to help determine root cause. To enable logging, change this line in your config.xml:



to this:

No comments:

Post a Comment