Wesmosis Posted December 3, 2006 Posted December 3, 2006 hey guyzI just wanna ask about how to auto-insert the SN windows ask for it in Upgrading from windows xp, then I press Nextok I know the winnt.sif trick but that's ok when you boot, but what if I just want to upgrade and I'm lazy enough not to type the SN manually?! i.e like with Windows Me, during uA installation you will find the SN is already waiting for ya in the these boxes , just press Next
IcemanND Posted December 4, 2006 Posted December 4, 2006 start winnt32.exe with the unattend switch and point to your preferred answer file.
neo Posted December 4, 2006 Posted December 4, 2006 Use switches with WINNT32.EXE (located in I386 folder)/unattendUpgrades your previous version of Windows 98, Windows Me, Windows NT 4.0, or Windows 2000 in unattended Setup mode. All user settings are taken from the previous installation, so no user intervention is required during Setup./unattend[num]:[answer_file]Performs a fresh installation in unattended Setup mode. The specified answer_file provides Setup with your custom specifications.Num is the number of seconds between the time that Setup finishes copying the files and when it restarts your computer. You can use num on any computer running Windows 98, Windows Me, Windows NT, Windows 2000, or Windows XP.
Wesmosis Posted December 4, 2006 Author Posted December 4, 2006 thanx guyz for the responseif I use the switch unattended, do I still get the optional (New Installation or Upgrade) selection right?i.e. the uA process start right after I choose which type of installation I like
Thinkster Posted December 4, 2006 Posted December 4, 2006 Why would you be upgrading from Windows XP to Windows XP??If you are trying to fix a corrupt installation or something, your better off not being lazy and backing up your important data, then formatting your drive and performing a CLEAN install of Windows that will be unattended and have your product key integrated into the winnt.sif answer file.
Wesmosis Posted December 7, 2006 Author Posted December 7, 2006 (edited) I know, the best results is a clean XP on Clean C but just for the knowledge, what if I forced to do just Upgrade Option from installed windows, then I'll be asked for a god **** SN, I want it auto-inserted , not unattnededEDIThere is exactly what I wanted to do Edited December 12, 2006 by Wesmosis
Wesmosis Posted December 12, 2006 Author Posted December 12, 2006 (edited) I added the screenshots to clarify my requestsI hope it's obvious now coz you got me wrong guyz Edited December 12, 2006 by Wesmosis
IcemanND Posted December 12, 2006 Posted December 12, 2006 in the answer file set UnattendMode=ProvideDefaultsee the deploy.chm file in the deployment tools for more settings.
MGadAllah Posted December 12, 2006 Posted December 12, 2006 in the answer file set UnattendMode=ProvideDefaultsee the deploy.chm file in the deployment tools for more settings.But the refference did not mentioned any thing to do what he asked, I'm really very interested to know how to do so
Wesmosis Posted December 13, 2006 Author Posted December 13, 2006 in the answer file set UnattendMode=ProvideDefaultsee the deploy.chm file in the deployment tools for more settings.thanx IcemanND ummm but now I need 2 winnt.sif by your wayone for installation from inside the windows (UnattendMode = ProvideDefault) , and other when I boot (which I want it UnattendMode = FullUnattended)how this is is feasible? and then how to integrate the switchline %cdrom%\i386\winnt32.exe /unattendedin the autorun windows by setup.exe?TIA
gunsmokingman Posted December 18, 2006 Posted December 18, 2006 I do not know if this will help, you will have to figure out how to get it to run from the auto run on a CDThis checks for %SystemDrive%\WINDOWS\Resources\Themes\Luna\luna.msstyles I figure this will not exist if you where to boot from a CD.Save As Select_UaInstall.bat@Echo OffCLSTitle Select Windows InstallMode 75,12Color F3Set DrvPath=C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:Set FileChkPath=%SystemDrive%\WINDOWS\Resources\Themes\Luna\luna.msstylesIf Not Exist %FileChkPath% GoTo CheckCDIf Exist %FileChkPath% GoTo Confirm01:Confirm01CLSColor 3FMode 75,12:: PLACE THE PATH TO THE SIF TO START A UPGRADE MODE SIF Echo.Echo Confirm Found %FileChkPath%Echo.Echo Preparing To Run In Upgrade Mode ping -n 4 127.0.0.1>nulGoTO TheEnd:CheckCDCLSColor F9Mode 75,12for %%i in (%DrvPath%) do if exist %%i\i386\Winnt.exe set CDDVD=%%i::PLACE THE PATH TO THE SIF TO START THE UA INSTALLEcho.Echo Confirm Found %CDDVD%\i386\Winnt.exeEcho.Echo Preparing To Run In Unattened Mode ping -n 4 127.0.0.1>nulGoTO TheEnd:TheEndGoTO EOFExit
Wesmosis Posted March 9, 2007 Author Posted March 9, 2007 @ gunsmokingman thanx , gonna try though it looks a bit complicated
codejunkie Posted May 27, 2007 Posted May 27, 2007 Edit autorun.inf on the cd/dvd to look like this[AutoRun]open=setup.exeicon=setup.exe,0shell\silent=Silent Installshell\silent\command=i386\Winnt32.exe /unattendednow when you right click on the CD there will be a second option to install Windows silently, if you do it by mistake you can still press esc to cancel the installation.Is that what your after?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now