Jump to content

sp00f

Member
  • Posts

    732
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by sp00f

  1. http://www.msfn.org/board/index.php?showtopic=86459
  2. Hi sp00f, Could you please upload the correct file so I can add the correct ones. Thank you (or mail np at all) Many thnx Nickx Just edit the core.js In that file you look for this : if (FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\WIN51') || FileExists(li[i]+'\\I386\\DRIVER.CAB')) Change "WIN51" and "I386\\DRIVER.CAB" into things that are on your vista DVD. I use this ( these things are in MY Vista DVD ) : (FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\AppsRoot.txt') || FileExists(li[i]+'\\sources\\install_Windows Vista (vLite) ULTIMATE.clg')) And to start WPI i used firegeier's guide : http://firegeier.unattended-sponsor.de/en/applications.html But instead of installing aps from there i only use this for WPI %AppsRoot%Install\WPI\WPI.hta
  3. Windows Automated Installation Kit (WAIK) User's Guide for Windows Vista Documentation Update 1 Documentation update for the Windows Automated Installation Kit and Unattended Setup Reference. http://www.microsoft.com/downloads/details.aspx?FamilyID=993c567d-f12c-4676-917f-05d9de73ada4&DisplayLang=en Overview The Windows Automated Installation Kit (Windows AIK) is designed to help Original Equipment Manufacturers (OEMs), system builders, and corporate IT professionals deploy Windows onto new hardware. The Windows AIK is a new set of deployment tools supporting the latest release of Windows. This guide describes the current methods, tools, and requirements for deploying Windows. This documentation update includes revised content that addresses known help issues, workarounds, and other changes. These files replace the release-to-manufacturing (RTM) .chm files.
  4. I just changed the xp things into vista things in core.js , that was all........ LOL even the makers from wpi never respond to this....they had to know after i posted the error, but they didnt. Glad i found this myself Problem solved WPI runs in vista now. And where do you see Pliek?
  5. Ater i opened core.js , i saw the problem, it looks for XP files. // %CDROM% li = GetDriveLetters(4); for (i=0; i<li.length; i++) { if (FileExists(li[i]+'\\WPI.HTA') || FileExists(li[i]+'\\WIN51') || FileExists(li[i]+'\\I386\\DRIVER.CAB')) cddrv = li[i]; } if (cddrv=="") {
  6. The strange thing is, when its called by a cmd it gives the error When started manualy, there is no error. Ater i opened core.js , i saw the problem, it looks for files from xp. Problem solved, thx again EDIT: WPI runs fine now, thx for the apps guide wich helped me start WPI But your driver guide also did not work for me, same error as with the XML maker
  7. Still the WPI error, i guess i have to wait till someone know how to start WPI... thx anyway for your help..
  8. I made a synchronous command for each reg example : cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorAdmin /t REG_DWORD /d 0 /f cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ConsentPromptBehaviorUser /t REG_DWORD /d 0 /f But how can i remove a reg key? [-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}] @="WscNotify Class" Not that this one is nessecary....
  9. This is the reg tweak that needs to be run first : Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "PromptOnSecureDesktop"=dword:00000000 "EnableInstallerDetection"=dword:00000000 "EnableLUA"=dword:00000000 "EnableSecureUIAPaths"=dword:00000000 "EnableVirtualization"=dword:00000001 "ValidateAdminCodeSignatures"=dword:00000000 "FilterAdministratorToken"=dword:00000000 "ConsentPromptBehaviorAdmin"=dword:00000000 "ConsentPromptBehaviorUser"=dword:00000000 [-HKEY_CLASSES_ROOT\CLSID\{FD6905CE-952F-41F1-9A6F-135D9C6622CC}] @="WscNotify Class"
  10. It disables everything from UAC etc. without that WPI gives an arror :
  11. During the vista setup it reboots? Wont that affect the installation?
  12. syncronouscommand 7 oobe , %AppsRoot%Install\WPI\WPI.hta
  13. Which command you're using exactly to aply the regtweaks? I used the one from your guide ( REGEDIT /S %AppsRoot%Install\Regtweaks.reg ) , and it works , only after last reboot, so after wpi pops up I need it Before wpi pops up
  14. Worked fine THX Only WPI gives an error, cause my regtweak isnt aplied. Is there a way to aply a reg during setup instead after first logon/boot ?
  15. So that would be : %AppsRoot%Install\WPI\WPI.hta ? And it starts just like ut did in XP? after first logon? I know this is not the WPI part of the forum, but maybe you know this. In WPI can i still use the %CDROM% ?
  16. You can place such folder in your install.wim, that not the difficult part. To run it without errors and run things from cdrom, thats what doesnt work
  17. and what is the solution dude?! Good question, i was looking for this to
  18. Look SpOOf You say nuthin works for you but you fail to say why??? or post your methods??? or ans files etc??? Button pushin progs are only helpful if you know what they do & a basic understanding on how to manually do the task. Martins method above does in fact work & will produce the log file to prove it... Vista pnp drivers however are another story, manufacturers ware will tell you they work fine with Vista etc. However I know better than to believe them. Not all of them mind you. .....Statements like, "Still no go", "It doesn't work", do not help us or you to sort your problem....... what i use is a clean Vista RTM version Dutch. And did exactly what it says, and tested the iso's in Vmware. The Autounattend.xml works fine. The Hotfix integration works fine. But the drivers will not work, and so isnt maxxpsoft's tool. Maybe its cause i dont have a English Vista.
  19. I also tried this integrator , posted here : http://www.msfn.org/board/index.php?showtopic=94913 Still no go
  20. That one gave me an error when i tried to boot the iso.
  21. it doesnt work for me, sorry it gives me that same error as in first post
×
×
  • Create New...