MSFN Forum: Integrated install method for XP and Office? - 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

Integrated install method for XP and Office? A method to create single installation disk for both XP and Office app Rate Topic: -----

#1 User is offline   achow 

  • Group: Members
  • Posts: 1
  • Joined: 02-May 06

Posted 02 May 2006 - 11:47 AM

Hi,
I have successfully created unattended installation disks for XP w/SP2 and Office XP. Each one is on it's own CD. Does anyone know how to create a single installation disk that:
1. Formats new HD
2. Loads XP
3. Loads customized Office XP

thanks


#2 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 02 May 2006 - 12:39 PM

For the Office XP part.
I use a dvd for my combined install of o2k and XP. You could put the office XP into the $oem$ folders and use runonceex or Batch Scripting under GuiRunOnce in your winnt.sif.
Or you can use a batch file to prompt you to eject and insert the second CD. The basic way is
@echo off
cls
ECHO do anything you want to do on this cd
pause
ECHO please insert second cd with office xp
pause
if exist %dir_of_o2k%\setup.exe goto :install
if not exist %dir_of_o2k%\setup.exe goto :error
:install
start /wait %dir_of_o2k%\setup.exe TRANSFORMS=TRANSFORM_NAME.MST /qb- /noreboot
echo installed successfully
pause
exit
:error
echo Please insert office xp cd
pause
if exist %dir_of_o2k%\setup.exe goto :install
  if not exist %dir_of_o2k%\setup.exe goto :error

or something like that.
You can see a more advanced article here.

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