Jump to content

stefanRTR

Member
  • Posts

    29
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

About stefanRTR

Contact Methods

  • Website URL
    http://

stefanRTR's Achievements

1

Reputation

  1. I do it this way. I get all the files and registry entries from the manifest files so i only need this define a component. var c = new Component2(@"Calculator", Accessories, false) { CheckFs = (image, wim) => wim.FileExists(Path.Combine(System32, "calc.exe")), ComponentNames = new List<string> { @"x86_microsoft-windows-calc", @"amd64_microsoft-windows-calc", @"x86_microsoft-windows-calc.resources", @"amd64_microsoft-windows-calc.resources" } };
  2. Hi ben, i finally tried your tool. The first thing i noticed is that loading the image is very slow. I think that loading the information from the image can be done alot faster maybe you can look at this.
  3. I'am still working on this tool. The next version will be released 1-2 weeks after the .Net Framework 4 goes RTM.
  4. To reduce the installed size you can try to apply the image from the install.wim to a Vhd and boot from it. Thanks to Ntfs-Hardlinks a unchanged HomeBasic x64 install needs just ~6,78GB.
  5. Next Version comes in a few Weeks or so. I'am very busy with other things in the moment.
  6. @alex a: i check this b: the ExitCode = -2146498555 can be ignored. It means that the package does not exist in the image. This happens then a Package also removes others.
  7. Thats becase enabling the WCF-HTTP-Activation Feature fails. I have the same Problem with some other Features. I think it's a Dism issue.
  8. Thanks for the feedback the Servicing Baseline Packages are no longer shown. Fixed the preset bug in 1.0.2.7 i hope so. New Version 1.0.2.7 first post updated. If you get a Cannot Mount Image Error try in the new MenuItem Tools->Clenup Image Mounts and then try it again.
  9. To add all drivers from a folder you can type inf in the searchbox of the openfiledialog. Fixed in Version 1.0.2.6. Can you try enable features on and off again? Maybe in Version 1.0.3X @all New Version 1.0.2.6 first post updated.
  10. Next Version will show the Packages in a TreeView so you can see all the parent - child relations.
×
×
  • Create New...