Everything posted by phaeton
-
Automatically execute bat script after winpe is loaded
I should be in the *Winperoot*\windows\system32\winpeshl.ini
-
Syspreped XP Image hangs
Still having no luck with this image. Anyone else have any ideas?
-
Syspreped XP Image hangs
There are no options in the BIOS to disable USB. Maybe I need to add drivers for all the USB devices? hmm
-
Syspreped XP Image hangs
I have a sysprep image created on an older laptop that I use as a build machine. When this image is loaded on a newer machine, setup hangs about 30 seconds into mini-setup. This image is just a stripped down XP SP3 image that I just want to get around the problem. I've attached the seutpapi.log file but i'm not sure how to properly read the error. Can someone have a look at it and maybe give me an idea as to what the problem is? Thanks Everyone! Setuplog.zip
-
multibooting linux with XP
james, When you figure it out you can post a tutorial for the next person that needs it
-
How to support Visual Basic tool programming in WINPE 2.0?
What exactly is the question? You can use Visual Basic 6 programs in WinPE because they do no require the .NET framework.
-
64-bit compiler for tools in WinPE 2.1 64bit
Thanks Jazkal. I'll check it out. What is everyone else using?
-
64-bit compiler for tools in WinPE 2.1 64bit
Just curious as to which language/compiler do you use to build a 64-bit tool/app for WinPE 2.1 64-bit?
-
MSFN's Under 2MB Useful Software for Windows
Here is another one. DataRecovery tool Test disk http://www.cgsecurity.org/wiki/Main_Page
-
Vista System Rating Score!
-
Cannot get logo to show in system properties
Solved my problem. Moved OEMinformation section from oobe to specialize pass.
-
Cannot get logo to show in system properties
I'm testing unattended install of Vista and I can't get my logo to show in System Properties nor will it show any of the support information or website link. Do you see any problems with this XML file? <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <DiskConfiguration> <Disk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>20000</Size> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>OS_Install</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <UserData> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> <UseConfigurationSet>true</UseConfigurationSet> </component> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>en-us</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-us</SystemLocale> <UILanguage>en-us</UILanguage> <UserLocale>en-US</UserLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-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"> <RegisteredOrganization /> <RegisteredOwner /> <TimeZone>Eastern Standard Time</TimeZone> <OEMInformation> <HelpCustomized>false</HelpCustomized> <Logo>c:\windows\System32\oemlogo.bmp</Logo> <Manufacturer>manufacturer</Manufacturer> <Model>model</Model> <SupportHours>support hours</SupportHours> <SupportPhone>support phone</SupportPhone> <SupportURL>http://website.com/support/</SupportURL> </OEMInformation> </component> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <Mode>Audit</Mode> </Reseal> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <Help_Page>http://website.com/support/</Help_Page> <Home_Page>http://website.com/welcome/</Home_Page> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Deployment" 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"> <AuditComputerName> <MustReboot>true</MustReboot> </AuditComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
-
Quick Q about make bootable WinPE ISO
i'm setting up a custom WinPE setup (WinPE 2005). I used mkimg to make the source and modified it with the needed drivers. How do I use oscdimg to make the ISO bootable? Well basically i just need to know how to make/get the etfsboot.com file. Thanks
-
winpeshl.exe failed to copy
I'm trying to build a custom WinPE and i getting an error. I'm following the MS steps (http://support.microsoft.com/default.aspx?scid=kb;zh-cn;303891&sd=tech) and I get an error during mkimg.cmd. The Error is: Error in Copying (2) : C:\path\winpeshl.exe -> c:\path\i386\system32\winpeshl.exe 1258 files were copied from the 1259 files. Failed to copy all the required files for WinPE. Any one have an idea what's going on?
-
Media Problem?
Some burners are just picky about which media they use. I have found DVD-R & DVD-RW discs (Cheapo disk to name brand discs) to be the most stable between a wide variety of systems (as long as your burner supports DVD-R/-RW). Check to see if there is a firmware update available for your burner. I'd also suggest trying a different brand of media.
- Could not load the installer
-
How Do You Add Winpe To Ris (pxe)
dude it took you longer to complain then to do a little research yourself. Hit up google! http://www.google.ca/search?hl=en&q=How+Do...le+Search&meta=
-
Could not load the installer
Hey guys, I've customized by WinPE Cd to support SATA devices and new Intel NICs. When it loads up the network drivers i get the following error: Could not load the installer for ports. Check with your manufacturer WinPE waits with that screen up. I have to manually click the OK proceed. I'm using the latest driver set from intel.com. Has anyone seen this error? Thanks,
-
Can anyone help me out with a sysprep issue?
Dude sorry i can't help you but you might want to edit your post and remove the productkey and maybe the encrypted password.
-
Force Reboot
Hey guys, I'm doing an XP Home edition image right now. I'm install a few drivers via cmdlines.txt. How do I force windows to reboot after cmdlines.txt? Usually my images reboot after cmdlines.txt but this image just runs cmdlines and then logs into windows without a reboot. any ideas?
-
Intel Wireless driver problem
Hey guys, Here's my situation. I'm trying to install the driver for a Intel Wireless card and i'm having a problem. The image is already deployed and i want to do a 'silent' install of the driver through the RUNONCE reg key. The problem the New hardware wizard comes up and blocks my installation. I have to minize the installer, close the new hardware window, and then my installation continues. Any one have any insight on this? Anyway to close that device manager window? Thanks, Eric
-
Driver installation hangs with Hardware detection
Automated of course. Could you give me an example for both?
-
Driver installation hangs with Hardware detection
Ok, but how do I cancel hardware detection?
-
Driver installation hangs with Hardware detection
I'm not trying to do this during a setup. I'm trying to 'push' the driver to the machine but before windows pops up the 'hardware detected' window. Does RunOneEx run before hardware detection? Thanks
-
Driver installation hangs with Hardware detection
This isn't quite related to an unattended install but I was wondering if anyone had any insight. We are pushing a driver install to a laptop (it's a intel wireless lan driver). It is being done via logon script. The driver install is an installsheild install (setup /s /sms) but the installation hangs because the hardware detection window is open in the background. If the user isn't sitting at the machine at the time then the install hangs there till the window is closed Anyone have any ideas? I like to install the driver even before the hardware detection windows shows up. (force install) Thanks guys.