Jump to content

Legolash2o

Contributors
  • Joined

  • Last visited

Everything posted by Legolash2o

  1. So it's definitely E:\WinToolkit_Apps, etc... I believe the problem is that it's not finding that path. However, I hoping it's a threading issue which I've just fixed. EDIT: I've uploaded a test version.
  2. These are Windows 8.1 updates correct? I'm guessing the August release.
  3. What drive is 'WinToolkit_Apps' on? It seems like it is not picking up the install folder. Also, is it a CD, DVD, USB, etc...?
  4. Legolash2o posted a post in a topic in Win Toolkit
    I'm sorry if I don't reply to personal messages. I receive too many to even bother checking them any more. Bad news is: I've had to delete them all again. PLEASE PLEASE PLEASE use the forum, specially when most of the PMs could have been posted on the forum for quicker help.
  5. That escalated quickly I don't mind having that title customizable but I would probably just add the name Win Toolkit somewhere else. The only reason being that I couldn't think of anything to fill up that space so I just put Win Toolkit installer vx.x.x.x I do agree with the other guys though. Not even sure you can sell customized ISOs.
  6. Do you have a copy of the instructions.txt? I have no idea what the order should be.
  7. Is see quite a few errors in that log. I will check them tomorrow. I also need to add more logging as it doesn't say what the error is. That was silly of me!
  8. Legolash2o replied to leets's post in a topic in WinToolkit Bugs
    Thanks, bookmarked.
  9. Since no-one has reported a bug in a while. I might as well start with this request
  10. Legolash2o replied to jaws2's post in a topic in Introduction
    Welcome
  11. Legolash2o posted a post in a topic in Bugs
    When maximizing the Converter window. The title is mis-aligned and slightly off screen.
  12. Legolash2o replied to Kelsenellenelvian's post in a topic in Win Toolkit v2.x
    SO glad things are getting better for you Kels! I hope it keep improving to the point you become a billionaire haha
  13. YES :fun: :sorcerer: :worthy:
  14. v2.0.0.22 released Unavailable tools disabled and minimized.Only the tools which are available for testing are visible and enabled. This is to reduce confusion. As each tool becomes ready, it will be enabled. Added Max Threads option in OptionsThis gives you guys the opportunity to control how many threads Win Toolkit can use. The default value is number of logical processors minus 1. Lowest being 1. Added message on restore defaultSeemed like common sense to have a warning before resetting your preferences. Localization changes. <system:String x:Key="Global-00000055">Are you sure?</system:String> <system:String x:Key="FrmOptions-00000011">Threading</system:String> <system:String x:Key="FrmOptions-00000012">Max Threads</system:String> <system:String x:Key="FrmOptions-00000013">Determines the maximum amount of threads Win Toolkit can use.</system:String> <system:String x:Key="FrmOptions-00000014">All settings and preferences will be restored to their default value.</system:String> <system:String x:Key="FrmOptions-00000015">This can not be undone!</system:String>
  15. v2.0.0.21 released. Fixed issue when both autoheight and autowidth is enabled.It would have only done one or the other but not both. the tool will also slight center itself when one of the options is enabled. Otherwise, the main menu would go off the screen. Fixed Options not remembering settings when switching tools.If I ticked Get MD5, close the form, and then re-open it. The default value was present. This was caused because each time a tool is opened, it always used the default settings rather than the existing. Re-fixed delete button on conversion​After some experimenting. I forget to un-comment some code which allow deleting single items from the queue list. Duplicate items with same name are not addedSince the update catalog can contain the same updates but in different folders (not in my control). When adding new items, Win Toolkit will attempt to remove any items with the same name. No point converting essentially the same update twice. Converter will show X next to ones which did not convert.I've made it so the updates get extracted to a sub-folder and then moved to the output folder. This allows me to detect if that specific update has been extracted correctly or not. Restore default in Options now works.You can now restore to default options in the 'Options' menu. Localization changes <system:String x:Key="FrmMain-00000053">Converts *.EXE version of Windows language packs into *.cab files so that they can be integrated.</system:String>
  16. Please try v21.
  17. Look for a pre-made addon or SFX Installer. You can also just add the installer to the Silent Installers list with -install as the switch, as noted here.
  18. Legolash2o replied to Kelsenellenelvian's post in a topic in Win Toolkit v2.x
    OK P.S. Sorry, had to move your post into a new thread as I'm trying to keep that one as a changelog posts only sort of thing How are you anyway?
  19. OK, I will have a look at this tomorrow.
  20. v2.0.0.20 released. Black menu groupThis was only happening on non-English Windows and when the translated text is too big. I have forced the background to a certain colour rather than the bugged black which it set on its own. 'items in queue' not updated on deletionWhen an item was removed from the conversion queue. The 'xx items in queue' was not updated. I've simply added the line of code to fix that. Not all items got added (threading issue)When you tried to add lots of updates to the conversion queue. Some where missing. This was caused when 2 items where being added to the queue at exactly the same time meaning on one got saved. I've added a 'lock' mechanism to prevent this and it seems to work. Nothing complicated really. Localization changes'Open Explorer' was changed due to user feedback. <system:String x:Key="Global-00000012">Open Output Folder</system:String>
  21. Please try version 20
  22. About the lack of converted files. I noticed that some files can be duplicates. For example, IE10-Windows6.1-KB2909210-x64 is located twice within the directory when using the latest update catalog folder.
  23. Can they be integrated into the Office installation similar to updates? If so, would they need to be extracted? Basically, I'm trying to figure out if it's worth adding office language pack support.
  24. Legolash2o replied to Thiersee's post in a topic in Win Toolkit v2.x
    I think I shall keep it. In your translations, feel free to Italian version of 'Output Folder'. Another thing I have noticed is that your translations are bigger than they need to be. For example: seleziona la cartelle di destinazione : select the destination folder Could be: Cartella di destinazione : Destination Folder The tooltips are there to add a more detailed explanation
  25. I can't remember but what format do Office language packs come in? If they require extracting, I can add support for those too.