zedox
Content Type
Profiles
Forums
Events
Posts posted by zedox
-
-
i'm trying to have my unattended install install drivers automatically whilst installing.
I've downloaded the x64 Win7 driverpack from driverpacks.net
Unzipped and put in a folder called Drivers.
I've put this folder in..
sources\$OEM$\$1\Drivers
and in my autounattend.xml the code is...
<settings pass="windowsPE">
<component name="Microsoft-Windows-PnpCustomizationsWinPE" 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">
<DriverPaths>
<PathAndCredentials wcm:keyValue="d37a5f8b" wcm:action="add">
<Path>C:\Drivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>and
<settings pass="auditSystem">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE" 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">
<DriverPaths>
<PathAndCredentials wcm:keyValue="d37a5f8b" wcm:action="add">
<Path>C:\Drivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>The folders copy, but the network drivers do not get installed automatically.
Is there something wrong to my approach? Does the $oem$ folder get copied after installation?
0 -
Brilliant! £18 and replacement media on the way.
Thank you very much
0 -
I'm upgrading the SAS drives on our Dell PowerEdge 2900.
The server has a sticker on it with the product key.
Unfrotuantely I do not have the OEM media to reinstall the OS using the key supplied with the server.
I've tried changing the PID in the setupp.ini file on a volume disc but the key is still not being accepted.
Is there a way around this? No.. I'm not talking any illegal methods to use the key!
0 -
Ruu, can you provide some more instructions...
0 -
Hi w3bbo!
Nice release, sorry I didn't get some of the newer darkside resources to you in time!
Take a break, I know how hard you've been working.
Antonio
0 -
Thanks! That seems to have resolved 905474.
Just gotta sort KB892130 now
0 -
Any one resolved this yet?
0 -
The XPize Guide is only applicable to XPize 4.x; xpize 5 Release 4 doesn't include the Settings program nor the reloader. I'll bring back the Settings program for Release 5, but there's no need for the reloader as the installer can do that.
Does the installer detect file changes and automatically run like the old reloader did?
0 -
Looks very slick webbo. Nicely done. I look forward to the next release.
0 -
couple of things..
the taskbar and start menu control panel icon doesnt change when choosing darkside.
the shutdown dialogue is blue rather than black.
0 -
I've downloaded the latest LegitCheckControl.cab and WindowsXP-KB905474-ENU-x86.exe from this list...
http://www.vorck.com/windows/hotfixes_xp.html
However, Windows update is still asking for KB892130 and KB905474.
Does anyone have the latest links?
BTW, i'm using hfslip-1.7.9_beta_m
Cheers all!
0 -
It's a time saver, how long does it take you to install windows and then run windows updates to get it completely up-to-date?
With HFSLIP you run it once, and when windows is installed it will be as up-to-date with however many updates you "slipstreamed" into it.
0 -
XPize has it's own different bootscreen. You do not get the option to change this.
0 -
Progress is slow, I really struggle for time now.
I will not be basing any future releases on any of the new XPize releases.
I will maintain using the NSIS installer. If I was to move from this, it would be made from scratch by myself.
I'll try and make some time to look into the issues, but other than correcting problems and changing the visual style again nothing else will be changed.
0 -
Resignation
in XPize
Wish you all the best in your new adventures buddy!0 -
Hi guys,
Thanks for the invitation however after some careful thinking I have chosen to decline your offer.
I wish you all good luck in continuing the XPize project.
TTFN,
Antonio
0 -
Why don't you just install XPize Darkside.
And then XPize over the top but only select the luna theme?
0 -
-
@ricketendo64
Are you using just autounattend.xml on SP1?
Does it install applications ok?
Can you post your config?
Thanks
0 -
Finally got myself some time to come back to this topic....
@teemue
try adding
%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot /unattend:%AppsRoot%\Install\Unattend.xml
instead of
%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot /unattend:%AppsRoot%\Install\Unattend.xml
to autounattend.xml
0 -
-
-
-
3rd party drivers
in Unattended Windows 7/Server 2008R2
Posted
Thank you very much. Worked perfectly as you said!