Jump to content

slipstream Office 2003 SP1 & rebuild CD


marek722

Recommended Posts

this is a bug with the sp3.

first integrate the msp from the junk mail filter and next integrate the Sp3. After installing the new version import this reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\7040110900063D11C8EF10054038389C\Patches\F498D7EF7BACEF540865443F52234A30]
"MSI3"=dword:00000001
"State"=dword:00000001
"Uninstallable"=dword:00000001
"LUAEnabled"=dword:00000000
"PatchType"=dword:00000000
"Installed"="20070918"
"DisplayName"="Update for Outlook 2003: Junk E-mail Filter (KB936677): OUTLFLTR"
"MoreInfoURL"="http://support.microsoft.com/kb/936677"

Source:

http://www.german-nlite.de/index.php?s=&am...ost&p=89547

TNX

but i didn't try to integrate the junk filter.... i want integrate only sp3

but this bug regards only the junk filter ?? or any future post-sp3 update can be done only via Microsoft update?

Edited by skonvols2k
Link to comment
Share on other sites

  • 4 weeks later...

I finally was able to make this work for SP3. Man... this method really needs to be simplified. beeker, vegar and others have done great at simplifying it a bit. But it is still pretty confusing. :blink: After I release v1.5 of the integrator I plan on taking a crack at making this method very simple. The hardest part for me will be converting the sort2cabs.js to Autoit code... but looking through the file it looks very possible. Once I convert that then I will convert all of the batch files into autoit and implement it into my Office Integrator GUI. ;) This by far is the BEST way to integrate Hotfixes and Servicepacks into an office installation disk. I just got my Office disk down from about 1.5 GB to 722 MB. That is a significant difference. But the time it took for me to trial and error this was crazy. :wacko: I am not a newbie to code... so for it to be this hard for me... I am either a lot dumber than I thought... ;) or... most people who try this give up.

The main thing I don't like about all of this is having to use orca to pop up windows and automate things. It leaves so much room for errors. :( Does anyone know of a way to silently perform orca stuff? I think I saw a commandline tool a while back but I don't remember where.

Thanks

Link to comment
Share on other sites

  • 3 months later...

@siginet:

I have been following several Office slipstream threads/procedures and I agree with you - this approach seems to be one of the better - and - one of the more convoluted due to the number of individual steps. I have seen your Office Integrator and am looking forward to seeing you develop it further after you put the finishing touches on V1.5 of Integrator (Great job there especially).

A clean clear "simple" (KISS) tool is still needed on the Office slipstream front...

Link to comment
Share on other sites

  • 5 weeks later...

The Only Problem for slipstreaming Office 2003 SP3...

creating Q3561416.CAB:

Microsoft ® Cabinet Tool - Version 1.00.0601 (03/18/97)

Copyright © Microsoft Corp 1996-1997. All rights reserved.

Creating new cabinet '..\Q3561416.CAB' with compression 'LZX:21':

-- adding ..\FILES\PFILES\MSOFFICE\OFFICE11\1028\PPMAIN10.AW

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\BADNWS_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\BROCHR_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\BUSPLN_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\FINANC_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\GENRIC_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\MKTPLN_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\PRJOVR_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\STATUS_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\SELL_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\1028\STRATG_S.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\BALANCE.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\COMPASS.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\CRAYON.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\CURTAIN.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\DIGITDOT.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\EDGE.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\FADGRID.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\FIREWORK.POT

-- adding ..\FILES\PFILES\MSOFFICE\TEMPLATE\PDESIGNS\GLASS.POT

FCIAddFile() failed: code 8 [Failure compressing data]

Link to comment
Share on other sites

  • 2 months later...
The main thing I don't like about all of this is having to use orca to pop up windows and automate things. It leaves so much room for errors. :( Does anyone know of a way to silently perform orca stuff? I think I saw a commandline tool a while back but I don't remember where.

This might be useful - Windows Installer Scripting Examples, there is also other info, actually a lot of info, msi is quite complex. All the scripts are in the Windows SDK, unfortunately, I don't know about any commandline tool able to do the same thing.

Link to comment
Share on other sites

  • 4 weeks later...
  • 3 weeks later...
  • 4 weeks later...
i can't believe nobody has ort2cabs.js :whistle:

beefstew 's version

http://www.zshare.net/download/1469778295360414/

thanks a lot man! I'm just testing now...

the size of office 2003 after slipstreaming sp3 is supposed to be...? mine is quite huge...985mb  :angry:

After sorting with sort2cabs.js you need to delete extra files yourself. Look at your unmodified Office CD to compare with. Final size should be same as unmodified CD.

Cheers ;)

Link to comment
Share on other sites

i can't believe nobody has ort2cabs.js :whistle:

beefstew 's version

http://www.zshare.net/download/1469778295360414/

thanks a lot man! I'm just testing now...

the size of office 2003 after slipstreaming sp3 is supposed to be...? mine is quite huge...985mb  :angry:

After sorting with sort2cabs.js you need to delete extra files yourself. Look at your unmodified Office CD to compare with. Final size should be same as unmodified CD.

Cheers ;)

ok, i found i .bat file to do this

however during install i get FM20ENU.DLL error  :blushing:

Link to comment
Share on other sites

ok, i found i .bat file to do this

however during install i get FM20ENU.DLL error  :blushing:

Well I can't help you there. You can just try the process once again. I tried this once, with SP3 only and it worked fine. Maybe you should take a look at that .bat you found, to make sure it don't delete necessary files.

Cheers ;)

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...