Jump to content

Unattended XP install


Recommended Posts

why my Unattended XP installing have not second reboot,finish installing ,the system not reboot!

My Unattended xp Runonceex,autologo and other thing is ok but this!

who can help me !thanks~~

Link to comment
Share on other sites


mine is like this

[COMMANDS]

"useraccounts.cmd"

"REGEDIT /S logonui.reg"

"REGEDIT /S Regtweaks.reg"

"RunOnceEx.cmd"

my cmdlines have any problem?

I will test like this

[COMMANDS]

"useraccounts.cmd"

"RunOnceEx.cmd"

"REGEDIT /S logonui.reg"

"REGEDIT /S Regtweaks.reg"

but I feel this is not my problem

thanks~~

Link to comment
Share on other sites

I don't see anything wrong with it, with me it was i had to manualy restart my system to get the runones running at the next boot.

so I placed all the lines that I placed in the (GuiUnattended) winnt.sif in my

runonceex.cmd.

It gets active at the T13/T12 install timeline so after the final restart it started to install the stuff in my runonce.

see my runonceex.cmd

@Echo Off

rem PP=%SystemDrive%\Install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Unattended Add-Ons Installation" /f

REG ADD %KEY%\000 /VE /D "Windows MediaPlayer 10" /f
REG ADD %KEY%\000 /V 1 /D "%SystemDrive%\Install\wmp10\MP10Setup.exe /Q:A /R:N /C:\"setup_wm.exe /DisallowSystemRestore /Q:A /R:N\"" /f

REG ADD %KEY%\001 /VE /D "Intel Extreme Graphics 2" /f
REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\Intel\setup.exe -nolic -32x1024x768x75 -s" /f

REG ADD %KEY%\002 /VE /D "Cleaning Up Temp Files" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

hope this makes it clear

Link to comment
Share on other sites

I test it failture, i had to manualy restart my system to get the runones running at the next boot.

cmdow @ /HID
@echo off

rem PP=%SystemDrive%\install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Kaye Installing Applications" /f


REG ADD %KEY%\010 /VE /D "MSN Messenger 7" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\msn7\MsnMsgs.msi /qn" /f


REG ADD %KEY%\015 /VE /D "NERO 6" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\nero6\nero6601.exe /silent /noreboot /no_ui /sn=****-****-*****-*****-*****-**** /write_sn" /f

REG ADD %KEY%\020 /VE /D "NERO chs" /f
REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\nerochs\kaye.exe

REG ADD %KEY%\025 /VE /D "MPC" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\mpc\mpc.exe /quiet" /f

REG ADD %KEY%\030 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

REG ADD %KEY%\035 /VE /D "Real Alternative" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\Real\real.exe /silent" /f

REG ADD %KEY%\040 /VE /D "Winrar" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\winrar\wrar.exe /s" /f


REG ADD %KEY%\045 /VE /D "Flashget1.6" /f
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\flashget1.6\flashget.exe /s" /f

REG ADD %KEY%\050 /VE /D "UltraISO" /f
REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\UltraISO\UISO.exe /silent" /f

REG ADD %KEY%\055 /VE /D "Acrobat6" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\Acrobat6\AdbeRdr6.exe -p\"-s /v\\""/qn\\"\""" /f

REG ADD %KEY%\060 /VE /D "Winamp" /f
REG ADD %KEY%\060 /V 1 /D "%systemdrive%\install\winamp\setup.exe" /f

REG ADD %KEY%\065 /VE /D "MiniLyrics" /f
REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\MiniLyrics\kaye.exe" /f

REG ADD %KEY%\070 /VE /D "QQ" /f
REG ADD %KEY%\070 /V 1 /D "%systemdrive%\install\QQ\kaye.exe" /f

REG ADD %KEY%\075 /VE /D "Wav" /f
REG ADD %KEY%\075 /V 1 /D "%systemdrive%\install\wav.exe" /f

REG ADD %KEY%\080 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\080 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f





exit

Link to comment
Share on other sites

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\nerochs\kaye.exe

Should be

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\nerochs\kaye.exe" /f

just missing " /f from the end of the line.

Please edit out nero serial.

Could be good to also show your cleanup.cmd, with the code button, to close the cleanup.cmd

Link to comment
Share on other sites

I'm sorry to nero serial. I have edited out nero serial.

but clean.cmd is not my problem , I said my problem is finish installing,the system not reboot,the runonceex is not actived!

Link to comment
Share on other sites

I am unsure with your wmp10 switches? :A is new to me. Does not seem to work for me.

I just tried in VPC

WMP10.exe /Q /T:%systemdrive\install\temp

This only show the extraction window and silently installs.

The /T: switch sets the temporary directory.

Worth testing?

Link to comment
Share on other sites

I make a unattended xp ,have not second reboot ,who can help me

T-55: Text-mode installation

|_

| T-51: Partition and file system election, reboot

|_

| T-39: WinNTBBU.dll screen it's shown

| |_SystemDrive.exe it's extracted

|_

| T-13: Progs.cmd runs

| |_CMDLines.txt

| |_User accounts, programs with custom install, codecs, right-menu entries, custom logonui, custom regtweaks, RunOnceEx.cmd entries

|_

| T0: Reboot

|_

| Custom LogonUI it's shown

| |_RunOnceEx starts

| |_Programs installation, custom boot, Office and PhotoshopCS (2nd CD), startup entries and shortcuts clean

|_

| Reboot

|_

| Custom NTOsKrnl it's shown

|_

| Autologon

| |_nLite post-operations

| |_Temp installation files cleaned

+ Custom desktop (Installation end)

Link to comment
Share on other sites

Try this with your custom oemlogo.exe

Windows Registry Editor Version 5.00

; oemlogo.exe - logonui.reg
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"UIHost"=hex(2):6f,00,65,00,6d,00,6c,00,6f,00,67,00,6f,00,2e,00,65,00,78,00,65,\
 00,00,00

The standard value here is logonui.exe . You would have %windir%\system32\oemlogo.exe ? This will enter oemlogo.exe .

Not sure if it will make a difference.

Link to comment
Share on other sites

I have oemlogo.exe ,MY LogonUI.reg

Windows Registry Editor Version 5.00 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"UIHost"=hex(2):25,00,57,00,49,00,4e,00,44,00,49,00,52,00,25,00,5c,00,73,00,79,\
00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6f,00,65,00,6d,00,6c,00,6f,00,\
67,00,6f,00,2e,00,65,00,78,00,65,00,00,00

It have any problem?

Link to comment
Share on other sites

Unless your version of windows does not like "%WINDIR%\system32\oemlogo.exe", then it should work.

"%WINDIR%\system32" is not in the original key, that is why I mentioned the change above.

Else you have an error somewhere else. Check your cmds again for any errors.

Link to comment
Share on other sites

My oemlogo.exe and logonui.reg have not any problem!

please you know my meaning

I make a unattended xp ,have not second reboot ,who can help me

oemlogo.exe is actived after sencond reboot,but i have not second reboot!

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...