Jump to content

ricktendo

Member
  • Posts

    2,261
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Honduras

Everything posted by ricktendo

  1. This issue was caused because PackagePending subkey could not be found, in v1.4.4 it will just skip this and continue if not found. I tried to remove packages from my syspreped image, so it must have something to do with that. But I didn't remove anything there so I see no reason why should it not work. Yer, they are no longer pending they installed already
  2. THX Li
  3. All the autounattend.xml does is automatically log you into audit mode when installation finishes, no reason it would cause problems capturing and of course you will not use this xml on your final image
  4. sc.exe might help KB251192
  5. Its faster, less hassle, less reboots (BTW watch the OPK videos they talk about how to make the autounattend.xml)
  6. Its simpler, here is mine (the serial is the default one that windows uses when you skip serial) <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> </component> <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"> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <ProductKey> <Key>D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/se7en/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  7. INF UpdateInis is perfect for this Tell me the path+name the file I can give you some examples
  8. Let me guess...7lite processed image
  9. This is how you find your hardware id http://www.devicedriverfinder.com/blog/device-drivers/how-to-check-the-hardware-id-for-a-windows-device
  10. What is the hardware id?
  11. waik_supplement_en-us.iso does not really update any important waik stuff, imagex and dism remain the same only some PE stuff is updated
  12. Thanks again!!!
  13. Unhiding single packages is what I always wanted, thanks for this update
  14. Thank you legolash2o and I hope you release v1.3.3
  15. Thank you for this trick
  16. Do you have any timezone updates/hotfixes integrated? This could correct your problem
  17. Run one of these two commands to see what drivers are currently installed pnputil -e or dism /online /get-drivers Tip: You can install the drivers like you normally do with the EXE but if you want the drivers to integrate later you grab them from %WinDir%\System32\DriverStore\FileRepository (sort by date your drivers should move to the top) Check the AIK/OPK link in my signature, I have a couple vids on updates/driver integration
  18. Nope, drivers he installs in audit mode do get carried over
  19. OK thats not the problem...I thought it had read only attributes "R" but its fine This is where some activex files are downloaded and if its read only this will cause it to fail (java controls also install to this folder)
  20. Run this command and tell me what it says...either one of these letters S H R? attrib "%windir%\downloaded program files"
  21. Check out these OPK videos, info is there how to easily create and add imagex to a PE image (vid 4)
  22. I have a vid that might shed some light on the process (also have some links to OPK videos that may help) http://www.wincert.net/forum/index.php?showtopic=7384
  23. You have to actually install windows 7, boot into a special phase, install the apps then capture that image
  24. boooggy you should think about adding KB970159 to your slipstreamer to replace the older one in the WMP11 installer Edit: If you need them you can get them from here
×
×
  • Create New...