slipstream Office 2003 SP1 & rebuild CD no admin install, cache works, 1 AIO CD
#81
Posted 06 October 2006 - 04:30 AM
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
Posted 06 October 2006 - 05:12 PM
veger, on Oct 6 2006, 06:30 AM, said:
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
Posted 13 October 2006 - 03:58 AM
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
Posted 13 October 2006 - 07:43 AM
I thought someone posted this as well and said it has to do sometihng with the windowsupdate.com not detecting updates correctly.
#85
Posted 01 November 2006 - 07:11 PM
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)
-
ProjectMerge.txt (3.34K)
Number of downloads: 81
#86
Posted 19 December 2006 - 03:54 PM
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
This post has been edited by Unsure: 19 December 2006 - 04:59 PM
#87
Posted 21 December 2006 - 12:30 AM
marek722, on Jul 20 2005, 11:41 AM, said:
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
Posted 21 December 2006 - 11:15 AM
yingkit2007, on Dec 20 2006, 11:30 PM, said:
marek722, on Jul 20 2005, 11:41 AM, said:
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
Posted 19 September 2007 - 04:06 AM
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
Posted 19 September 2007 - 06:00 AM
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
Posted 19 September 2007 - 07:23 AM
MagicAndre1981, on Sep 19 2007, 02:00 PM, said:
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
Posted 14 October 2007 - 12:49 PM
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.
Thanks
#93
Posted 17 January 2008 - 08:29 AM
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
Posted 17 January 2008 - 08:41 AM
http://www.msfn.org/board/Office-2000-XP-2...100#entry729948
#95
Posted 17 January 2008 - 09:47 AM
#97
Posted 23 February 2008 - 09:25 AM
Quote
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
Posted 02 May 2008 - 01:38 PM
Siginet, on Oct 14 2007, 08:49 PM, said:
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
Posted 25 May 2008 - 08:33 PM
- ← Free MSPRES office 2010 ebook *limited time*
- Microsoft Office 97-2013
- Remove Product Key from Office 2003 exe →



Help

Back to top











