Our Michael Posted January 28, 2006 Posted January 28, 2006 Can someone please explain to me why Unattended Setups and RIS are working differently for me?I have some machines I want to be able to install to. They have single partitions with existing Windows installs. If i set up a RIS server to install from it will work fine, no promptingHowever, if i set up an Unattend.txt and a network share and try to install the clients from there, I am prompted to delete their existing Windows installations, and then this doesn't work. They have no other partitions so I guess AutoPartition=1 can't work. I am not able to delete their existing partitions so installation can't continueIf use the same unattend file as a winnt.sif with the CD, then this works and existing installations are deleted etc., so i am baffledPart of my simple unattend.txt that works as winnt.sif with a local CD, but not over the network!!!!;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=No TargetPath=\WINDOWS ConvertFileSystem=Yes Repartition=Yes WaitForReboot=No
andymitchell Posted January 29, 2006 Posted January 29, 2006 i think that the $oem$ folder has to go in a different place depending on the install method. for a normal unattended install the $oem$ folder sits in the root along side the i386. for the network install try putting the $oem$ into the i386 folder.
Our Michael Posted January 29, 2006 Author Posted January 29, 2006 Thanks Andy,For RIS the $oem$ sits alongside the i386, for unattend it is inside it. I dont require an $oem$ at this time, but placed unattend.txt inside i386 folder. So if that is wrong, I don't know..it still prompts for deleting existing installationI think I may need a switch for the unattend.txt myself but don't know what it is
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