DigeratiPrime Posted August 28, 2004 Posted August 28, 2004 Oh drag and drop, my bad. I wanted to get the Office2003 (post Shirnk) off the virtual pc to rebuild the Unatttended ISO, now I can try this, THANKS!
DigeratiPrime Posted August 28, 2004 Posted August 28, 2004 no this method is different from the other posts. Everyone including myself has tried to create the SFX archive that does it all. This is what Iam doing:RunOnceEx runs the Office2003.exe (SFX Archive), it extracts to "OfficeTEMP".When that is done RunOnceEx, not the SFX Comment, tells it to run the Office setup.exe Transform Unattended.mst. It might not work, but at least we can rule it out.
DigeratiPrime Posted August 28, 2004 Posted August 28, 2004 It Worked! [EDIT] Total ISO filesize is 434MB, plenty to spare. [EDIT2] I used "OfficeShrinker" (use search) to get rid of all the glut in Office bringing the installation files to about 370MB from 670! And WinRAR to compress that down to 148MB self extracting SFX File that RunOnceEx can use.
gunsmokingman Posted August 28, 2004 Posted August 28, 2004 Try this in the runs from CMDLINES.txt part.The next part is to have a cmd that runs at the run once part that start the set up Office[COMMANDS]"REGEDIT /S 000.reg""REGEDIT /S 080.reg""Theme.cmd""RunOnceEx.cmd" This runs just before the RunOnceEx is called so it is give enough time extract it and than at first desk top, my cmd that runs Office which allows a yes install no install, This is my last cmd to run in the RunOnceEx before the clean up part. You could also run the set up from the clean up cmd also .Theme.cmd This runs at the 12 min mark before the run onceecho offclscolor 4f echo Preparing Office For Later Installecho.start Off11SP1.exeping -n 5 127.0.0.1>nulecho.echo.echo Lets Add The Custom Themesecho.start Themes.exeping -n 5 127.0.0.1>nulecho.clscolor 9fecho.echo Adding Extra Programsstart Progs.exeping -n 7 127.0.0.1>nulclscolor 9fecho.echo Adding WMP9SKINS start WmpSkins.exeping -n 5 127.0.0.1>nulcolor 2becho.echo Change The Screen Sizeecho.ping -n 2 127.0.0.1>nulstart VidChng.exe 1024x768x32@85 -qHope this helps
DigeratiPrime Posted August 28, 2004 Posted August 28, 2004 The Easy Way:[EDIT] This method works nice because RunOnceEx will wait for Office to Finish setting up before it moves on to the next line. Also I reccomend having RunOnceEx setup from %CDROM% to save time with copying. RunOnceEx.cmd:REG ADD %KEY%\001 /VE /D "UNPACKING Office 2003 Professional with SP1" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\Office2003.exe" /fREG ADD %KEY%\002 /VE /D "INSTALLING Office 2003 Professional with SP1" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\OfficeTEMP\setup.exe TRANSFORMS=Unattended.MST /qb-" /fOffice2003.exe;The comment below contains SFX scripts commandsPath=%systemdrive%\OfficeTEMPSavePathSilent=1Overwrite=1Cleanup.cmdRD /S /Q "%systemdrive%\OfficeTEMP\"
CrashUK Posted August 29, 2004 Posted August 29, 2004 Also try packing Office with 7-zip it save a lot more megs then RAR..
prathapml Posted August 29, 2004 Posted August 29, 2004 Yes, that is one thing to consider - for an archive (the office 2003 installation) compressed to the maximum, the 7zip archive was 15% smaller than the RAR. Sometimes though, the 15% difference is negligible enough to opt for a winRAR SFX instead - the RAR SFX is more fully-featured.
DigeratiPrime Posted August 29, 2004 Posted August 29, 2004 OfficeShinker cut the size of the Office Install Directory by roughly 50%, then WinRAR got it down to ~150MB, so 7zip might only save 15MB. Nice to know though. Also Just in case anyone is interested and/or doing Unattended Office Installs:Disable CEIP (Customer Experience Improvement Program) in Office 2003Customer Experience Improvement Program (CEIP) can be disabled using the Microsoft Office 2003 Custom Installation Wizard @ Page 10 (Change Office User Settings)-> Microsoft Office 2003 (user) -> Help -> Help | Privacy Settings- Double click on Enable Customer Experience Improvement Program- Mark "o Apply Changes" and do not check off the check box below (make sure its just white).That's it. Continue with the Wizard as you would have otherwise.
prathapml Posted August 29, 2004 Posted August 29, 2004 OfficeShinker cut the size of the Office Install Directory by roughly 50%, then WinRAR got it down to ~150MB, so 7zip might only save 15MB. Nice to know though. WelWell, I said 15 percent reductin in size - not in terms of number of MBs occupied on HDD.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now