Jump to content

Legolash2o

Contributors
  • Joined

  • Last visited

Everything posted by Legolash2o

  1. Any issues at all? Seems too quiet!
  2. "26-9-2010 Update Link", Where is that? I've checked the possible links but they all seem to work. What error does it say if any?
  3. the whole Wim_Software and WIM_Default registry is to do with W7T not waik, I doubt you will find much info on this
  4. HKCU entries can be converted the same as the HKLM, HKCU get converted to something like HKEY_LOCAL_MACHINE\WIM_Default\
  5. Upload the reg file. Some files in the reg file have to be changed, ie. HKLM_LOCAL_MACHINE\Software\.... to HKLM_LOCAL_MACHINE\Wim_Software\... I will however add a button called "Import Registry" to Registry Hive Mounter and it will auto convert it EDIT: I have to go to work now, so if i have to i will convert your uploaded registry file when i get home.
  6. I will have a look at this after i've had my lunch. Thanks EDIT: v32 released fixing this issue. It shouldn't load the registry unless you added either an Addon or selected a tweak. Strange... @coucou UAC tweak already uses both those values you suggested WriteKey(Registry.LocalMachine, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "ConsentPromptBehaviorAdmin", 0, Microsoft.Win32.RegistryValueKind.DWord) WriteKey(Registry.CurrentUser, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", 0, Microsoft.Win32.RegistryValueKind.DWord) EDIT 2: As of v33 the UAC tweak is now... WriteKey(Registry.LocalMachine, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "ConsentPromptBehaviorAdmin", 0, Microsoft.Win32.RegistryValueKind.DWord) WriteKey(Registry.LocalMachine, "SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA", 0, Microsoft.Win32.RegistryValueKind.DWord)
  7. So far for v0.8.5. Found quite a few bugs! *CAB Retriever won't show in TM unless cabs are detected *Cleaned Startup Code *Removed Feature Manager OS *Removed Feature Manager WIM *Removed Cleanup Tool *Updated MSP Extractor *Updated WIM Splitter (Multi-threaded, Show Progress Window) *Updated CAB Retriever (Multi-threaded, bugs fixes, performance tweaks) *Updated ISO Maker (Always shows progress,improvements) *Updated Capture Image (Always shows progress, improvements, bug fixes) *Updated Registry Hive Mounter (Improvements) *Updated MSU to CAB Converter (Bug Fixes)
  8. I'm now starting on Project Renovate, first thing to go is Feature Manager OS/WIM as it's now redudant, if you have any other ideas of what should go... now is the time to tell me! For those who downloaded the language template, can one of you who download it please upload their new version with the translations please, need one to test. Thanks!
  9. Final has now been released, not one reported any bugs and i want to start on v0.8.5. Enjoy! There are over 90 changes from 0.7.0 so I hope you enjoy them all.
  10. *FIX: Major flaw in Addon Integrator *Addon Integrator has a significant speed boost *Addon Integrator upgrades REGEDIT4 to latest *Addon Integrator Supports [TOCOPYFILE] *Addon Integrator Supports [TOCOPYFOLDER] *Addon Integrator Supports [TODELETE] The first 2 things are what you should expect in v0.8.5, ALL of your previous addons will work fine and no extra work is needed. *FIX: Major flaw in Addon Integrator When added registry files where converted, there was done so improperly and ended up some of the values not being converted or skipped. This has now been completely fixed and whilst i was at it i completely re-write the code for it, it should now be faster This bug has been around since the ability to integrate addons, i just didn't notice it *Addon Integrator has a significant speed boost As well as the above changes, i have improved copying times by alot. This was because the location where the file was being copied to was always fully taken ownership so there would be no errors during copying. This step has now been removed and the addon i tested took 2 seconds instead of 10! *Addon Integrator upgrades REGEDIT4 to latest REGEDIT4 .reg files get converted to "Windows Registry Editor Version 5.00" which i don't know if it makes an improvement but it was only 1 line of code to do *Addon Integrator Supports [TOCOPYFILE] *Addon Integrator Supports [TOCOPYFOLDER] *Addon Integrator Supports [TODELETE] Since i have removed the takeownership step from the COPYFILE,COPYFOLDER,DELETE commands. I have added the three above which takes ownership first just incase you get any errors when testing your addon!
  11. Well i've already compressed all the images in the tool in a recent build. It should naturally get abit smaller as i delete stuff. Thanks though xeondj
  12. There is no detection, it shows them regardless. The bold option is done online via the server, sometimes i forget to unbold them.
  13. How's everyone been doing with the Component Removals? Any issues or success stories? EDIT: I know people are downloading my tool which is great but i love some feedback
  14. LOL ok, i think i might just make W7T 200MB lol
  15. Lol i'll take that as a compliment, im mostly just going to compress all the icons/images in the app and remove old crap but i'm not gonna spend ages shrinking the size. Any feedback on the other tasks? Ideas or whatever...
  16. Sarcasm Kels? When all the files are compressed it comes to 1MB for the 7z file.
  17. Was hoping for abit of feedback Oh well...
  18. No problem, anyways i must got to work now Just released v28 which fixed the Remove buttons on Addon Maker.
  19. Normally for uninstall InstallWatch includes the key so that the program can be removed from "Program and Features" in Control Panel. You don't need to include the shortcuts if you don't want to, you can create an addon which removes those files if you wish otherwise you would have to manually delete them.
  20. So its only the key which lets you uninstall the app after the OS is installed? (via control panel) Open up the .reg file you included with the addon, everything is on one line. Not sure if W7T Addon Maker did the one line thing i will have a look later as i have to go to work in a min. Yours Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ResizeInstaller]"inf"="RUNDLL32 advpack.dll,LaunchINFSection Resize.inf,Install" Should be Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ResizeInstaller] "inf"="RUNDLL32 advpack.dll,LaunchINFSection Resize.inf,Install" EDIT2: Everything else seems good! Just the reg file itself.
  21. Can you please upload the addon?
  22. Legolash2o replied to cool1234's post in a topic in Graphics Showcase
    http://www.convertico.com/ does it online and for free.
  23. As no one is reporting any bugs, i might as well move this to the RC stage.
  24. Multiple Language Support I'm having a trial in an efficient way of translating W7T itself, attached is a template just for the Tools Manager and i want you guys to translate it into your own language. I will add a full template if the test is successful. Language Support will be available in v1.0.0 which is a huge step! Please note that the main download lists will not be translated as this would require entering thousands of separate updates in the list and that would take months LOL!