Jump to content

juggernaut911

Member
  • Posts

    32
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About juggernaut911

  • Birthday February 28

juggernaut911's Achievements

0

Reputation

  1. also, I use vLite to intergrate then Save Changes, Rebuild All does not work... how do you guys get it so small?!
  2. I need to split my vista image thats over 4GB into any number of parts but it must be able to install, kinda like so: user boots 1st DVD/CD set up install, it starts installing they insert next disk install continues etc etc any help would be greatly appreciated!!!
  3. so I intergrated SP1 but my install.wim is 4.02GB. doesn't that mean Vista won't boot the instanow? is there a work around?!?!? please help!! thnx
  4. would that let my iso surpass 4GB? keep in mind, it's my iso I want big, my install.wim is only 3.4GB. If I can expand my iso, i'll enlarge that with more... pizazz
  5. hey again, question: can you name an $OEM$ folder %temp% so the files are sent to C:\Users\USER\AppData\Local\Temp? thnx
  6. why would udf help? if you split it, do you need multiple discs?
  7. is there a tag for the autounattended.xml to have it skip key input?
  8. lol thnx. I copy and pasted from another one so that may be the prob!! thnx guys!! new (IE reads it!) <?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"> <UseConfigurationSet>false</UseConfigurationSet> </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"> <OOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%systemdrive%\activ\default.cmd</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> <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"> <OOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%systemdrive%\activ\default.cmd</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> </unattend>
  9. nope, doesnt even point there and I checked em, all correct
  10. I get the following error: Windows could not parse or process the unattend answer file [D:\autounattend.xml]. The answer file is invalid. The error was detected on line 31 column 1 of the answer file. my answer 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"> <UseConfigurationSet>false</UseConfigurationSet> </component> <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"> <OOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%systemdrive%\activ\default.cmd</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> <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"> <OOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>%systemdrive%\activ\default.cmd</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> </unattend> line 31 column 1 is before (ot the actual) less then symbol on my ending unattend tag (</unattend>) any help?
  11. I have my original .xrm-ms file from my OEM DVD. how does that activation work? tell it to activate without inputting serial coed at install or input serial at logon and activate (would it check online or check against the algorythm in the file?)
  12. well, if I delete the userconfigurationset tag, will my $oem$ (in the sources folder) be copied or can I move OEM to DVD root with it still being copied?
  13. so basically: <?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"> <UseConfigurationSet>true</UseConfigurationSet> </component> - <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"> - <OOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> - <FirstLogonCommands> - <SynchronousCommand wcm:action="add"> <CommandLine>%systemdrive%\vista.cmd</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> <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"> - <OOBE> <SkipUserOOBE>false</SkipUserOOBE> </OOBE> - <FirstLogonCommands> - <SynchronousCommand wcm:action="add"> <CommandLine>%systemdrive%\vista.cmd</CommandLine> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> </component> </settings> </unattend> ??? would that work?
×
×
  • Create New...