venim Posted September 3, 2003 Posted September 3, 2003 Well my first post here.Tried to create my first unattended cd.Yesterday tried to install it in my putter but I didn't get the option to format my selected (installing) partition.I have made a hotfixes folder and a install folder (for wmp9 & directX 9b) only.I believe I have done sth wrong with my winnt.sif .
valexvo Posted September 4, 2003 Posted September 4, 2003 @venimI posted the same question some day's ago. I still have the same problem. I think is a little bit complicated. I read in ref.chm that it must be created a winboom.ini file, but until now I have no experience for doing that. I read that this can be done by deleting the partition for windows (C:) , recreate the partition and then the installer ask how to format the new partition. I don't try this, but today I'll try and post the results.regardsalex
webmedic Posted September 4, 2003 Posted September 4, 2003 did you guys read the guide here:http://www.MSFN.org/unattended/xp/index.htmit explains things very well and there is no need to use any winboom.ininow to answer you guys directlyhere is part of the winnt.sif that handles what you refer to.;SetupMgrTag[Data]AutoPartition=0MsDosInitiated="0"UnattendedInstall="Yes"[Unattended]AutoActivate="no";CrashDumpSetting="0"DisableDynamicUpdates=Yes;FileSystem=LeaveAlone;Hibernation=0UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesTargetPath=\WINDOWSRepartition=NoUnattendSwitch="Yes"WaitForReboot="No"NoWaitAfterTextMode=1NoWaitAfterGUIMode=1DriverSigningPolicy=IgnoreOemPnPDriversPath="Drivers\radeon-cat3_6\2KXP_INF;Drivers\radeon-cat3_6\TV_Capture\WDM_XP;Drivers\Nvidia;Drivers\nforce;Drivers\nforce\AudioDRV;Drivers\nforce\AudioUtl;Drivers\nforce\Display;Drivers\nforce\Ethernet;Drivers\nforce\GART;Drivers\nforce\IDE;Drivers\nforce\MemCtl;Drivers\nforce\SMBus;Drivers\nforce\USB;Drivers\IDE_RAID;Drivers\4in1442v;Drivers\4in1442v\AGP;Drivers\4in1442v\AGP33;Drivers\4in1442v\AgpME;Drivers\4in1442v\IDEWinXP;Drivers\4in1442v\Inf;Drivers\4in1442v\IRQ;Drivers\4in1442v\Pfd;Drivers\4in1442v\WinXP;Drivers\VIA-VT6103;Drivers\wdm;Drivers\wdm\wdm;"This will let you partition it yourself as that is how I have mine setup.
valexvo Posted September 4, 2003 Posted September 4, 2003 OK , webmedic I'll try the code. To be more specific : I want to make a FRESH install of WinXP on the desired partition and to format the partition before installing. Like the normal WinXP CD do. (Note: The partition allready contains a winXP, but I like a new fresh installation with reformat)THXregardsalex
b0r3d Posted September 4, 2003 Posted September 4, 2003 Just adding the Autopartitian = 0 to the winnt.sif file will prompt you when you boot off the CD which drive you want to install windows to. When you select it, it'll format it for you aswell.
webmedic Posted September 4, 2003 Posted September 4, 2003 OK , webmedic I'll try the code. To be more specific : I want to make a FRESH install of WinXP on the desired partition and to format the partition before installing. Like the normal WinXP CD do. (Note: The partition allready contains a winXP, but I like a new fresh installation with reformat)THXregardsalexwell wiht that code above you will have to do your hard drive setup manually just like you want it's not automatic but it will let you format the hard drive before it starts the install. The only downside i have found is taht I can not do a revocery of windows it will simply not give me the option if it finds windows on the hard drive already. You can either format the drive or delete the windows directory.
venim Posted September 4, 2003 Author Posted September 4, 2003 Thanx webmedic for your help.Gonna test it later because I want to make my custom setup screen.
venim Posted September 5, 2003 Author Posted September 5, 2003 Well it worked thanx.I burned the cd and I'm trying to install it using vmware.After I installed it I got this message : windows can not find $OEM$\$1\install\main_batch.cmd and $OEM$\$1\install\hotfixes.cmd.I put both winnt.sif & winnt.bat in i386 folder of my cd.In my winnt.sif is the directories[GuiRunOnce]%systemdrive%\$OEM$\$1\install\main_batch.cmd%systemdrive%\$OEM$\$1\install\hotfixes.cmdAny help?
webmedic Posted September 6, 2003 Posted September 6, 2003 yes hee using pcanywere or whatever it's called it takes forever to do an install. I'd say about 1 1/2 - 2 hours.this [GuiRunOnce]%systemdrive%\$OEM$\$1\install\main_batch.cmd%systemdrive%\$OEM$\$1\install\hotfixes.cmdshould be this[GuiRunOnce]%systemdrive%\install\main_batch.cmd%systemdrive%\install\hotfixes.cmd
venim Posted September 6, 2003 Author Posted September 6, 2003 Thanx gonna test it later.What about the main_batch.cmd & hotfixes.cmd I have the directories inside eg:%systemdrive%\$OEM$\$1\install\WMP9\MPSetupXP.exe and a hotfixe example start /wait %systemdrive%\$OEM\$1\install\Hotfixes\Q323255_WXP_SP2_x86_ENU.exe .
Aaron Posted September 6, 2003 Posted September 6, 2003 Thanx gonna test it later.What about the main_batch.cmd & hotfixes.cmd I have the directories inside eg:%systemdrive%\$OEM$\$1\install\WMP9\MPSetupXP.exe and a hotfixe example start /wait %systemdrive%\$OEM\$1\install\Hotfixes\Q323255_WXP_SP2_x86_ENU.exe .I can see you don't quite fully understand the concept of these $OEM$ folders. To put it simply, the naming of these folders instruct Setup where they should be copied to.Everything in $OEM$\$1 will be copied to C:\ (or the systemdrive the OS is installed on).Everything in $OEM$\$$ is copied to C:\WindowsSo, $OEM$\$1\install will become C:\installThis will only work when OemPreinstall=Yes is specified in winnt.sif
venim Posted September 6, 2003 Author Posted September 6, 2003 Well thanx for your answer.Just found it out but forgot to post it...
venim Posted September 7, 2003 Author Posted September 7, 2003 A final and silly question maybe.How could the folder created in the hard disk I mean the install folder be erased after a successfull procedure?
b0r3d Posted September 7, 2003 Posted September 7, 2003 To make a directory when installing applications, in your batch files put:md directory where directory is the path and name of the directory you wish to make.For example:md c:\newfolder
venim Posted September 7, 2003 Author Posted September 7, 2003 I don't want to create a folder I want to erase the folder that install creates...It creates a folder install in the root of c: disk and it copies inside hotfixes,regfixes,directx9b
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now