MSFN Forum: Unattend Cd Isn't Creating C:\install Directory - MSFN Forum

Jump to content



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

Unattend Cd Isn't Creating C:\install Directory Rate Topic: -----

#1 User is offline   scottew 

  • Group: Members
  • Posts: 5
  • Joined: 24-February 05

Posted 02 March 2005 - 07:57 AM

I finished creating the XP unattended CD and everything is working fine. Now I am moving on to adding the applications. The problem I am having is that it does not create the c:\install directory so my applications do not install.

I have the $OEM$\$1\Install on the root of the XPCD.

Any help would be appreciated.

Thanks,
Scott


#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 02 March 2005 - 08:15 AM

check your winnt.sif

make sure that u hv

[Unattended]
OemPreinstall=Yes


#3 User is offline   scottew 

  • Group: Members
  • Posts: 5
  • Joined: 24-February 05

Posted 02 March 2005 - 08:23 AM

Yes, I do have that in there. Here is a copy of the WINNT.SIF file

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


[Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\WINDOWS
    Repartition=Yes
    UnattendSwitch="yes"
    OemPreinstall=Yes
    WaitForReboot="No" 

[GuiUnattended]
    AdminPassword=""
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=35
    OemSkipWelcome=1

[UserData]
    ProductKey=xxxxx-xxxxx-xxxxx-xxxxx
    FullName="user"
    OrgName="my company"
    ComputerName=*

[Display]
    BitsPerPel=16
    Xresolution=1024
    YResolution=768
    Vrefresh=85

[Identification]
    JoinWorkgroup=WORKGROUP

[Networking]
    InstallDefaultComponents=Yes

[Components]
    freecell=off
    hearts=off
    minesweeper=off
    pinball=off
    solitaire=off
    spider=off
    zonegames=off

[WindowsFirewall]
    Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
    Mode = 0

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

This post has been edited by Alanoll: 02 March 2005 - 09:12 AM


#4 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 02 March 2005 - 09:15 AM

1st - THANKS! Though you didn't quite succeed in using the CODE tags, I applaud you for having the intention :)

2nd - Only one OEMPreInstall line is needed.

3rd - Be sure that when creating the CD, that the file system doens't convert $OEM$ to _OEM_

#5 User is offline   scottew 

  • Group: Members
  • Posts: 5
  • Joined: 24-February 05

Posted 02 March 2005 - 11:02 AM

After some more troubleshooting, I realized that it was creating the $OEM$ folder, the problem is that it was executing the command to install the programs. Here is a part of my install.cmd file...

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

ECHO.
ECHO Installing Client Access
ECHO Please wait...
start /wait %systemdrive%\install\applications\Client Access\setup.exe -s


If I change Adobe Reader to AdobeReader and Client Access to ClientAccess, it works fine.

Is there a reason you can not have the folder names with a space?

Thanks again for all the help!

#6 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 02 March 2005 - 12:06 PM

you have to have quotes around lines with spaces in the...

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

ECHO.
ECHO Installing Client Access
ECHO Please wait...
start "" /wait "%systemdrive%\install\applications\Client Access\setup.exe" -s


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