chiners_68 Posted July 31, 2007 Posted July 31, 2007 I swear I passed a doc today that said these folders still exisit & function in vista as they do XP. if they do where do you locate $OEM$ on a vista dvd..?
fizban2 Posted July 31, 2007 Posted July 31, 2007 you wont find it on a Vista DVD as it isn't the recommended way to do a unattended install anymore. Moving to the proper Forum
chiners_68 Posted July 31, 2007 Author Posted July 31, 2007 Whats the best way to do this now then..?i want to execute some registry settings at sat T-12 as with the old cmdlines.txt in XP. Where is best to place the reg file on the CD & how best to execute it from unattended.xml?all help greatly apreciated.
Br4tt3 Posted August 1, 2007 Posted August 1, 2007 Hi,The OEM approach of Vista is somewhat diffrent then XP/2003. Covering the whole thing seems huge... I recommend that you download the WAIK from MS which is free of charge. The WAIK (Windows Automated Installation Kit) cotains all the relevant .chm (help files) for automatting the installation of Vista. It also contains the WSIM (Windows System Image Manager) which is the application that will build and let you configure the .xml file that is the unattend file(s) for your Vista installation. This application also will allow you to configure the usage of $OEM$ folders, or you can use the Vista recommended approach of "DataImages".....Finally WAIK also contains the WinPE 2.0, free of charge.....
FireGeier Posted August 1, 2007 Posted August 1, 2007 Hello chiners!Please read here.And please look here, too, to find out about the disadvantages of this method.Regards,Martin
maxXPsoft Posted August 1, 2007 Posted August 1, 2007 OEMs can still be used but without that configsetroot. ditched that long ago.Check out Firegeier guide or either my VistaUA application and decide what or how you want to do it.To answer your ? Not all of the folders are used anymore but yes some can still be used, people need to read the chms. $oems$ are placed in the sources folder of the dvd image like some of the actual OEMs place it there like Dell
chiners_68 Posted August 1, 2007 Author Posted August 1, 2007 Ive ditch the Distribution shares. While msfn has been down all morning i found something similar to this (below) on another site but with %AppsRoot% name instead. seems to be working ok apart from some of my registry keys dont seem to be applying.What is the best phase to apply HKLM registry settings & what stage is best to Apply HKCU resgistry settings..? i use to aplly a couple of HKCU keys at T-12 on XP before any local accounts are created so it applied it to the default user profile. Cant seem to get the same effect on vista at the moment.@ECHO OFFSET DriversRoot=NULL:SearchDriversRootFOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\DriversRoot.txt SET DriversRoot=%%i:\IF NOT "%DriversRoot%"=="NULL" GOTO StartSetupGOTO SearchDriversRoot
maxXPsoft Posted August 1, 2007 Posted August 1, 2007 RunSynchronous commands run in the system context in the specialize pass.Which means registry settings should be HKLMRunSynchronous commands run in the user context in the auditUser configuration passWhich means registry settings should be HKCUAlthough ive recently added that to my App those can be a bit complicated
chiners_68 Posted August 2, 2007 Author Posted August 2, 2007 maxXPsoft, thanks, just had a look & ive been using some bits from your guide.
tozo Posted August 2, 2007 Posted August 2, 2007 ı tryied oem folder in source ok ı can tell you your &oem& folder must be ın sources
FireGeier Posted August 2, 2007 Posted August 2, 2007 Hello chiners!i use to aplly a couple of HKCU keys at T-12 on XP before any local accounts are created so it applied it to the default user profile. Cant seem to get the same effect on vista at the moment.It's not that easy for Vista unfortunatly. You need to do the steps described here, to copy the HKCU tweaks over to the DefaultUser.Note:If you've problems to get it worked, than please read the workaround here and let me know!And like maxXP said, auditUser pass is the right pass to apply HKCU tweaks. The only thing you have to know is, that they are just setted for the User you logged on in auditSystem pass.BTW, you can apply HKLM tweaks during auditUser pass, too. But if you need the tweaks present for the Vista setup already - like disabling UAC during setup for example - than you've to apply these kind of tweaks during specialize pass.Final Note:If you should have problems to get the whole AppsRoot thing to work, than pleas read here.Regards,Martin
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