Jump to content

Problem with $oem$ installation


Recommended Posts

Hi!

I finally got my unattend cd working but now I am trying to install third part softwares after I install my windows.

I've done everything I read here http://unattended.msfn.org/ and when I test my installation it says that it could not copy a file.hlp and I click esc and it says it could not copy a dll.

Can I keep that folder with the files so I can use it later?

here is my sif:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

UnattendSwitch="Yes"

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=fc41a199d2acb09519098dd5ccd8917e6934802e8b3732f887e6a370748acb1f

EncryptedAdminPassword=Yes

AutoLogon=Yes

AutoLogonCount=1

OEMSkipRegional=1

TimeZone=85

OemSkipWelcome=1

[userData]

ProductID=xxxx-xxxx-xxxx-xxxx-xxxx

FullName="Windows XP "

OrgName="Professional"

ComputerName=winpro

[TapiLocation]

AreaCode=678

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[GuiRunOnce]

%systemdrive%\install\start.cmd

here is my start.cmd

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.

ECHO Removing Wallpapers and Screensavers...

DEL "%systemroot%\*.bmp"

DEL "%systemroot%\Web\Wallpaper\*.jpg"

DEL "%systemroot%\system32\dllcache\*.scr"

DEL "%systemroot%\system32\*.scr"

ECHO.

ECHO Removing useless shortcuts...

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"

ECHO.

ECHO Installing Winzip 8

ECHO Please wait...

start /wait %systemdrive%\install\winzip\winzip81.exe /qn

ECHO.

ECHO Restarting the PC in 1 minute...

shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

ECHO.

ECHO Deleting Temp Installation Files...

RD /S /Q %systemdrive%\Drivers

RD /S /Q %systemdrive%\install

EXIT

what can be wrong?

:/

Link to comment
Share on other sites


Hi

check your system

is the folder C:\Install on the machine

you run the start.cmd from the folder C:\Install..

how you copy the install.cmd to the machine

is on your cd the $Path right???

regards

Klaus

that is definitely not about the cmd files he has.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...