Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. adding a lot of applications and drivers into my image the entire dvd is 4.05 but it installs just fine.
  2. Most my drivers it says they aren't boot critical but it places them in the Store and they are installed I think during specialize pass because my sounds play when I hit the desk in Audituser. I have an Extremegamer and had to mod the inf so it will install but it works where it didn't with any Driver packs. They need to be inf based drivers though. EDIT INFO: Installing driver package 'E:\wimMOUNT\pnpDrivers\2\wdma_emu.inf' to the currently offline OS ... INFO: The class GUID for INF 'E:\wimMOUNT\pnpDrivers\2\wdma_emu.inf' is '4d36e96c-e325-11ce-bfc1-08002be10318'! INFO: The class GUID '4d36e96c-e325-11ce-bfc1-08002be10318' is not boot-critical. INFO: 'E:\wimMOUNT\pnpDrivers\2\wdma_emu.inf' is not a boot critical driver. SUCCESS:Added 'E:\wimMOUNT\pnpDrivers\2\wdma_emu.inf' to offline driver store at 'E:\wimMOUNT\Windows\system32\DriverStore\FileRepository\wdma_emu.inf_cea2ead8\wdma_emu.inf'. SUCCESS:Added driver 'E:\wimMOUNT\pnpDrivers\2\wdma_emu.inf' to the offline Windows image at 'E:\wimMOUNT\Windows\system32\DriverStore\FileRepository\wdma_emu.inf_cea2ead8\wdma_emu.inf'. SUCCESS:Driver package 'E:\wimMOUNT\pnpDrivers\2\wdma_emu.inf' installed! SUCCESS:Successfully marked devices for reinstall!
  3. Vista should pick up on Intel drivers so try an install without them unless you already have Otherwise place them all in 1 folder like this which is my Intel folder, might need to edit the infs reflecting this single folder thing
  4. opened with Internet Explorer then it told me whats wrong End tag 'unattend' does not match the start tag 'settings'. You start the <settings pass="windowsPE"> but never close it then you open the <settings pass="oobeSystem"> That thing is totally messed up
  5. to answer your original ? <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>FirstlogonCommands</Description> <CommandLine>cmd /c Start %systemdrive%\Install\FirstLogon.cmd</CommandLine> </SynchronousCommand> </FirstLogonCommands> If you need it prior to that setupcomplete.cmd
  6. no its not bad to copy down whole dvd and can delete afterwards but that's wasted time isn't it? mountrw your image and then look at it. What you see is what will lay down on your drive simple as that uaDVD\sources\$OEM$\$$\SYSTEM32\OEM for your activation .xrm-ms file Edit: unless you have a slc bios activated PC
  7. I was looking at an old xml I had but will try what you have also.
  8. Autounattend.xml, works for me during <settings pass="specialize"> <component name="Microsoft-Windows-DNS-Client" 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"> <Interfaces> <Interface wcm:action="add"> <DNSServerSearchOrder> <IpAddress wcm:action="add" wcm:keyValue="1">xxx.xx.xxx.xxx</IpAddress> <IpAddress wcm:action="add" wcm:keyValue="2">xxx.xx.xxx.xxx</IpAddress> </DNSServerSearchOrder> <DNSDomain>192.xxx.xxx.xxx</DNSDomain> <Identifier>Local Area Connection</Identifier> </Interface> </Interfaces> </component>
  9. Edit: No need for that UseConfigurationSet just mount your wim rw and add the files folders or whatever to what you're looking at, thats your drive
  10. If you are doing a DVD boot, you will name your unattend file autounattend.xml and place that on a USB stick or floppy. Can be placed in root of dvd also but you can't modify that easily and continue with install. If you are doing a network share install you name it unattend.xml and if you are doing a WDS installation, you name it imageunattend.xml. I use autounattend.xml and place that on a floppy where you can add all passes.
  11. Turn UAC off? You can do it in Specialize <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f</Path> </RunSynchronousCommand> </RunSynchronous>
  12. Version 4.3.2 uploaded now Check my Sig and go to the Software Shack
  13. just create your $oem$ in the sources folder uaDVD\sources\$oem$\$1\Install\Cleanup.cmd thats similar to XP with running a cleanup.cmd
  14. Not sure what you mean by makecab K while i was movin my boards and injecting the sql to restore members as i have lost many in the past with my limited sql experience i disabled but its back on now. BTW didn't lose any this time so maybe i made a good decision to move here since their phpmyadmin is much better.
  15. yeah got setback here dodging hurricanes and got a bit behind, still working on it and hope to have it uploaded soon
  16. excuse me, are you installing 300 applicatons there. Unless you adding .net or something to your install something is wrong with that
  17. http://veegertx.com Better price for me with GKG.
  18. No, I'm moving my site
  19. You can also use Setupcomplete.cmd and Firstlogoncommands to accomplish these things
  20. I believe it would be possible. You might try loading it prior to load of the GUI which I do with a couple things but thats specific to my app. Several different ways to do that like audituser. I looked and its not a known installer so takes an autoit or pre-package to run it silent.
  21. Maybe, this worked for me on a XP recovery partition by Dell. Go to Command prompt and type in icacls on Vista and you'll see what I'm doing. EDIT: Right click and choose properties and look who has the permissions on that drive first thing so you can restore that if you need to. echo y| icacls E:\ /T /E /G Everyone:F E:\ should be your path to the recovery partition and basically I'm telling it to Tell it Yes for everything(ECHO Y|) set permissions to E(Everyone) FULL basically the recovery partitions are so full of the crap to be unuseable so might want to start with an image from somewhere(download), all you need is your key and some basic files straight off your working PC
  22. Btw on Acronis True Image If your drive gets messed up where secure zone won't start with F11. Surely you did that one extra step and created a boot CD where it will start the PC and restore entire drive/partition. Acronis can also create incremental backups in the secure zone/removeable drive or even to dvd. Best recovery ever made.
  23. <settings pass="oobeSystem"> <FolderLocations> Thats not right, move <FolderLocations> after the <component name="Microsoft-Windows-Shell-Setup" line. Need everything under a component. <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-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"> <FolderLocations>
  24. Just provide the answers to the silent is main thing. Have to grab all the settings and have them integrate into your install. Reg/Files whatever Zonealarm recently had an issue with MS update caused problems with no connect and you had to uninstall/update to latest version. Fixed several PC's for free by phone because of that
×
×
  • Create New...