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:
[OSChooser]
Description="Windows Professional XP SP2"
Help="This will install Windows Professional in a standard configuration."
LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\ startrom.com"
ImageType=Flat
> 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\%SERVE RNAME%\RemInst\%INSTALLPATH%"
>
> [Unattended]
> UnattendMode=FullUnattended
> OemSkipEula=Yes
> OemPreinstall=Yes
> DriverSigningPolicy=Ignore
> OemPnPDriversPath=Drivers\NIC;Drivers\Video;Driver s\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
>
Jim schrieb:
> Have you found a fix for your issue?
>
> "michael" wrote:
>
>> 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"
>>
>> OemSkipWelcomes=1
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" wrote:
> Have you found a fix for your issue?
>
> "michael" wrote:
>
> > 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\%SERVE RNAME%\RemInst\%INSTALLPATH%"
> >
> > [Unattended]
> > UnattendMode=FullUnattended
> > OemSkipEula=Yes
> > OemPreinstall=Yes
> > DriverSigningPolicy=Ignore
> > OemPnPDriversPath=Drivers\NIC;Drivers\Video;Driver s\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
> >
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" <Jim@discussions.microsoft.com> wrote in message
news:6FC140C9-E2BC-48BB-8FCC-14A57A7623C2@microsoft.com...
>> [GuiUnattended]
>> AdminPassword=REMOVED
>> EncryptedAdminPassword=Yes
>> OEMSkipRegional=1
>> TimeZone=%TIMEZONE%
>> OemSkipWelcomes=1
>>
"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" <Jim@discussions.microsoft.com> wrote in message
news:6FC140C9-E2BC-48BB-8FCC-14A57A7623C2@microsoft.com...
> Have you found a fix for your issue?
>
> "michael" wrote:
>
>> 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.