Jump to content

MAVERICKS CHOICE

Member
  • Posts

    1,816
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by MAVERICKS CHOICE

  1. No thats not the case using a router, maybe if you were directly networking your 64 bit machine to the 32 bit machine could be the case. The cross cable concept with the router doesn't matter either can be adopted ok. Cheers MC.
  2. Bit late in the post but I can confirm if interested? Sleep.exe can certainly use three digits eg Sleep 120 Cheers MC.
  3. Used it yesterday seemed to go really smooth, did not have any msi issues whatsoever. Seemed a little quicker than Runonceex. One Q. though if I need to reboot midway & start off with next programs etc, do I simply use a second preinst.ini & call it preinst2.ini? your suggestions appreciated. Cheers MC.
  4. This doesn't really have anything to do with applications does it? should post in unattended next time. Cheers MC.
  5. Sif file looks to be ok,Something is corrupted think you better remake the UA from the beginning? Cheers MC.
  6. This is an interesting issue as many printer manufacturers now are including multiple card readers in their machines that cause the same problem in ua. Till now I was simply leaving my printer off during install, but is a royal pain in the a** setting up drivers later. Cheers MC.
  7. Yeah but BartPe has some mighty fine tools built in tho, however youre right there are some bugs. Cheers MC.
  8. Why don't you use NLite & remove Languages & Keyboard you don't need etc. Just a thought. Cheeers MC.
  9. Never had that problem here dude? I know some virtual machines have probs above 2 gig but not dvd's? Cheers MC.
  10. Nice addition you have certainly done an excellent job producing your guide & will surely give us a good insight into network installs. Never ventured into these always from the cd myself but are considering the challenge. Cheers MC.
  11. & Welcome You will need to explain a little further how you put the UA together, what program you used if any update packs? NLite? what you removed etc. Maybe a copy of your winnit.sif (Less your serial off course). Untill then my friend could be one of a hundred reasons why this is not working for you. Cheers MC.
  12. I have not tried this however but can certainly see value with this project especially so if can be used automaticlly. Cheers MC.
  13. Maybe when hp38guser gets a spare moment he may include in his Lite version for us dudes who use it. Cheers MC.
  14. Yes you can get rid of that one. Here's how:Windows Registry Editor Version 5.00 ; Don't search Windows Update for drivers (when new HW detected) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching] "DontSearchWindowsUpdate"=dword:00000001 "DontPromptForWindowsUpdate"=dword:00000001 You know to use registry tweaks? If not, then what you need to do is: 1. copy & paste the above code into notepad. 2. Save with file-name "drvr.reg" (note the extension - its NOT *.txt, it should be *.reg) 3. Double-click it to apply manually. 4. To apply it unattended, use this command in your unattended install: regedit /S <PATH-TO-FILE>\drvr.regDo post back with your results! Can this be totally automated to prevent the popup GUI & auto search windows for the pre installed drivers, eg find a usb device after windows is installed ua & install the included driver. Cheers MC.
  15. @ Slimzky Yeah never remove IE at all or any quicklaunch items, only use NLite to remove old drivers basically & not much else very safe I think? Cheers MC.
  16. Yes Thanks Muiz , I know that but some reason in my ua of late is not showing after turning on QL. Don't know if its an update pack prob or what but was a quick fix for me atm. Cheers MC.
  17. I was experiencing losing the quick launch desktop icon Show Desktop when doing a ua install, but found something to overcome the problem. Maybe of interest to some? [Shell] Command=2 IconFile=explorer.exe,3 [Taskbar] Command=ToggleDesktop Simply open up your text editor & create the above save the file as Show Desktop.scf (or any other name, provided that you include the .scf filename extension) anywhere you like, including on the desktop. To have the icon appear on your Quick Launch toolbar, place the file in the \Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch folder.Then I simply sfx it & run it as part of my cleanup.cmd Cheers MC.
  18. Gave this a try on a vm & seemed ok, just tried on my rigg following a fresh install Ua & worked well. Cheers MC.
  19. Yeah no worries used both methods now & have discounted both of them integrated Ryans latest pack with his integrator & seem to be ok,Got past T39 without error anyhow. Having another go with NLite strange error tho & don't understand where it was coming from? Keep ya's posted. Cheers MC.
  20. Not sure Only integrated Rvm's pack 2.04, going through source now ruling out things as we speak. Cheers MC.
  21. Yep here it is, strange never a prob before? ProcessSetPriority("setup.exe",0) Run(@ScriptDir & "\WatchDriverSigningPolicy.exe") ProcessWait("WatchDriverSigningPolicy.exe") RunWait(@ScriptDir & "\SetupCopyOEMInf.exe Drivers") ProcessClose("WatchDriverSigningPolicy.exe") ProcessSetPriority("setup.exe",2) Cheers MC.
  22. Thanks Guys here it is: ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS Repartition=Yes Unattendswitch="Yes" WaitForReboot="No" AutoActivate=No Hibernation = No DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore [GuiUnattended] AdminPassword=* EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=255 OemSkipWelcome=1 DetachedProgram = ".\system32\cmd.exe" Arguments="/Q /C FOR /F %I IN (%SystemRoot%\SYSTEM32\$WINNT$.INF) DO (FOR %J IN (%I$OEM$) DO (IF EXIST %J (start /min /D%J Autoit3.exe Drivers.au3)))" [UserData] ProductKey="" FullName="" OrgName="" ComputerName="" [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=85 [TapiLocation] CountryCode=61 Dialing=Tone [RegionalSettings] LanguageGroup=1 SystemLocale=00000c09 UserLocale=00000c09 InputLocale=0c09:00000409 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [URL] Home_Page = http://au.altavista.com/ [Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\vista.theme" [Components] AutoUpdate=off msmsgs=off msnexplr=off media_clips=off Clipbook=off freecell=off minesweeper=off solitaire=off spider=off hearts=off zonegames=off Cheers MC.
  23. Get the following error @ T39 anyone know what it might be causing it see attached image happens in virtual or on a pc? Cheers MC.
  24. @hp38guser All due respect dude, but your lite installer is great for some however not for all that want more features of Nero 7 without the bloat. Good luck Cheers MC.
  25. Tried ya method here no good. Redone 7082 with Tempers method all good to go as I like it 30 meg with Winrar, I'll probably get it down with 7 zip. Cheers MC.
×
×
  • Create New...