MSFN Forum: unzipping files during guirunonce - MSFN Forum

Jump to content



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

unzipping files during guirunonce Rate Topic: -----

#1 User is offline   solohelp 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-July 04

Posted 29 July 2004 - 05:00 PM

Hi All-
This is a great forum and MSFN is a really cool site.

I have my unattended CD setup almost how I want it. I want to put everything on one CD so it is completely unattended. I want to just boot it and let it rip. So far it will do that. It does windows and my themes then installs Acrobat and NAV. I want to put Office XP on the same CD. If I zip NAV and OfficeXP I have enough room on 1 CD to fit it all.

My Question is what would I put in my start.cmd file. And would I have to install winzip first? then unzip the files? Or is there something else that can unzip folders?

My applications dir structure is exactly like it is in the Ultimate Guide, Except instead of the files there is just a zip file in the folder.

CLS
@echo off
TITLE Windows XP SP1 - Unattended Installation

ECHO.
ECHO Over the next few minutes you will see automated installations 
ECHO of various sofware applications, windows updates, and registry
ECHO tweaks being implemented. The computer will restart automatically
ECHO once the whole process has finished!  
ECHO I'm So Awesome


ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

ECHO.
ECHO Installing Norton Antivirus 2003
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NAV2003\NAV\NAV.msi /QB

ECHO.
ECHO Installing Office XP Professional with Frontpage Outlook, Access, Blah Blah Blah
ECHO Please wait...
start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-



#2 User is offline   solohelp 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-July 04

Posted 29 July 2004 - 05:08 PM

Looks like I may still be a little short on space. I think I can get rid of enough stuff to be under 800 MB, but Is there a way to make office smaller? I thinned XP down to about 320Megs with the wizard. Is there a way to do that for Office? In the unattended setup wizard you can tell it to not install certain things but the packages are still there. I would like to be able to remaove frontpage and access completely from the install CD. Is that possible?


Thanks

#3 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 29 July 2004 - 06:23 PM

Why don't you create a SFX for Office and/or NAV?
SFX files can extract themselves silently without having WinRAR to be installed.

If you want to create a SFX, here's a simple explanation for it:

http://www.msfn.org/...showtopic=16562

#4 User is offline   [BM]Crusher 

  • Got milk?
  • PipPipPipPip
  • Group: Members
  • Posts: 570
  • Joined: 05-April 04

Posted 29 July 2004 - 08:01 PM

if you use office shrink you can reduce office2003 to 288mb

no point in zipping office as the self extracting zip file will be bigger than the shrunk source :)

#5 User is offline   solohelp 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 21-July 04

Posted 30 July 2004 - 12:41 PM

I ended up just putting unzip.exe in my $OEM$ System32 folder. Then I zipped office and NAV used Adobe Basic and used the recommended removes from XP. heres my new batch files:
CLS
@echo off
TITLE Windows XP Unattended Installation  I'm so Bad a**

ECHO.
ECHO Over the next few minutes you will see automated installations 
ECHO of various sofware applications, windows updates, and registry
ECHO tweaks being implemented. The computer will restart automatically
ECHO once the whole process has finished!  I'm So Awesome
start /wait unzip c:\install\Applications\NAV2003\NAV2003.zip -d c:\install\Applications\NAV2003
start /wait unzip c:\install\Applications\OfficeXP\OfficeXP.zip -d c:\install\Applications\OfficeXP


ECHO.
ECHO Installing Norton Antivirus 2003
ECHO Please wait...
start /wait %systemdrive%\install\Applications\NAV2003\NAV\NAV.msi /QB

ECHO.
ECHO Installing Office XP Professional with Frontpage Outlook, Access, Blah Blah Blah
ECHO Please wait...
ECHO I have a nasty case of SAIBOTULISM
start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-

ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
ECHO Remember how awesome I am
start /wait %systemdrive%\install\Applications\Acrobat\AdbeRdr60_enu.exe -p"-s /v\"/qn\""

ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\install

EXIT


This is 697MB and fits on one disk.

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