MSFN Forum: slipstream Office 2003 SP1 & rebuild CD - MSFN Forum

Jump to content


  • 6 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

slipstream Office 2003 SP1 & rebuild CD no admin install, cache works, 1 AIO CD Rate Topic: ***** 6 Votes

#81 User is offline   veger 

  • Group: Members
  • Posts: 6
  • Joined: 23-September 06

Posted 06 October 2006 - 04:30 AM

Hi beeker,

I created fix_tables_PTK.au3 to use the method described in Post #29 to solve problems with the directory table. (Some directorielocations are changed with the serive pack)

Although the fix described wasn't correlty (I just remembered) since the missing files are stored somwhere else, so fix_tables_PTK.au3 isn't exactly the same as described in Post #29 but I modified it like this:

directory:
CWUBI86HelpMidFolder.3630F825_EED5_11D3_91FE_00AA0059F9F6
change defaultdir to:
.:WUBI86
directory:
WordBreakerFolder.31D1FCD7_F3CA_4A73_B34D_CA95CAEAB62E
change defaultdir to:
. (instead of WORDBRKR)

Had forgotten about that, so i didn't mention it before...

Hopefully it helps,
Veger


#82 User is offline   beeker 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 14-September 05

Posted 06 October 2006 - 05:12 PM

View Postveger, on Oct 6 2006, 06:30 AM, said:

directory:
CWUBI86HelpMidFolder.3630F825_EED5_11D3_91FE_00AA0059F9F6
change defaultdir to:
.:WUBI86
directory:.
WordBreakerFolder.31D1FCD7_F3CA_4A73_B34D_CA95CAEAB62E
change defaultdir to:
. (instead of WORDBRKR)


Veger, that solved my problem perfectly. Thanks!

I updated my OfficeAIO.au3 script in previous post again to include an AutoIt function so the whole process is unnattended.

Much appreciated, Beeker.

#83 User is offline   dork0900 

  • Group: Members
  • Posts: 1
  • Joined: 11-July 05

Posted 13 October 2006 - 03:58 AM

Have you guys ever noticed after integrating the service pack, all the hotfixes, and having officeupdate.microsoft.com show 0 updates available, that for some reason windowsupdate.com still shows the updates you already have installed?

Is this an integration issue? Or is it just a problem with windowsupdate.com not detecting things right?

Thanks!

This post has been edited by dork0900: 13 October 2006 - 04:00 AM


#84 User is offline   veger 

  • Group: Members
  • Posts: 6
  • Joined: 23-September 06

Posted 13 October 2006 - 07:43 AM

Yeah have seen this aswell nad it's kinda annoying, but I haven't come to a solution for it.
I thought someone posted this as well and said it has to do sometihng with the windowsupdate.com not detecting updates correctly.

#85 User is offline   beeker 

  • Newbie
  • Group: Members
  • Posts: 49
  • Joined: 14-September 05

Posted 01 November 2006 - 07:11 PM

I finished testing new features and bug fixes to my beef stew AIO scripts. I put the new beefstew.zip file on my original Post of Oct 2. You'll see the list of changes in the EDIT on that posting.

Successfully tested updating a CD that was previously updated by the same scripts.

I've been reducing the size of my AIO quite a bit too.
By integrating copycabs.cmd with sort2cabs.js I saved about 29 meg. (see description on my Oct 2 Post).

I also performed a one-time manual edit for Project Pro and Std that saves another 20 meg. Instructions are in the attached ProjectMerge.txt file. Microsoft updates can be applied to Project afterwards without having to re-do this edit.

Enjoy,

Beeker

Attached File(s)



#86 User is offline   Unsure 

  • Group: Members
  • Posts: 2
  • Joined: 19-December 06

Posted 19 December 2006 - 03:54 PM

Hello:

I hope this thread is still active.

I have downloaded the scripts, applications, and batch files, and followed the various versions of instructions and I keep encountering problems.

My latest problem is: right after creating .CAB files, sort2cabs.js goes into resequencing .xml files (as far as I understand). From what I could gather from the script, it calls md5sum.exe to do this. Each time I attempt to run the script, near the end I always get the same error:

xml files found: acc11,excel11,fp11,inf11,onote11,outl11,outls11,owc10,owc11,ppt
11,pro11,pub11,std11,stdp11,word11
modifying acc11
modifying excel11
modifying fp11
modifying inf11
modifying onote11
modifying outl11
modifying outls11
modifying owc10

Error: Access is denied.

I read somewhere that md5sum.exe does not work on Windows XP, so I tried running the script on a Windows 2000 box, and came up with the same results. I've checked the permissions on the .xml files in x:\office2003\sort and there are no permissions set (or rather, no restrictions were set).

Please help! (**prays that this thread is still active :unsure: **)

This post has been edited by Unsure: 19 December 2006 - 04:59 PM


#87 User is offline   yingkit2007 

  • Group: Members
  • Posts: 1
  • Joined: 19-December 06

  Posted 21 December 2006 - 12:30 AM

View Postmarek722, on Jul 20 2005, 11:41 AM, said:

4. Copy XML files located at X:\office2003\FILES\SETUP to X:\office2003\sort. Now edit X:\office2003\sort\tabledirs.lst and X:\office2003\sort\xmlfiles.lst to match your need. tabledirs.lst lists all directories containing the exported tables from the msi packages (existence is checked in sort2cabs.js) and xmlfiles.lst lists all xml to edit (correct md5sums).


After I extract those 5 tables by orca, but i cannot see "tabledirs.lst" and "xmlfiles.lst" existed in "X:\office2003\sort\", how can i do?

#88 User is offline   Unsure 

  • Group: Members
  • Posts: 2
  • Joined: 19-December 06

Posted 21 December 2006 - 11:15 AM

View Postyingkit2007, on Dec 20 2006, 11:30 PM, said:

View Postmarek722, on Jul 20 2005, 11:41 AM, said:

4. Copy XML files located at X:\office2003\FILES\SETUP to X:\office2003\sort. Now edit X:\office2003\sort\tabledirs.lst and X:\office2003\sort\xmlfiles.lst to match your need. tabledirs.lst lists all directories containing the exported tables from the msi packages (existence is checked in sort2cabs.js) and xmlfiles.lst lists all xml to edit (correct md5sums).


After I extract those 5 tables by orca, but i cannot see "tabledirs.lst" and "xmlfiles.lst" existed in "X:\office2003\sort\", how can i do?

You create xmlfile.lst and tabledirs.lst yourself using Notepad and saving the file as a .lst file.

Tabledirs.lst:
Basically, whatever directory names you used to export your tables to, you list in the file. Tabledirs.lst should look something like this:

acc11
excel11
fp11
inf11
onote11
outl11
outls11
owc10
owc11
ppt11
pro11

xmlfiles.lst:
Similar list as above, but all you do is list the xml files located in /files/setup.

If you read the above posts, Beeker actually has combined a package that pretty much does everything, including creating the .lst files
http://www.msfn.org/board/index.php?showto...1225&st=60#

#89 User is offline   skonvols2k 

  • Group: Members
  • Posts: 4
  • Joined: 18-September 07

Posted 19 September 2007 - 04:06 AM

Hi, i have successfully integrated in my office 2003 pro for students (so no admin setup allowed) the service pack 3.
after installation without problem and all programs works fine (showing SP3 in about) i tried to install office2003-KB936677-FullFile-ITA.exe (junk mail filter of september) it's stop due a problem of version (update it isn't made for version installed). instead installing same update via microsoft update works fine.

does anyone know why this problems?
TNX

This post has been edited by skonvols2k: 19 September 2007 - 04:10 AM


#90 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 4,977
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 19 September 2007 - 06:00 AM

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

#91 User is offline   skonvols2k 

  • Group: Members
  • Posts: 4
  • Joined: 18-September 07

Posted 19 September 2007 - 07:23 AM

View PostMagicAndre1981, on Sep 19 2007, 02:00 PM, said:

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?

This post has been edited by skonvols2k: 19 September 2007 - 07:31 AM


#92 User is offline   Siginet 

  • Windows XP PowerPacker Creator
  • PipPipPipPipPip
  • Group: Members
  • Posts: 736
  • Joined: 22-January 05

Posted 14 October 2007 - 12:49 PM

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

#93 User is offline   galileo 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 20-June 05

Posted 17 January 2008 - 08:29 AM

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

#94 User is offline   mikesw 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 360
  • Joined: 05-October 05

Posted 17 January 2008 - 08:41 AM

take a look at this other slipstreamer for office

http://www.msfn.org/board/Office-2000-XP-2...100#entry729948

#95 User is offline   galileo 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 20-June 05

Posted 17 January 2008 - 09:47 AM

thx..already been there and have had some issues with it....left a message for mara- this morning....

#96 User is offline   cerellean 

  • Group: Members
  • Posts: 1
  • Joined: 16-February 08

Posted 16 February 2008 - 11:04 PM

I can not download sort2cabs.js

#97 User is offline   NagatoYuki 

  • Group: Members
  • Posts: 1
  • Joined: 22-February 08

Posted 23 February 2008 - 09:25 AM

The Only Problem for slipstreaming Office 2003 SP3...

Quote

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]


#98 User is offline   LordWarlock 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 11-September 05

Posted 02 May 2008 - 01:38 PM

View PostSiginet, on Oct 14 2007, 08:49 PM, said:

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.

#99 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 25 May 2008 - 08:33 PM

View Postcerellean, on Feb 17 2008, 07:04 AM, said:

I can not download sort2cabs.js


me too...anyone can upload it again?

#100 User is offline   Gremo 

  • Member
  • PipPip
  • Group: Members
  • Posts: 101
  • Joined: 24-May 05

Posted 11 June 2008 - 02:41 PM

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

Share this topic:


  • 6 Pages +
  • « First
  • 3
  • 4
  • 5
  • 6
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy