RIS OemPreinstall Problems

G

Guest

I am trying to building a RIS image that is full automated but I am having
one screen that will appear for user interaction.

The screen is after the formatting and coping files and the GUI part (right
before "installing devices") of the install starts. The screen says, "Welcome
to the Windows XP Setup Wizard"

I have found that this only happens when I have the OemPreinstall=Yes, set
in the Unatteneded section of the restndrd.sif file. If I turn this setting
to =Off then the prompt does not happen but I do not get my oem drivers to
install.

Please let me know what I need to do to remove this prompt from my install.
Here is a copy of my ristndrd.sif:

[Data]
AutoPartition=1
MsDosInitiated="1"
UnattendedInstall="Yes"
floppyless="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1

[SetupData]
OsLoadOptions="/noguiboot /fastdetect"

SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
DriverSigningPolicy=Ignore
OemPnPDriversPath=Drivers\NIC;Drivers\Video;Drivers\Audio;
TargetPath=\WINDOWS
FileSystem=LeaveAlone
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No

[GuiUnattended]
AdminPassword=REMOVED
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=%TIMEZONE%
OemSkipWelcomes=1

[UserData]
ProductKey=REMOVED
FullName=REMOVED
OrgName=REMOVED
ComputerName=%MACHINENAME%

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

[SetupMgr]
DistFolder=C:\windist
DistShare=windist

[Identification]
JoinDomain=REMOVED
DoOldStyleDomainJoin=Yes

[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes

[RemoteInstall]
Repartition=Yes

[OSChooser]
Description="Windows Professional XP SP2"
Help="This will install Windows Professional in a standard configuration."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType=Flat
 
M

Mario Schmidt

Jim said:
Have you found a fix for your issue?

Should be OemSkipWelcome=1

Also add:

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
AutoLogon=Yes
AutoLogonCount=1

This will make sure the new box boots into GUI mode after initial setup
to continue sysprepping.
 
G

Guest

I did correct this issue recently. It seems that the problem was not with my
SIF file but somewhere within the setup itself. It had worked at one time but
something changed that I am not aware of. I created a new setup image and the
problem was no longer happening. I was even able to use my old SIF files and
everything was working properly.

Jim said:
Have you found a fix for your issue?

michael said:
I am trying to building a RIS image that is full automated but I am having
one screen that will appear for user interaction.

The screen is after the formatting and coping files and the GUI part (right
before "installing devices") of the install starts. The screen says, "Welcome
to the Windows XP Setup Wizard"

I have found that this only happens when I have the OemPreinstall=Yes, set
in the Unatteneded section of the restndrd.sif file. If I turn this setting
to =Off then the prompt does not happen but I do not get my oem drivers to
install.

Please let me know what I need to do to remove this prompt from my install.
Here is a copy of my ristndrd.sif:

[Data]
AutoPartition=1
MsDosInitiated="1"
UnattendedInstall="Yes"
floppyless="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1

[SetupData]
OsLoadOptions="/noguiboot /fastdetect"

SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
DriverSigningPolicy=Ignore
OemPnPDriversPath=Drivers\NIC;Drivers\Video;Drivers\Audio;
TargetPath=\WINDOWS
FileSystem=LeaveAlone
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No

[GuiUnattended]
AdminPassword=REMOVED
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=%TIMEZONE%
OemSkipWelcomes=1

[UserData]
ProductKey=REMOVED
FullName=REMOVED
OrgName=REMOVED
ComputerName=%MACHINENAME%

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

[SetupMgr]
DistFolder=C:\windist
DistShare=windist

[Identification]
JoinDomain=REMOVED
DoOldStyleDomainJoin=Yes

[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes

[RemoteInstall]
Repartition=Yes

[OSChooser]
Description="Windows Professional XP SP2"
Help="This will install Windows Professional in a standard configuration."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType=Flat
 
N

NZSchoolTech

Please note that encrypted admin password is not supported and will cause a
GUI to come up with a message. This may or may not be the actual cause of
your situation.

--
--
NZSchoolTech

Jim said:
[GuiUnattended]
AdminPassword=REMOVED
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=%TIMEZONE%
OemSkipWelcomes=1
 
N

NZSchoolTech

Quoted from the help file for Unattend.txt

"If OemPreinstall = Yes, unattended Setup automatically stops at the Welcome
page. To avoid this pause in your factory environment, set OEMSkipWelcome to
1.

You misspelled "OEMSkipWelcome" as "OEMSkipWelcomes" in your file specified
below.

Please note that EncryptedAdminPassword is not supported in RIS. The admin
password must be unencrypted and this entry removed.

--
--
NZSchoolTech

Jim said:
Have you found a fix for your issue?

michael said:
I am trying to building a RIS image that is full automated but I am
having
one screen that will appear for user interaction.

The screen is after the formatting and coping files and the GUI part
(right
before "installing devices") of the install starts. The screen says,
"Welcome
to the Windows XP Setup Wizard"

I have found that this only happens when I have the OemPreinstall=Yes,
set
in the Unatteneded section of the restndrd.sif file. If I turn this
setting
to =Off then the prompt does not happen but I do not get my oem drivers
to
install.

Please let me know what I need to do to remove this prompt from my
install.
Here is a copy of my ristndrd.sif:

[Data]
AutoPartition=1
MsDosInitiated="1"
UnattendedInstall="Yes"
floppyless="1"
OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"
OriTyp="4"
LocalSourceOnCD=1

[SetupData]
OsLoadOptions="/noguiboot /fastdetect"

SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
DriverSigningPolicy=Ignore
OemPnPDriversPath=Drivers\NIC;Drivers\Video;Drivers\Audio;
TargetPath=\WINDOWS
FileSystem=LeaveAlone
NtUpgrade=No
OverwriteOemFilesOnUpgrade=No

[GuiUnattended]
AdminPassword=REMOVED
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=%TIMEZONE%
OemSkipWelcomes=1

[UserData]
ProductKey=REMOVED
FullName=REMOVED
OrgName=REMOVED
ComputerName=%MACHINENAME%

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

[SetupMgr]
DistFolder=C:\windist
DistShare=windist

[Identification]
JoinDomain=REMOVED
DoOldStyleDomainJoin=Yes

[Networking]
InstallDefaultComponents=Yes
ProcessPageSections=Yes

[RemoteInstall]
Repartition=Yes

[OSChooser]
Description="Windows Professional XP SP2"
Help="This will install Windows Professional in a standard
configuration."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"
ImageType=Flat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top