Legolash2o Posted August 13, 2014 Posted August 13, 2014 (edited) The latest version can be downloaded from here: http://testing.wintoolkit.co.uk The tool itself is not finished yet. Tools worked on so far and their completion:Main Menu: 100%EXE to MSP Converter: 100%Language Pack Converter: 100%MSU to CAB Converter: 100%USB Boot Preparation: 98%ISO Maker: 98%WIM Manager: 30% Edited March 10, 2015 by Legolash2o Tolios Giorgos WhiteDeath, Ali Sahandi, Mescal0 and 3 others 5 1
Legolash2o Posted August 16, 2014 Author Posted August 16, 2014 v2.0.0.15 has been released.Hopefully fixed white bar and black tooltips - caused be obfuscation of the main *.exeThe obfuscation tool I used was causing this and I'm hoping it also caused the weird black tooltips to be displayed when text was too big. I decided to only obfuscate the .dll (the important part) and leave the main .exe un-obfuscated as there isn't any special code in there anyway.More convert text is translatable. <system:String x:Key="Global-00000045">Please select a folder. (Step 2).</system:String> <system:String x:Key="Global-00000046">No directory selected.</system:String> <system:String x:Key="Global-00000047">Cleaning...</system:String> <system:String x:Key="Global-00000048">Preparing...</system:String> <system:String x:Key="Global-00000049">converted...</system:String> <system:String x:Key="FrmLMM-00000008">items converted</system:String>
Legolash2o Posted August 16, 2014 Author Posted August 16, 2014 v2.0.0.16 released.Converters fully localizable. <system:String x:Key="Global-00000050">There are no items in the queue.</system:String> <system:String x:Key="Global-00000051">No Items</system:String> <system:String x:Key="Global-00000052">You need to select an output folder.</system:String> <system:String x:Key="Global-00000053">No Output Selected</system:String> <system:String x:Key="FrmLMM-00000001">Select the output folder where the converted files will be stored.</system:String>
Legolash2o Posted August 16, 2014 Author Posted August 16, 2014 v2.0.0.17 released.Fixed error on adding files. It was a problem with one of the LINQ commands and multi-threading.Uploaded correct en-US.xaml file.I was stupid.
Legolash2o Posted August 16, 2014 Author Posted August 16, 2014 v2.0.0.18 released.Win Toolkit will not longer crash when a translation is not foundReplace a line of code 'FindResource' with 'TryFindResource'. This no longer causes a crash and will show the english translation if a translation is not found.Fixed missing translation on Converters <system:String x:Key="Global-00000054">items in queue.</system:String>
Legolash2o Posted August 16, 2014 Author Posted August 16, 2014 v2.0.0.19 released.'Test Area' is now only visible to me.It came to my attention that you guys don't need to see the test area. Therefore, I've only made it visible to me.
Legolash2o Posted August 17, 2014 Author Posted August 17, 2014 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>
Legolash2o Posted August 18, 2014 Author Posted August 18, 2014 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 conversionAfter 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>
Legolash2o Posted August 18, 2014 Author Posted August 18, 2014 v2.0.0.22 releasedUnavailable 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>
Legolash2o Posted October 14, 2014 Author Posted October 14, 2014 In case you're wondering why there hasn't been a release for a while. It's because I have some paperwork for the project due in on Thursday and I've been implementing some automated testing and getting my head around that.
Legolash2o Posted October 22, 2014 Author Posted October 22, 2014 I've mentioned here about an MS Project file with when everything should be done, released, etc.. If anyone would like me to upload that. Just let me know.
Legolash2o Posted November 13, 2014 Author Posted November 13, 2014 I've done quite a bit more work on the backend. Soon however I hope to have a new test release
Legolash2o Posted November 17, 2014 Author Posted November 17, 2014 I've pretty much finished Update Installer and Driver Installer. Expect a new public release soon. I just need to polish some things off and add some automated testing. niTe_RiDeR_Pr0 1
Legolash2o Posted December 4, 2014 Author Posted December 4, 2014 v2.0.0.24 released 64bit modeThe program should work in 64bit mode when ran on an 64 bit OS.Update Installer completedDriver Installer completedRemoved 'Test Area' on main screen. Too many changes in en-US.xaml to list (can't remember them). compstuff, bilbaro and Tolios Giorgos WhiteDeath 3
Legolash2o Posted January 2, 2015 Author Posted January 2, 2015 I obviously haven't forgot about v2.0. Just the paperwork side of things is annoying!
Legolash2o Posted January 29, 2015 Author Posted January 29, 2015 Hey guys. The paperwork has been handed in so i will be programming for a while, starting today. Whoop whoop! niTe_RiDeR_Pr0, Tolios Giorgos WhiteDeath and janrockt 3
Legolash2o Posted February 26, 2015 Author Posted February 26, 2015 UPDATE: Build 2.0.5535.32071 released.There's a new test build up with USB Boot Prep about 90% completed and WIM Manager about 30% completed lol. You will also notice that the drop down buttons such as on the donate list have been fixed.USB Boot Prep:Extract ISOCopy FolderMessages need localizingKnown Bugs:None StopLooking 1
Legolash2o Posted March 1, 2015 Author Posted March 1, 2015 Build 2.0.5538.28297 has now been released.
Legolash2o Posted March 9, 2015 Author Posted March 9, 2015 Expect a new build tonight (GMT), with USB Boot Prep and ISO Maker finally finished off and fully translatable.UPDATE: Decided to release 2.0.5546.22023 now Next tools to be worked on is WIM Manager, then quickly followed by WIM Registry Editor.
Legolash2o Posted May 22, 2015 Author Posted May 22, 2015 The final report has now been completed and handed in, which means no more paper work, just pure coding. To ease myself back into the tasks, today will be spent updating the updateCache.db file and the exclusive ISOs EDIT: Feels strange actually programming again. Got a lot to catch up on
Legolash2o Posted June 12, 2015 Author Posted June 12, 2015 2.0.5642.1187 released.FIX: Fixed an issue adding drivers to the list.FIX: WTK did not retrieve any information for CAB updates.NEW: WIM Manager can now load, mount and unmount wim images.Updated code for installing drivers and updates on live systemPLEASE TEST Can users please test installing updates on a live system on Windows 7 or 8, and also drivers too.Creating an ISO.Thanks. EDIT: Don't worry about the lack of Lang files, nothing really new to translate.
Legolash2o Posted June 14, 2015 Author Posted June 14, 2015 The latest localisation files can be download from here: http://lang.wintoolkit.co.uk/ It is uploaded automatically everytime I build the project.
Legolash2o Posted June 17, 2015 Author Posted June 17, 2015 2.0.5646.17609 available. I've added unhandled exception handling
Legolash2o Posted June 17, 2015 Author Posted June 17, 2015 2.0.5646.40639 available.AIO Integrator interface has been started. Feedback would be nice KNOWN ISSUESAIO IntegratorWhen you open up AIO Integrator and select current, it will NOT be available next time. Also from that point onwards, Updates/Driver Installer can't be opened. This is because a flag is set to TRUE but does not get set to FALSE when AIO Integrator (Current) closes.ISO Maker CrashWhen you click Create ISO, it crashes after the calculator, it is not known what causes this so further investigation will be required.WIM Manager / AIO Integrator translationsIt is not yet possible to translate the two tools yet. This will hopefully be done by tomorrows release.
Legolash2o Posted June 18, 2015 Author Posted June 18, 2015 2.0.5647.42687 released. KNOWN ISSUESISO Maker CrashWhen you click Create ISO, it crashes after the calculator, it is not known what causes this so further investigation will be required.WIM Manager / AIO Integrator translationsIt is not yet possible to translate the two tools yet. This will hopefully be done by tomorrows release.
Recommended Posts