Jump to content

Legolash2o

Contributors
  • Joined

  • Last visited

Everything posted by Legolash2o

  1. Only updates, component removal and drivers require dism STAGE 1 Thread 1: Updates > Component Removal > Drivers Thread 2: Gadgets > Theme Packs > Wallpapers > Files Thread 3: Silent Installers - use install.ini instead. STAGE 2: Registry required Thread 1: Addons Thread 2: Services Thread 3: Tweaks
  2. Look back at post 1 if you want to know what Win Toolkit looks like in its physical form.
  3. In case you didn't know, I've been drafting up my proposal to finally work on a new Wintoolkit v2 as my final year project at university. It will be EPIC. I've received feedback and made changes to my proposal, just awaiting for further feedback. Once that is done, I will submit it I will keep you guys up-do-date in this thread as soon as I hear anything. Basically it will be starting WinToolkit from scratch. Here are a few things you should expect. · Make more use of mutli-tasking All-In-One Integrator will integrate wallpapers, gadgets and others at the same time as other tasks, saving even more time. Run other tools whilst integration is in progress. Converting files, downloading and so fourth.Click here for multi-threading experiment results. · Run speed profile tests to see if code can be made more efficient. I want Win Toolkit v2 to be very very efficient and run as fast a possible. This includes running automated tests which tell me the slow areas of my code and then I basically plan how I can make it fast. Every millisecond will count! This WILL improve ALL-In-One Integrator dramatically!!!!!!!! · Conduct extensive testing to ensure final software meets requirements. I will have to do testing reports and documentation, hopefully you guys can help too. · Design and implement automated testing. I will use the tools available in Visual Studio to design automated testing. This will ensure that if i make a change it wont screw up anything that worked previously. Each method will have multiple automated tests. · Automated online databases The only database using SQL will keep automatically keep track of what of updates are LDR or GDR saving previous extracting time. Keep tracking of what updates can and can't be integrated. Allow me to add notes to updates so if an issue appears with an update I can make it show notes without havign to download a new version.The above three implementations will be amazing. You would not have update WinToolkit to solve integration issues, it will all be done without lifting a finger by anyone! It also includes other benefits. Keep tracking of Win Toolkit updates. Track errors and bugs. · Automatic Updating Win Toolkit will update itself automatically (can be turned off) and will hopefully download only parts of the file which has changed saving your bandwidth. You will also have the option to download beta updates. · Consistent and predictable release cycle. Test Builds: Pretty much every night.Beta Builds: Every Saturday night.Main Builds: First Saturday of the month. WinToolkit v1Wanted to know what Win Toolkit looks like in its physical form? I decided to print out all the code and will be painfully going through it all to look for areas of improvement!
  4. Although it looks like its installing all the drivers, it only will install the drivers needed for that system
  5. Shouldn't be too hard to fix In the mean time mount to F:\3 UPDATE: Already fixed.
  6. Legolash2o replied to Legolash2o's post in a topic in Win Toolkit
    Thanks guys, I'm currently preparing the paperwork to submit to the University for my final year project (Win Toolkit) and will be submitted it tomorrow
  7. Legolash2o posted a post in a topic in Win Toolkit
    Thought I'd post to show I'm still alive. I haven't been online for the past week as I had someone over for the week. I am still coding so don't worry even though my mental health really isn't good. Freaking out about money, coursework but mostly health, usually life stuff. AAAHHHHHHHHHHH. Anyways, expect some more test builds during the week. Hope everyone is well!
  8. So you're saying it's running the next installer before the previous has finished? If so, that's easy to fix
  9. Some extra info on the failed updates: WMF4.0 requires .NET Framework 4.5 http://www.microsoft.com/en-gb/download/details.aspx?id=40855
  10. Those updates arn't integratable so just ignore the error and pretend everything worked ok. Make the iso and install Windows
  11. Thanks for the info, if im honest i've been tempted to get rid of that entire tab anyway
  12. Legolash2o replied to spidernz's post in a topic in Win Toolkit
    No idea to be honest, doubt it. Been a long time since I've even seen that source code!
  13. Put the drivers in a folder called 'Drivers' on the DVD root and WinToolkit will only install what's needed.
  14. This doesn't actually affect the integration process at all. Win Toolkit doesn't use if it's for XP, Win7, 8, etc... at all, it just for display purposes.
  15. Legolash2o posted a post in a topic in Win Toolkit
    I would like to remind users to post bugs and errors in the Bugs forum and not in the main forum. If your post goes missing then check either the Bugs forum or the Solved Bugs forum. Thanks.
  16. This has been added in v1.4.34.3 so will be in the next release.
  17. Please try the latest build
  18. I will investigate this now then
  19. What issues are still present in the Alphavwaes Downloader please?
  20. I think it's currently set to 10 minutes of no mouse/keyboard input.
  21. So that error appears when you click the 'unmount' button?
  22. REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /V Cleanup /D "CMD /C DEL %WINDIR%\system32\WinToolkit*.* & RMDIR /S /Q %windir%\WinToolkit"The next version will add this automatically at the end of the installation process.