Advertisement
Guest User

e2b

a guest
Jan 1st, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <unattend xmlns="urn:schemas-microsoft-com:unattend">
  3.  
  4. <settings pass="windowsPE">
  5.  
  6. <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <RunSynchronous>
  8. <RunSynchronousCommand wcm:action="add">
  9. <Order>1</Order>
  10. <Path>cmd /q /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\_ISO\E2B\FIRADISK\LOADISO.CMD cmd /k %i:\_ISO\E2B\FIRADISK\LOADISO.cmd"</Path>
  11. <Description>Detecting usb drive</Description>
  12. </RunSynchronousCommand>
  13. </RunSynchronous>
  14. </component>
  15.  
  16. <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  17. <RunSynchronous>
  18. <RunSynchronousCommand wcm:action="add">
  19. <Order>1</Order>
  20. <Path>cmd /q /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\_ISO\E2B\FIRADISK\LOADISO.CMD cmd /k %i:\_ISO\E2B\FIRADISK\LOADISO.cmd"</Path>
  21. <Description>Detecting usb drive</Description>
  22. </RunSynchronousCommand>
  23. </RunSynchronous>
  24. </component>
  25.  
  26. <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64"
  27. publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS"
  28. xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
  29. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  30. <SetupUILanguage>
  31. <WillShowUI>Always</WillShowUI>
  32. </SetupUILanguage>
  33. </component>
  34.  
  35. <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86"
  36. publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS"
  37. xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
  38. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  39. <SetupUILanguage>
  40. <WillShowUI>Always</WillShowUI>
  41. </SetupUILanguage>
  42. </component>
  43.  
  44.  
  45. </settings>
  46. <cpi:offlineImage cpi:source="wim:d:/unlimited%20projects/litevista/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
  47. </unattend>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement