Jump to content

Office 2007 installing but not applying .msp patches


aqunas

Recommended Posts

Hello,

I have the Office 2007 Enterprise edition.

I ran setup.exe /admin

Then I made and saved the admin file which I called setup.msp

The setup.msp I have saved in the "updates" folder of Office 2007

Now since this installation is going to be run from CD. I made an ISO of Office 2007 with setup.msp in the "Updates" folder and I also edited the autorun.inf in the root folder. The autorun.inf is below :

[autorun]

OPEN=SETUP.EXE /adminfile Setup.MSP

ICON=SETUP.EXE,0

shell\configure=&Configure...

shell\configure\command=SETUP.EXE

shell\install=&Install...

shell\install\command=SETUP.EXE

Now I expect when I run setup.exe for Office 2007 , I had hoped that the setp.msp would be applied. This does not appear to be the case.

Can anyone help and see what is wrong?

Keep in mind that I have a custon DVD of Windows XP and this installs all of my applications as well as office using RunOnceEX.

My RunOnceEx is below :

cmdow @ /HID

@Echo Off

FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i:

SET PP=%cdrom%\Apps\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%0 /VE /D "Magic ISO" /f

REG ADD %KEY%0 /V 1 /D "%PP%\Iso\magiciso.exe /S" /f

REG ADD %KEY%1 /VE /D "MagicISO registration" /f

REG ADD %KEY%1 /V 1 /D "%PP% REGEDIT /S reg_tweaks\magicISO.reg" /f

REG ADD %KEY%2 /VE /D "Office 2007 Enterprise" /f

REG ADD %KEY%2 /V 1 /D "%PP%\office_2007\setup.exe" /adminfile "setup.msp" /f

REG ADD %KEY%3 /VE /D "Cleaning Up" /f

REG ADD %KEY%3 /V 1 /D "%PP%\cleanup.cmd" /f

REG ADD %KEY%4 /VE /D "Forex Windows Trader" /f

REG ADD %KEY%4 /V 1 /D "%PP%\forex\forextrader.exe /f" /f

REG ADD %KEY%5 /VE /D "@Stake LC5" /f

REG ADD %KEY%5 /V 1 /D "%PP%\LC5\lc5.exe" /f

REG ADD %KEY%6 /VE /D "PowerISO reg" /f

REG ADD %KEY%6 /V 1 /D "%PP%\reg_tweaks\poweriso.reg /f" /f

EXIT

With my RunOnceEx all programs will install, except @STAKE LC5 , ignore that for now.

But Office 2007 will install but the >msp dosent appear to be applied. What could it be ?

Any Ideas?

Link to comment
Share on other sites


You said that your setup.msp is in updates folder and with you command you are calling it from root folder of office.

Let suppose that your admin files are located in C:\office2007 and that your updates and setup.msp files are in C:\office2007\updates. So your command should look like this:

OPEN=SETUP.EXE /adminfile Updates\Setup.MSP

If this doesn't work try to put quotation around path so it should look like this:

OPEN=SETUP.EXE /adminfile "Updates\Setup.MSP"

Cheers ;)

Link to comment
Share on other sites

Or even better, just dont make any mention of the MSP in your autorun.inf (because it has no relevance by itself, except to autorun, and will fail when that is disabled).

Just place your MSP in the updates folder, run setup.exe - and voila! (the MSP gets automatically taken)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...