Jump to content

Legolash2o

Contributors
  • Joined

  • Last visited

Everything posted by Legolash2o

  1. I would know about converting it to cab first, i didn't add SP1 integration, it was really messy and couldn't get it to work at all.
  2. Yeah it's safe. Sure, i don't see why not
  3. Legolash2o posted a post in a topic in OLD Threads
    As the topic descriptions says, i'm willing to allow you to request anything for the next version. It has to be Windows 7 of course. Ask away, requests will be done in order of request and done straight after the Unattended Creator has been finished. Please do not PM me the requests, simply post them in here. Also, if you have requested something before which did not get done, then request it again in this topic. Enjoy! Once a request has been done or ones which are not possible to do will be moved to here.
  4. I have finished converting the program to C# with all the features from the previous 0.8.5 (VB .NET). Note: I know Unattended Creator is disabled, it did not work properly in the last version and will be recreated from scratch. >>>>Download<<<< Firstly, i thought i'd let you know that W7T is the first program of its kind to integrate your favourite programs into your Windows 7 installation disk! All-In-One Integrator This tool is probably the most famous tool of them all, it allows you to integrate your Updates, Drivers, Addons (*.WA files), Registry Tweaks and comes with a load of tools to help those advanced users including installing your updates in LDR/QFE Mode. Component Removal This tool lets you remove those built-in packages which comes with windows! Windows Media Player/Center, IIS, Inbox Games, Internet Exlorer, the list can go on... Silent Installers This tool lets you add you silent installers, it even gives you the option to prompt you which programs you want to install when Windows has finished installing, letting you install different programs for different computers. Addon Maker This tool his helpful for creating your own addons, although you do need to use a program like InstallWatch to let you know what happens during an installation of a program you want to make into an addon. Capture Image Either add an image to an existing WIM or make a completely new WIM! Feature Manager WIM This tool lets you manage which features are enabled/disabled after installation of Windows.. ISO Maker This one is pretty self-explanatory, let's you create .ISO files to burn onto disk. Registry Hive Mounter Need to edit the registry of a specific WIM Image? Then this is the tool for you, apply you favourite performance tweaks before the OS is even installed!!! WIM Manager This ultimate WIM Manager tools. Rename, Mount, Export, Capture, Rebuild, Apply Unattended and that's just a start. WIM Splitter This tool lets you split your WIM file into multiple *.swm files CAB Installer Installs any cab updates you have to your currently installed OS, even in QFE/LDR mode. CAB Retriever When Windows Update downloads updates, its keeps a cab file in a download folder, this tool gets them so you can integrate them into your image, just incase the main list is not up-to-date. Cleanup Tool Helps cleanup unwanted temp files which W7T forgets to delete after closing and some other stuff. Feature Manager OS Lets you enable or disable features on your currently installed operating system. Language Pack Converter This tool helps you get the lp.cab file from the .exe you download, it can even do a whole bunch in one automated go. However you must be using the same OS version for the language you are converting i.e. x64 Windows for x64 Language Packs or x86 Windows for x86 Language Packs. MSU to CAB Converter Converts those MSU update files to .CAB files. MSP Extractor Lets you get the .msp file from your Microsoft Office Updates Changelog Converted to C#FIX: Bug fixes notices when re-writing program.
  5. Build 55 released with Component Removal. Everything has been converted to C# now so just needs to extensive testing to make it into BETA instead of ALPHA.
  6. Build 50 released. I used a free online converter to make things quicker so there may be some issues, but i've done a bit of testing and everything worked out fine *All-In-One Integrator *Language Pack Converter Please let me know what you think about this version, thanks!
  7. A print screen of my computer and the root of the partition with the installation files? Some recovery partitions don't have a drive letter or don't let you browse them.
  8. I think i may need some print screens please 1. Of the RunOnce error 2. print screen of my computer, and the root of the partition with your image on it
  9. When the RunOnce programs starts it scans all the drives/partitions for 'sources\install.wim' and 'Apps\'. If the drive root contains both of those then that eseentially becomes the "%DVD%". Is that partition hidden on your computer? (the recovery one).
  10. Wrong topic for that, but you probably do need to integrate into boot.wim.
  11. Lol I will prob release them both at the same time, I think I still have the Language Pack Converter to do as well.
  12. lol ok, but why?
  13. Build 40 released. It now saves settings on exit. I have saved the best two tools to last then i would have done the conversion. (Both All-In-One Integrator and Component Removal have 1500+ lines of code in each so they will take some time. Which one would you prefer to be done first? EDIT: Build 41 (stops Silent Installer closing during task).
  14. W7T085 is still available if you want to integrate addons, it will take ages to make the Addon Integrator. It's not just copy and paste AIO Integrator is like 1,500 lines of code by itself
  15. Great, let me know what you think of the new toolkit please
  16. Try again
  17. Build 34 now released with Registry Hive Mounter, WimFltr detection and some other tweaks.
  18. It normally does, but at the time i couldn't be bothered I will do it now, then i will release a new alpha with Addon Maker. Thanks! EDIT: New version released! Addon Maker needs testing please, i used an online converter to create it quicker so hope it works
  19. Thanks guys, glad you like it. Just working on the Addon Maker now. Anyone have any suggestions? Thanks *reaper*, fixed
  20. Legolash2o posted a post in a topic in OLD Threads
    http://www.mediafire.com/?9axh8uh85a8b6tp I'm looking for everything... Spelling mistakes, bugs, glitches, etc... Quite a few people downloaded the last alpha without leaving feedback so please please please provide feedback good and bad! Ok not all features have been implemented in C# yet so those buttons are disabled. This alpha contains: *All-In-One Integrator *Component Removal *Language Pack Converter *Silent Installer *Registry Hive Mounter *Addon Maker *WIM Manager *Capture Image *ISO Maker *WIM Splitter *CAB Update Installer *CAB Retriever *MSP Extractor *MSU > CAB Converter
  21. Legolash2o posted a post in a topic in OLD Threads
    I decided to redo the Tools Manager GUI, let me know you opinions please Note: The buttons in gray on the second picture are disabled because i have not converted them to C# yet...
  22. Legolash2o replied to Legolash2o's post in a topic in OLD Threads
    I will be!
  23. Legolash2o posted a post in a topic in OLD Threads
    What do you guys think about the new WIM Manager? If you notice it no longers pops up an extra command prompt window when mounting and now displays the percentage in the main area. Do you guys think that's better?
  24. Made a lot of progress today starting on WIM Manager!
  25. Hello, i was wondering if any knows the c# code to mount an image and display its progress (%) in text form i.e. "Mounting 3% Complete"). I can mount the image fine but i can't get it to display it's progress. I will display below what code i have... Thanks,much appreciated!