Jump to content

Legolash2o

Contributors
  • Posts

    5,661
  • Joined

  • Last visited

  • Days Won

    243

Everything posted by Legolash2o

  1. The installer is just an experiment. Fortunately I do provide the 7z file where you don't have to install Win Toolkit at all. Thanks for the info though. Made a note of it UPDATE 1: Reported it. I also asked if it can only show specific software such as Chrome, Firefox, CrapCleaner, etc.. UPDATE 2: They've seen the message but no reply as of yet.
  2. Fixed, thank you. P.S. Please next time start your own thread
  3. msxml_SP3 and msxml_kb2758694 get still not installed :sad01_anim:. I forgot on one program to put the parameter /quiet (or /quiet) /norestart and I got again the MSI-option-Box (pictur 2 in post #1), but RunOnceInstaller has continued his job after I confirmed "OK" and the specific program got installed. Now I'm trying back with older versions to see, if it is version-dependent and I'll report tomorrow: today I'm not at home. Thiersee Thank you
  4. DISM 8.1 on XP says its not a valid Win32 applications so I can't do anything at all.
  5. Started to receive my first bunch of errors reports and they look beautiful! This mission was a complete and utter success and could not have gone better. I'm already fixing bugs, especially ones which affect integrating drivers!!!!!! I had to make a few simple changes but nothing special Stage 1 (read 1st post) is well and truly done, so excited! *1.4.34.14^FIX: .BMP driver files did not get expanded*1.4.34.14^FIX: .VXD driver files did not get expanded*1.4.34.14^FIX: .MPG driver files did not get expanded*1.4.34.14^FIX: .EN driver files did not get expanded*1.4.34.14^FIX: .LNG driver files did not get expanded*1.4.34.14^FIX: .NT driver files did not get expanded*1.4.34.14^FIX: .DS driver files did not get expanded*1.4.34.14^FIX: .RTF driver files did not get expanded*1.4.34.14^FIX: .BAT driver files did not get expanded*1.4.34.14^FIX: .FON driver files did not get expanded*1.4.34.14^FIX: .CN driver files did not get expanded*1.4.34.14^FIX: .AX driver files did not get expanded
  6. Here is all my current code and there's about 700-800 pages there. I haven't even start my Final Year Project work for Win Toolkit yet :-O
  7. Works fine for me, but not sure if it was because of the changes i've just made. UPDATE: Works without the changes.
  8. RunOnce automatically adds /passive /norestart so it may have ended up being /passive /norestart /passive /norestart I will fix it now. Meanwhile, try installing them without /passive and /norestart
  9. Nope too much effort but I have however updated the test page If there are no test builds it will automatically go to the main download page. Better?
  10. Check back in your example (Shark007). Link to as many as you feel like Also, if you can. Can you please use WIM Registry Editor on that image and export/upload HKLM\\Software\\WinToolkit as that has all the switch and everything like that. Thanks.
  11. The new system is now live in v1.4.34.13! Not all of the error boxes have been updated and I will do those gradually over the next couple of days. Easy task just lots of them If you see an error box which could do with more description just let me know.
  12. Oh yeah, forgot to add the line which makes it include that I'm thinking of adding a menu to the system tray so you can open any converters or alphawaves downloader while wintoolkit is doing integration or whatever.
  13. I have no control over them, they are provided by someone else. Sorry.
  14. I've fixed classic shell error and multiple runonce windows issues. On the exe ones, even if I run them manually with the switches they don't install silently so i dont think it's a RunOnce error. I don't have access or links to the rest of the installers to test them
  15. When an error log has been saved or uploaded you will receive a prompt like this. Note: There will only be 1 icon instead of 2 like in the picture. When you click it. It will open the log in your browser. Feedback? Also, can anybody think of anything else I can put in an error log?
  16. Just finished the back end of the new error reporting and it's working like a charm. I could not, however, get the errors to translate into English but they now uploading correctly and with foreign characters. Finally fixing the big issues once and for all. I can just use a translator if I get stuck with that anyway. I also managed to make it notify you with a balloontip near the clock when a log has been saved and uploaded with it's location.
  17. That's WinToolkit not RunOnce like before
  18. 1. I know what the issue is 2. I will have to experiment. What software and switch did you use please?
  19. To improve Win Toolkit greatly and also a learning experience for me. I've decide do redo all exception handling, error boxes, log saving and uploading. I've been wanting to do this for a very long time as there has been a long standing issue when uploading error logs, which has affected about 95% of uploaded error logs. Basically the log file has weird ASCII characters, squares, etc... Which makes it unreadable. This issue of course helps nobody but rewriting it is a huge task! A lot of it will be backend code so you shouldn't really notice it. So now you're probably wondering how the changes will affect you. So here are the improvements I will be implementing. NOTE: No personal information is sent in logs. Just details about the computer hardware and the error details. Your benefits: Exceptions will be shown in YOUR language but when uploading and writing to a file. It will also add English if possible. This means in your log file, it will show both languages.Error logs file name will start with version number and then a unique error number. Easier to find a specific error. My benefits: Uploaded error logs will be uploaded in both languages so I can understand it.Upload logs will start with the unique identifier so that all errors which are the same will be group together. This will save me HUGE amount of time.Get rid of useless logs which help nobody Other Changes: Better log layout Error logs will automatically upload in the background there and then rather than at close. I may add a balloon tip near the clock to show when one has been uploaded/saved.Uploading will upload the string directly rather than the text file which is where most things of wrong with the characters.It's a huge task and I will be dedicating tonight to get it done. The biggest change you will notice is that exceptions will be shown in your language and bugs will get fixed quicker! Any questions, small requests or suggestions for this? Stage 1 (Done): Make new abstract class and efficient methods to get the job done.Record relevant details to help solve errors.Record more exception details such as stacktrace.BIG: Make logs readable from any language.Have a simple code to know which bugs are big, small or unhandled errors.Automatically give similar errors a unique ID so all the same bugs are grouped together.Show exceptions in user language.Stage 2 (W.I.P): Gradually upgrade old error messages into new ones with more detailShow more information to user by clicking a more detail button.
  20. It's within the main program
  21. If you add an install via AIO then you don't need to touch the install.ini. You can move the files as long as you specified the new location within the install.ini. Basically the install.ini adds a list of locations to a list which already contains 2 locations by default. When it comes to your install entry it will just scan all the directories until it finds a match. foreach (installlocation in list) { if (setup exists in this directory) -{then install} else -{keep checking the other directories.} }
  22. 1. Try using google dns 8.8.8.8 via ncpa.cpl 2. Yep it should work, don't see why not. You can have your installs/drivers anything as long as you specified the correct places in the ini. In case you didn't notice instead of install Programs and Drivers at the same time. It now installs Programs, UPDATES and drivers at the same time.
  23. DNS issue maybe? Can't they be installed directly from the INSTALLDIR location without being copied, or have I misunderstood how it works? Cheers and Regards Yeah you can add silent installers without adding them to the AIO integrator or install media. As long as you've mounted the image at least once and saved. You also have to specify what apps you want installing in the [Automatic] and/or [Manual] areas of the install.ini. You can have your apps anywhere as long as you specify the correct location in the ini. I've added a few samples in the default install ini with comments, etc..
×
×
  • Create New...