Content Type
Profiles
Forums
Events
Everything posted by ricktendo
-
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
-
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
-
sc.exe might help KB251192
-
Installing apps through setupcomplete.cmd
ricktendo replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
A=1 -
Its faster, less hassle, less reboots (BTW watch the OPK videos they talk about how to make the autounattend.xml)
-
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>
-
How to merge two text files?
ricktendo replied to tomasz86's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
INF UpdateInis is perfect for this Tell me the path+name the file I can give you some examples -
Let me guess...7lite processed image
-
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
-
What is the hardware id?
-
Windows AIK for Windows 7 SP1
ricktendo replied to dumble's topic in Unattended Windows 7/Server 2008R2
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 -
Unhiding single packages is what I always wanted, thanks for this update
-
Thank you legolash2o and I hope you release v1.3.3
-
Prevent password expiration
ricktendo replied to nickster's topic in Unattended Windows 7/Server 2008R2
Thank you for this trick -
Do you have any timezone updates/hotfixes integrated? This could correct your problem
-
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
-
Nope, drivers he installs in audit mode do get carried over
-
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)
-
Run this command and tell me what it says...either one of these letters S H R? attrib "%windir%\downloaded program files"
-
Capturing an image of a PC
ricktendo replied to Octopuss's topic in Unattended Windows 7/Server 2008R2
Check out these OPK videos, info is there how to easily create and add imagex to a PE image (vid 4) -
Office 2010/security essentials OPK integration
ricktendo replied to cokesmoke's topic in Unattended Windows 7/Server 2008R2
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 -
Office 2010/security essentials OPK integration
ricktendo replied to cokesmoke's topic in Unattended Windows 7/Server 2008R2
You have to actually install windows 7, boot into a special phase, install the apps then capture that image -
[RELEASE] Boooggy's WMP 11 direct integration solution
ricktendo replied to boooggy's topic in Application Add-Ons
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