Jump to content

Shrink Office 2003 how


Guest zipzapdhoom

Recommended Posts

Guest zipzapdhoom

hi i follow the complet guide and create a unattanted office 2003 setup in which i remove access,powerpoit , thems and some tools which i dont requir. and got a file Unattended.MST. but now at the time of installation by this new Unattended setup i goting lost of following type of errors . plz help me

one more thing ppls . in office 2003 there is a part where writen that

"This command will perform a silent installation of Office XP using the Unattended.MST file you created in the

Custom Installation Wizard to set your customized options. But we don't want to use the exact command

shown above as this wouldn't exist when installing from a CD, so change:

TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\Unattended.MST /qb-

to...

TRANSFORMS=Unattended.MST /qb- "

i cant understand what and where i do this .

post-86675-1139144613_thumb.jpg

Link to comment
Share on other sites


I tried to give an answer on this part of the question. I am not sure if that is what you want. I don't want to blame you but your english is not verry clear to me ;) .

"This command will perform a silent installation of Office XP using the Unattended.MST file you created in the

Custom Installation Wizard to set your customized options. But we don't want to use the exact command

shown above as this wouldn't exist when installing from a CD, so change:

TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\Unattended.MST /qb-

to...

TRANSFORMS=Unattended.MST /qb- "

i cant understand what and where i do this .

It depends on what you want to do. If you are not making an unattended windows cd. then just put the command

setup.exe TRANSFORMS=unattended.MST /qb

in a notepad file and save it as an *.cmd file. then put this file in the folder where the *.mst file is.

If you want to integrate it in an unattended cd then there are many methods to do this. Just some:

1) you must put this command in the runonceex.cmd and start it there. I hope you know about what I'm talking. If not, just ask me, or try the second method.

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%\000 /V 1 /D "%PP%setup.exe TRANSFORMS=unattended.MST /qb-" /fREG ADD %KEY% /V TITLE /D "Installing Programs" /f

REG ADD %KEY%\000 /VE /D "Microsoft Office 2003 Professional" /f
REG ADD %KEY%\000 /V 1 /D "%PP%setup.exe TRANSFORMS=unattended.MST /qb-" /f

EXIT

Make sure you got the path right! (I mean here)

REG ADD %KEY%\000 /V 1 /D "%PP%setup.exe TRANSFORMS=unattended.MST /qb-" /f

2) you could also try to start is in the winnt.sif file. but then read here:

http://unattended.msfn.org/unattended.xp/view/web/30/

And look arround in this guide. I can explain it all to you, but that would take too long.

So try this first and if it doesn't work you may ask me more or pm me.

Kind regards

Jonathan

Edit:

I don't know how you get the error.

Edited by jonathan_314
Link to comment
Share on other sites

HI THERE :hello: .. I have a small Q. it may soun strange but believe me i've almost complete my project for unattended xp-sp2 windows which include 40 updates 20 add-ons and office 2003 integated and reduced....so the cd ISO is ready to take off ... now the only thing that is holding me back is the office final go (code) ..

i would like to palce it in the RunOnce option of n-lite as shown below ..my .MST is located in the same directory of office .msi

D:\xpcd\$OEM$\$1\install\Applications\Office2003

so how can i do that? and what would be the proper code that goes in there?

thank you..

Edited by crystalxp
Link to comment
Share on other sites

Hi.

I create my Runonceex.cmd manually(without nlite) and place it(and other needed files) to winxp cd

Here is the content:

cmdow @ /HID

@echo off

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

REG ADD %KEY% /V TITLE /D "Installing Applications and MUI" /f

REG ADD %KEY%\005 /VE /D "Mapping network drives..." /f

REG ADD %KEY%\005 /V 1 /D "%systemroot%\system32\map.cmd" /f

REG ADD %KEY%\010 /VE /D "Applying OS settigs..." /f

REG ADD %KEY%\010 /V 1 /D "REGEDIT /S %systemroot%\system32\os.reg" /f

REG ADD %KEY%\015 /VE /D "Adobe Acrobat 5" /f

REG ADD %KEY%\015 /V 1 /D "C:\install\acrobat.msi /qn" /f

REG ADD %KEY%\020 /VE /D "ACDSee systems 4.0" /f

REG ADD %KEY%\020 /V 1 /D "C:\install\ACDSee.msi /qn" /f

REG ADD %KEY%\025 /VE /D "WinRAR 3.0" /f

REG ADD %KEY%\025 /V 1 /D "C:\install\WinRaR.msi /qn" /f

REG ADD %KEY%\030 /VE /D "1C company" /f

REG ADD %KEY%\030 /V 1 /D "C:\install\1C.msi /qn" /f

REG ADD %KEY%\035 /VE /D "MS Office 2003" /f

REG ADD %KEY%\035 /V 1 /D "x:\office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\040 /VE /D "Russian MUI" /f

REG ADD %KEY%\040 /V 1 /D "x:\applications\MUI\muisetup.exe /i 0419 /d 0419 /r /s"

REG ADD %KEY%\045 /VE /D "Rebooting..." /f

REG ADD %KEY%\045 /V 1 /D "%systemroot%\system32\shutdown.cmd" /f

EXIT

Unattended.MST created by msoffise ORK tools.

Office version: Office2003sp2 with critical updates.

Office distr placed in network location, but you can place it to CD )

It works )

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