MSFN Forum: One DVD - MSFN Forum

Jump to content



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

One DVD XPSP2 and Office2003 in one DVD Rate Topic: -----

#1 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

  Posted 23 August 2005 - 11:48 AM

:no: I can't get this thing right. I have burned about 5 dvds, I also tried the VM which I do have. I have created the XPSP2 not a problem, I added Office2003 followed all the instructions. But once OS is installed and pc reboots no sign of Office2003 installed. It does install the files in c:\install\application......

I do notice when XP is installing it says its installing Office2003 in D:\ instead of c:\. Can someone tell me what have i done wrong? I would appreciate any help.

Thanks, :}


#2 User is offline   Asin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 181
  • Joined: 10-August 05

Posted 23 August 2005 - 12:17 PM

Do you have a [GuiRunOnce] section in winnt.sif?

If so, are you using some sort of environment variable for the drive letter?

A copy of your winnt.sif file would also be helpful.

#3 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

Posted 23 August 2005 - 01:02 PM

Hi Asin,

[GuiRunOnce] is in winnt.sif see below.

As I mentioned before all installed correctly, and seems to install Office2003 it runs through the process, but once pc is rebooted the only thing in are the install files.

Thanks for your help. :D


;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=No

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
OemPnPDriversPath=Drivers\000_chipset_dc5000_d530_evo;\Drivers\010_broadcom_nic;\Drivers\011_intel_pro100;\Drivers\012_intel_pro1000;\Drivers\020_intel_graphics;Drivers\021_nvidia_graphics;\Drivers\022_ati_graphics;\Drivers\023_color_grapics\Drivers\030_ADI_audio
DriverSigningPolicy=Ignore
UnattendSwitch = Yes
Repartition = Yes
FileSystem = convertNTFS
ExtendOemPartition = 1, NoWait

[GuiUnattended]
AdminPassword=XXXXXXXXXXXXXXXXXXX
EncryptedAdminPassword=Yes
AutoLogon=No
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[Display]
BitsPerPel=32
Xresolution=1024
Yresolution=768
Vrefresh=75
AutoConfirm=1

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="XXXXXXXXXXXXXXXXXXXXXXX"
OrgName="XXXXXXXXXXXXXXXXXXXXXXX"
ComputerName=XXXXXX

[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=212

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=1
Use_Same_Proxy=1
HTTP_Proxy_Server=proxy-1.XXXXXX.com:80
Proxy_Override=*.XXXXXXX.com;*.XXXXXXX.com;<local>

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off
zonegames=off

[GuiRunOnce]
%systemdrive%\install\off2k3.cmd


[NetServices]
MS_Server = 0

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Shell]
DefaultStartPanelOff = Yes
DefaultThemesOff = Yes

[IEPopupBlocker]
AllowedSites=www.msfn.org;www.microsoft.com;www.amazon.com;www.google.com
BlockPopups=Yes
FilterLevel=Medium
ShowInformationBar=Yes

Attached File(s)



#4 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 August 2005 - 01:16 PM

Your Guirunonce needs to be as follows:

[GUIRunOnce]
command0 = "%SystemDrive%\install\off2k3.cmd"

If that doesn't do it post your off2k3.cmd.

Cheers

This post has been edited by MAVERICKS CHOICE: 23 August 2005 - 01:16 PM


#5 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

Posted 23 August 2005 - 06:51 PM

Hi MAVERICK,

I will give that a try I have the setup at work so I'll have to try it tomorrow I will let you know if that works.

Thanks so much for your input, :thumbup

#6 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

  Posted 24 August 2005 - 07:52 AM

:no: Nope same results. This is whats happening as XP is installing at some point Office2k3 starts to install. As I am watching the install I see the cmd prompt open with D:\$OEM$\...... which starts the install, it finishes the rest of the auto xp finshes. Once rebooting I get an error stating c:\install\off2k3.cmd not found. I look at Start>Program Files> and no Office installed. I check the c:\ and I see the files for the install in C:\Install\Application\Office2003.....

I played around with it and I got it to work but not the way I think it should work. It still seems to run the Office2k3 install as XP is installing, but once the pc reboots then it starts installing Office2k3 again but this time it is installed. I copied the Off2k3.cmd to C:\Install so when the pc reboots it starts after logging in. I would rather have it installed already before logging in. Let me know if what I am looking for is realastic.

Here is what I have, let me know what am I doing incorrect. :blushing:

This is the context of my c:\XPCD\
Attached File  c_xpcd.gif (9.9K)
Number of downloads: 35

This is the off2k3.cmd file which is in the c:\xpcd\$OEM$\ directory (which I also copied to the c:\xpcd\$OEM$\$1\install directory which works upon rebooting).

ECHO.
ECHO Installing Office XP Professional
ECHO Please wait...
start /wait c:\install\Application\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-

This is the directory structure I have.
Attached File  dir.gif (6.55K)
Number of downloads: 24

Let me know if I should post any other information you may need to see what I am doing wrong or what I am missing.

Once again Thanks so much for your time. :hello:

This post has been edited by Express: 24 August 2005 - 09:40 AM


#7 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

  Posted 24 August 2005 - 05:44 PM

:whistle: Hey guys, I could really use your help here if anyone has any input on this please give me a hand. :}

I have been searching around the forums trying to see if any others are out thier like this one but i dont find it.

Thanks, again. sry for being a pain. :(

#8 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

  Posted 25 August 2005 - 05:44 AM

:( I guess i am on my own on this one... :unsure:

Thanks anyway... :}

#9 User is offline   Express 

  • Express
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 08-August 05

  Posted 25 August 2005 - 12:51 PM

:( Burp

:whistle:

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