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. Yes wasn't sure if someone may want to look through there but probably not. I'll add cleaning it up after dism. Let me watch and make sure mine copies then I'll have to give a try in vm and I'll see what happens.
  2. Nobody said anything about the .cmd so I never went back and updated it. new version gets created when slip sp1 with Se7en_UA
  3. princektd I'll add that to my to do list. this is an update. It didn't work with X86 but now does. 'Se7en_UA.exe 6.4.5: November 14, 2010, 7:21:20 PM ' Include slip of SP1 windows6.1-KB976932. Do right after copy dvd ' Added if you have Autoit installed it compiles an exe to install .themepack and close window ' Logging injecting Windows Updates added ' Remove all IE9 tweaks cause when injected causes setup to hang a long time. You need 7zip installed for slipstream of SP1. Do not pause the extraction it will corrupt. You can add 1 language to this besides en-us. Processing 1 of 1 - Adding package Package_for_KB976932~31bf3856ad364e35~x86~~6.1.1.17105 [==========================100.0%==========================] The operation completed successfully. Wait /Get-Features SP1 Wait /Get-Packages SP1 Wait /Get-Drivers SP1 Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image File : D:\Se7en_UA\uaDVD\sources\install.wim Image Index : 2 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully.
  4. I got it to work. Not sure what I was doing wrong
  5. sometimes you have to go with what works and forget MS stuff. Their xml is not compatible with any xml editor I tried, whats up with that? Create their own rules and BS I done the /qc and it uninstalled and then done the /q and it installed
  6. I have the exe and silverlight /? gives me this
  7. I posted a .cmd file over at mdl and I am on a full install of sp1 now Did anyone ever get it to work removing other languages and how?
  8. coucou you do have the waik help WAIK help file The following diagram and XML output shows Autounattend.xml Disk Configuration settings for a system with primary, extended, and logical partitions: that was one I was looking at myselfdiem picture but you don't want them 0x27
  9. Are you looking at adding the Recovery which usually goes at start of drive? If not then you won't need otherwise my Dell had a 15gb recovery I lost. I see it don't really need like a 10Gb. Extract boot.wim there and your custom install.wim. WORK IN PROGRESS System partition is the small 200-300mb part that is used for repair and such and is not needed actually, you can eliminate it and combine into the Windows partition unless you are doing the Recovery. How to configure? Are you going to do this with xml? Waik.chm has 5 drives included in it Me i'd split that into 3 partitions, Windows, Backup location for files, spare i can move all of first 2 partitions to in case and maybe an Acronis Image location
  10. Mak belongs in specialize and nothing in PE. Can just hit next there remove completely that entry <ProductKey> in PE.
  11. 40 gb in VM that was it. You have to create the small <!-- System partition --> then this will work. Currently installing with a 10000 recovery partition which will be big enough to expand the boot.wim there and add a custom install.wim. Now to work out all that stuff.
  12. found this Set CreatePartition\Type to Primary, and then set TypeID to 0x27 Don't think you set a drive letter will try when I get a chance but messing with integrate sp1 RC right now I have Dell utility that does this but it was too small at 4gb but my dell recovery was 10Gb untill I accidentally lost it
  13. That my friend I have been working on and no solution yet here. The OEM reinstall partition
  14. Ok here it is I forgot some things last night like InstallTo. This is working right now in VM. I have a 40GB drive there so adjust as needed. Last drive under <CreatePartitions> don't put size but do add the <Extend>true</Extend> <DiskConfiguration> <WillShowUI>OnError</WillShowUI> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>15000</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Extend>true</Extend> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Label>WIN7</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Format>NTFS</Format> <Label>Test</Label> <Letter>D</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 HOMEPREMIUM</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall>
  15. I can't read it to see what is wrong.
  16. You do it similar to this in <settings pass="windowsPE"> This example makes that small System Partition if you want. Can also make the 2nd partition extend to end of drive <DiskConfiguration> <Disk wcm:action="add"> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Type>Primary</Type> <Size>300</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Order>1</Order> <PartitionID>1</PartitionID> <Label>System</Label> <Format>NTFS</Format> <Active>true</Active> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>2</PartitionID> <Label>Windows</Label> <Letter>C</Letter> <Format>NTFS</Format> </ModifyPartition> </ModifyPartitions> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration>
  17. can you give better instructions than they did? kinda confusing to me.Keep extracting to same folder or what
  18. I injected IE9 cause I have 1 site my work email that works better with IE I only have 1 of those updates 2028560 here on my machine and I have saved/injected almost any that it offers
  19. Thanks for the information I done theme here
  20. I disabled and looked at source and can't see anything. Don't know whats up with that. Thought it may be in someones sig
  21. ain't that sweet. opened first page of this and got this malicious URL from Avast. tried several times and same
  22. I make a panther.cmd file on my usb stick and copy the logs when this happens. Just use CD to move to stick and run it. You get command prompt on setup by hitting Shift+F10 up to logon screen if logging in. Helps diagnose cd /d %~dp0 @ECHO OFF robocopy %systemroot%\Panther /MIR %~dp0$Panther robocopy %systemroot%\System32\sysprep /MIR %~dp0$sysprep robocopy %WINDIR%\Setup\State\State.ini /MIR %~dp0$State.ini Pause
  23. Can also set that with net config server /srvcomment:"machine comment"
×
×
  • Create New...