MSFN Forum: Shrink Office 2003 how - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Shrink Office 2003 how lots of errors Rate Topic: -----

#1 User is offline   zipzapdhoom 

  • Newbie
  • Group: Banned
  • Posts: 18
  • Joined: 01-February 06

Posted 05 February 2006 - 07:05 AM

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 .

Attached File(s)




#2 User is offline   jonathan_314 

  • Junior
  • Pip
  • Group: Members
  • Posts: 63
  • Joined: 31-October 05

  Posted 05 February 2006 - 05:55 PM

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

Quote

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

This post has been edited by jonathan_314: 06 February 2006 - 12:42 AM


#3 User is offline   thuun derboy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 111
  • Joined: 06-March 05

Posted 05 February 2006 - 11:23 PM

@zipzapdhoomk,
it's called a switch.
office 'reducer' used?
redo your .mst & try again.

the exact syntax:
setup.exe TRANSFORMS="unattended.MST" /qb

or for a 7zip cofig.txt:
setup.exe TRANSFORMS=unattended.MST /qb

'k?

#4 User is offline   crystalxp 

  • Newbie
  • Group: Members
  • Posts: 40
  • Joined: 05-February 06

Posted 10 February 2006 - 01:16 AM

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

Quote

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

This post has been edited by crystalxp: 10 February 2006 - 01:18 AM


#5 User is offline   NikV2005 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 17-October 05

Posted 10 February 2006 - 05:34 AM

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 )

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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