IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
> Win2k unattended problems
Retro
post Aug 23 2004, 03:43 AM
Post #1





Group: Members
Posts: 9
Joined: 16-August 04
Member No.: 27737



I have a problem with my Win2k installation.

it install itself nicely until you get into Win2k the first time and it should start to install all the programs i defined in my batch install scripts.

but instead it hangs just showing the background image of win2k and the cursor. i can press CTRL+ALT+DELETE to get the windows Job Manager and start explorer.exe myself. and when the machine has rebooted, it starts the batch install scripts....

i hope you guys have all the info you need or else ask for more smile.gif


my conf files are as follows:

Winnt.sif
CODE

[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   OemPreinstall=Yes
   WaitForReboot=No
   FileSystem=*
   UnattendSwitch=yes
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   TargetPath=\WINDOWS
   OemPnPDriversPath="Drivers\Matsonic\Chipset;Drivers\Asus533\Chipset;Drivers\Asus800\Chipset;Drivers\mb133\Chipset;Drivers\NvGrafik;Drivers\Matsonic\Grafik;Drivers\Asus533\Grafik;Drivers\Asus800\Grafik;Drivers\mb133\Grafik;Drivers\Matsonic\LAN;Drivers\Asus533\LAN;Drivers\Asus800\LAN;Drivers\mb133\LAN;Drivers\Matsonic\lyd;Drivers\Asus533\Lyd;Drivers\Asus800\Lyd;Drivers\mb133\lyd;\Drivers\Dlink"
   DriverSigningPolicy=Ignore

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=105
   OemSkipWelcome=1
   AutoLogon=Yes
   AutoLogonCount=1

[UserData]
   ProductID =
   FullName="Euc Midt"
   OrgName="Euc Midt"
   ComputerName=*

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=60

[RegionalSettings]
   LanguageGroup=1
   Language=00000406

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

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

[Shell]
   DefaultStartPanelOff=Yes

[GuiRunOnce]
   %systemdrive%\install\install.bat
   %systemdrive%\install\\hotfixes\hotfixes.cmd
   %systemdrive%\install\hotfixes\removing.cmd


Svcpack.inf
CODE
[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=0
BuildNumber=2195

[SetupData]
CatalogSubDir="\i386\Update"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
ie6setup.exe /Q:A /R:N
KB822603.exe /Q /O /N /Z

KB842526.exe /Q /O /N /Z
KB841872.exe /Q /O /N /Z
KB828749.exe /Q /O /N /Z
Q329115.exe /Q /O /N /Z
KB826232.exe /Q /O /N /Z
823559.exe /Q /O /N /Z
KB82088.exe /Q /O /N /Z
822831.exe /Q /O /N /Z

KB837272.exe /Q /O /N /Z
KB823182.exe /Q /O /N /Z
KB824105.exe /Q /O /N /Z
KB825119.exe /Q /O /N /Z
KB826939.exe /Q /O /N /Z
KB828035.exe /Q /O /N /Z
KB828741.exe /Q /O /N /Z
KB835732.exe /Q /O /N /Z
KB837001.exe /Q /O /N /Z
KB839645.exe /Q /O /N /Z
KB840315.exe /Q /O /N /Z
KB841873.exe /Q /O /N /Z
814078.exe /Q:A /R:N
KB823353.exe /Q:A /R:N
KB867801.exe /Q:A /R:N
KB870669.exe /Q:A /R:N
qchain.exe


My own install scripts.

Install.bat
CODE
ECHO.
ECHO Installing MSN Messenger 6.0.0602 Final
ECHO Please wait...
start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB
ECHO.
ECHO Installing DirectX 9.0b
ECHO Please wait...
start /wait %systemdrive%\install\DirectX9b\DX9NTopk.exe
ECHO.
ECHO Installing Microsoft JavaVM - Build 3810
ECHO Please wait...
start /wait %systemdrive%\install\JavaVM\MSJavaVM_3810.exe
ECHO.
ECHO Installing WinRAR 3.20
ECHO Please wait...
start /wait %systemdrive%\install\WinRAR\wrar.exe /s
ECHO.
ECHO Installing Adobe Reader 6
ECHO Please wait...
start /wait %systemdrive%\install\AdobeReader6\AdbeRdr60_dan_full.exe -p"-s /v\"/qn\""
ECHO.
ECHO Installing Movie Maker 2.0
ECHO Please wait...
start /wait %systemdrive%\install\MovieMaker\mm20.msi /qn
ECHO.
ECHO Installing Windows Media Player 9
ECHO Please wait...
start /wait %systemdrive%\install\WMP9\MPSetup2k.exe /Q:A /R:N
ECHO.
ECHO Installing .NET Framework v1.1
ECHO Please wait...
start /wait %systemdrive%\install\NetFramework\netfx.msi /qb


This post has been edited by prathapml: Oct 1 2005, 03:24 PM
Go to the top of the page
 
+Quote Post
 
Start new topic
Replies
McoreD
post Jan 5 2005, 09:54 PM
Post #2


Member
**

Group: Members
Posts: 156
Joined: 3-September 04
From: Perth, Australia
Member No.: 29887
OS: Vista Business x64
Country Flag


@Incroyable HULK:
Okay I tried change the last 3 digits to 270. Unfortunately it came up with an error like this: http://members.iinet.net.au/~malith/images...00pid_error.PNG
Like prathapml said, I think you will still need the Serial Key.

@prathapml:
Sorry now I realized that I have had tried ProductKey (just copied from the XPCD winnt.sif). This time I tried ProductID and it is all good. smile.gif

Cheers,
McoreD

P.S: I would be still interested to know about setupp.ini problem. However since it is grey area I would probably do a private research.
Go to the top of the page
 
+Quote Post

Posts in this topic
- Retro   Win2k unattended problems   Aug 23 2004, 03:43 AM
- - GreenMachine   I have experienced similar. My workaround was to g...   Aug 23 2004, 06:52 AM
- - oioldman   You really should remove your ProductKey as well.   Aug 23 2004, 07:03 AM
- - Retro   QUOTE (GreenMachine @ Aug 23 2004, 06:52 AM)I...   Aug 24 2004, 02:50 AM
- - prathapml   This command to kick-start the processing of RunOn...   Aug 24 2004, 04:18 AM
- - Retro   in Winnt.sif in my [GuiRunOnce] i have 3 scripts i...   Aug 24 2004, 04:56 AM
- - ToBe   I couldn't get this to work either, I think it...   Aug 24 2004, 06:42 AM
- - Bilou_Gateux   CODERegistry Console Tool For Windows 2000 - versi...   Aug 24 2004, 06:56 AM
- - ToBe   Oh. That made things a lot easier... Wish I knew...   Aug 24 2004, 07:00 AM
- - Bilou_Gateux   Add REG.EXE (from the support tools) and REGINI.EX...   Dec 25 2004, 10:50 AM
- - Incroyable HULK   I turn out that the Hotfixe 823353 is messing up t...   Dec 25 2004, 11:00 AM
- - Bilou_Gateux   Yes, but i like this way. And i add some others M...   Dec 25 2004, 11:15 AM
- - McoreD   Hi there, After completing my Unattended Windows...   Jan 5 2005, 05:55 PM
- - prathapml   Maybe ProductKey in place of ProductID will work.   Jan 5 2005, 06:45 PM
- - Incroyable HULK   2 other possibility: 1) You don't need a key...   Jan 5 2005, 06:52 PM
- - McoreD   @prathapml, thanks I will try that too. @Incroya...   Jan 5 2005, 06:58 PM
- - prathapml   @Incroyable HULK Hey, that's supposed to be no...   Jan 5 2005, 07:01 PM
- - Incroyable HULK   @prathapml I can remove it if you wish... anyway y...   Jan 5 2005, 07:41 PM
- - McoreD   @Incroyable HULK: Okay I tried change the last 3 d...   Jan 5 2005, 09:54 PM


Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 20th November 2009 - 11:21 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy