OFFICE 2003 PRO WITH SP3 (silent install and/or nlite addon) Office 2K3 Pro, Frontpage 2K3 with SP3 Integrated (so easy)
#1
Posted 11 November 2007 - 01:36 PM
Well, today we're all using DVD so we do not need to shrink the OFFICE2K, it will be easier to integrate. I got some tips without complicate d like ... above: (Hope approved?!)
1. Get your original CD (OFFICE 2003 Pro) copy everything to your desktop name it: O2K
2. To apply the latest servicepack (i got SP3), using Office 2000/XP/2003 Slipstreamer (download here)
3. Finish your SP3 update blah blah blah...
4. So, in O2K3_SP3 folder you have:
FILES (folder)
OWC11.MSI
PRO11.MSI
README.HTM
SETUP.EXE
SETUP.HTM
5. Add all files to winrar to make SFX silent switch: PRO11.MSI /QN
My winrar commands, you can copy and paste to yours:
______________________ BEGIN ____________________
;The comment below contains SFX script commands
Setup=PRO11.MSI /QN
TempMode
Silent=1
Overwrite=1
Title=Microsoft Office 2003 Professional SP3
______________________ END ______________________
That's it! we finished to SILENT OFFICE 2003 SP3, to make nLite addons so easy from here:
using nLite Add-On Maker to make CAB (addon) well.... you got it from here right? further questions please just ask.
_________________________________________________
By the way, if you need to integrate the FrontPage 2003 + SP3 do the same way as OFFICE 2003, the winrar SFX commands:
______________________ BEGIN ____________________
;The comment below contains SFX script commands
Setup=FP11.MSI /QN
TempMode
Silent=1
Overwrite=1
Title=Microsoft Office FrontPage 2003 SP3
______________________ END ______________________
#2
Posted 28 November 2007 - 08:54 PM
the only thing i'd add, is that if you do the administrative install point described in the unattended guide, you can put in your key beforehand. but still, so much better than the ugly runonce batch cmd i was using!
and actually using this technique, i was able to fit a trimmed down XP and Office 03 onto one CD!
This post has been edited by tum0r: 03 December 2007 - 04:55 PM
#3
Posted 07 April 2008 - 03:58 PM
#4
Posted 08 April 2008 - 01:20 PM
UtCollector, on Apr 7 2008, 03:58 PM, said:
do you want to make the SP3 update smaller, or just add it into the addon? MSFN guides has how to do an administrative install to add the SP3 update. doing that, and using this method to make an addon, my final size was around 317 MB....
#5
Posted 08 April 2008 - 08:30 PM
* Please, is there some Brazilian guy that can traduce this tutorial?
#6
Posted 08 April 2008 - 08:44 PM
Why don´t you use babelfish?
#7
Posted 09 April 2008 - 12:18 PM
@puntoMX
Many thanks!
#8
Posted 15 May 2008 - 02:08 AM
#9
Posted 18 September 2008 - 09:07 AM
Read through the above site (and look at the screen grabs) to get a better understanding of how to create SFX archive files.
To get the same SFX commands as our friend midi2k6, the ONLY steps required when in the "Advanced SFX options" screen are:
1. On General tab, enter the following into the "Run after extraction" field: PRO11.MSI /QN
2. On the Modes tab:
- tick "Unpack to temporary folder"
- select "Hide all" under "Silent mode"
- select "Overwrite all files" under "Overwrite mode"
3. On the Text and icon tab, enter the following text in the "Title of SFX window" field: Microsoft Office 2003 Professional SP3
That is it!
To confirm this is correct, look at the Comment tab in the Archive name and parameters screen.
#11
Posted 09 October 2008 - 11:36 AM
kaltses, on Sep 18 2008, 09:07 AM, said:
Read through the above site (and look at the screen grabs) to get a better understanding of how to create SFX archive files.
To get the same SFX commands as our friend midi2k6, the ONLY steps required when in the "Advanced SFX options" screen are:
1. On General tab, enter the following into the "Run after extraction" field: PRO11.MSI /QN
2. On the Modes tab:
- tick "Unpack to temporary folder"
- select "Hide all" under "Silent mode"
- select "Overwrite all files" under "Overwrite mode"
3. On the Text and icon tab, enter the following text in the "Title of SFX window" field: Microsoft Office 2003 Professional SP3
That is it!
To confirm this is correct, look at the Comment tab in the Archive name and parameters screen.
100%
however if you use ORK to do a fully unatended customised install use the following, once you have your MST file.
1. On General tab, enter the following into the "Run after extraction" field: setup.exe TRANSFORMS=Unattended.MST /QN
2. On the Modes tab:
- tick "Unpack to temporary folder"
- select "Hide all" under "Silent mode"
- select "Overwrite all files" under "Overwrite mode"
3. On the Text and icon tab, enter the following text in the "Title of SFX window" field: Microsoft Office 2003 Professional SP3
#12
Posted 24 October 2008 - 04:46 AM
1) Is there a way to slipstream the Office 2k3 serial number in so it can just install unattended?
2) I only install/use Excel, Outlook, Powerpoint and Word. Is there a way that I can have those (and the required files that go with it) be installed without everything else?
3) Can this be added to the Windows clean installation disk so when I put the disk in & come back later, Office will be on my shiney new Windows already?
Thanks in advance
#13
Posted 24 October 2008 - 05:24 AM
Longhair, on Oct 24 2008, 05:46 AM, said:
1. Download the administrative version of Office 2003 SP3 and save it to C:\ (click here for a different language than English)
2. Extract the Office2003SP3-KB923618-FullFile-ENU.exe file to C:\o2k3sp3a
Start-> Run and type;
C:\Office2003SP3-KB923618-FullFile-ENU.exe /t:c:\o2k3sp3a /c
3. Insert your Office 2003 CD and make an administrative installation point to C:\o2k3
To do this open the Run command again and type;
D:\setup.exe /a (where D:\ is your CD-ROM drive)
4. When the installation point is created open the Run command again and type*:
msiexec /a C:\o2k3\pro.msi /p C:\o2k3sp3a\MAINSP3.msp
5. When the update is finished you can write the content of C:\o2k3 to CD and you’ll have an Office 2003 SP3 slipstreamed CD!
...
http://www.howto-outlook.com/otherprograms...treamo2k3sp.htm
Doing an administrative installation you'll slipstream the key.
I'm also interested (and have no idea) in your second question... how can i choose wich components i want to install?
This post has been edited by pepolla: 24 October 2008 - 05:26 AM
#14
Posted 30 October 2008 - 05:23 AM
Is making this SFX executable enough?
I mean do we directly add this SFX to the nlite's addon window or DO WE HAVE TO MAKE A "CAB" BEFORE HAND?
And if so how?
Help would be much appreciated..
Thanx in advance.
#15
Posted 31 October 2008 - 03:03 PM
#16
Posted 14 July 2009 - 02:55 PM
#17
Posted 28 December 2009 - 03:58 AM
its working great
can you tell me how to choose what companent of office to install- for example i need only EXEL and WORD
#18
Posted 09 January 2010 - 06:56 PM
Jacobp, I always install Office from a batch file at first login. After you do an administrative install, use Office Shrinker that will reduce the size of the installation folder. For example, my Office CD is about 400MB; after the administrative install it's about 600MB, but after Office Shrinker it's only about 270MB. I don't use Outlook and Visio, but some are even more extreme.
Many have asked for an add-on for Office 2003, but this REALLY works, so why complicate it? If you need help for the batch file, just PM me, write a reply here, or use search.
#19
Posted 27 January 2010 - 09:28 AM
This post has been edited by chupacabra: 27 January 2010 - 09:43 AM



Help
Back to top









