beats Posted September 30, 2009 Posted September 30, 2009 (edited) ah nicei got 2 more questions 1. regarding commands for executing or copying from $OEM$ folder (listed up up), is it %Source%$OEM$ or%Source%\$OEM$ ?The last one. %Source%\$OEM$2. same regarding copying or executing from $OEM$ folder, i read in tutorials here that microsoft has this limitation of 8 characters so all hotfixes or whatever has to be max long 8 chars, does this also apply for any folder in $OEM$ folder ? for example i wish to copy Opera, Firefox and Iron portables to Disk with runonce via bat file, but dont know can i have long folder names as Opera_Portable, or it must be 8 chars long only ?You can use long file names in $OEM$. The 8.3 limitation applies to the i386 folder. Edited September 30, 2009 by beats
vinifera Posted October 1, 2009 Author Posted October 1, 2009 thank you for your previous responses btw i encountered few problems with new "iso"my reg tweaks did not get applied at alli used as in this tutorial from cmdlines.txtthe REGEDIT32.EXE /S wayi first tested with their default keys (some are HCU some are HKLM), and thought as you said it will be applied to DEFAULT user, it didntthen i renamed in reg files all keys to [HKEY_USERS\.DEFAULT\...but it also didnt get written in/applied (tested on both SP2 and SP3)any idea why ?-also if i may ask, is there a way to silently install visual c++ 2008 redistributable ?it looks like hotfix file but it extracts MSI GUI installer
beats Posted October 1, 2009 Posted October 1, 2009 (edited) btw i encountered few problems with new "iso"my reg tweaks did not get applied at alli used as in this tutorial from cmdlines.txtthe REGEDIT32.EXE /S wayi first tested with their default keys (some are HCU some are HKLM), and thought as you said it will be applied to DEFAULT user, it didntthen i renamed in reg files all keys to [HKEY_USERS\.DEFAULT\...but it also didnt get written in/applied (tested on both SP2 and SP3)any idea why ?Yes, like I said, put your actual commands in a batch file, not in cmdlines.txt itself (since it can be buggy). Let cmdlines.txt only call your batch file, nothing else. Put the actual commands, like "regedit /s my.reg", in that batch file.also if i may ask, is there a way to silently install visual c++ 2008 redistributable ?it looks like hotfix file but it extracts MSI GUI installerMost hotfixes can be installed silently with /quiet /passive /norestart. You can extract most hotfixes with the /x parameter, if you want to obtain a MSI for example. MSI's can be installed silently with /qb (progress bar) or /qn (completely silent).Edit: You can also use /? on most hotfixes, it will show you what switches are available. Edited October 1, 2009 by beats
vinifera Posted October 2, 2009 Author Posted October 2, 2009 ah beautifullit worked nicely !here is my last question heheis there a way to disable loading of that movie when XP installedthe one with white background showing tansition from blue XP flag to colored one ?
beats Posted October 2, 2009 Posted October 2, 2009 ah beautifullit worked nicely !here is my last question heheis there a way to disable loading of that movie when XP installedthe one with white background showing tansition from blue XP flag to colored one ?Alright. Yes, there is. In WINNT.SIF, add this option to the [unattended] section: UnattendSwitch="yes"For a more detailed overview, see the winnt.sif reference.
vinifera Posted October 2, 2009 Author Posted October 2, 2009 what if i by any chance want to leave "user account" screen onand just delete the movie file, do oyu might know its location and name ?and would it break something if it would be deleted and not loaded then by setup ?
beats Posted October 2, 2009 Posted October 2, 2009 what if i by any chance want to leave "user account" screen onand just delete the movie file, do oyu might know its location and name ?and would it break something if it would be deleted and not loaded then by setup ?See this topic: http://www.msfn.org/board/bypass-oobe-with...ion-t10799.html
vinifera Posted October 2, 2009 Author Posted October 2, 2009 nicei thank you again very much for patience and great help
beats Posted October 2, 2009 Posted October 2, 2009 You're welcome. Good luck with your unattended disk.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now