Jump to content

Legolash2o

Contributors
  • Joined

  • Last visited

Everything posted by Legolash2o

  1. http://www.2shared.com/file/ds4Al-VI/W7T130-68B_Test2.html
  2. I've removed packages.exe from W7T and copied the useful code from it, so you should not receive the error anymore.. Uploading a test version now...
  3. When do you get that error? just after mount?
  4. What's UAC and LUA got to do with downloading the file?
  5. Tell me another website to upload to and i'll upload it... http://www.2shared.com/file/3UHmRySk/W7T130-38B_Test.html
  6. Here you go guys, try this/ http://www.mediafire...94zbzzfpw033idi EDIT: It's not using any external program, it's completely code FileInfo fInfo = new FileInfo(FileName); FileSystemAccessRule nAccRule = new FileSystemAccessRule(account.Value, FileSystemRights.FullControl, AccessControlType.Allow); FileSecurity fSecurity = fInfo.GetAccessControl(AccessControlSections.Owner); fSecurity.SetOwner(new System.Security.Principal.NTAccount(account.Value)); fInfo.SetAccessControl(fSecurity); fSecurity.AddAccessRule(nAccRule); fInfo.SetAccessControl(fSecurity);
  7. Ok guys i think i've fixed the problem, just testing it now then i'll post a link here for you guys to test
  8. I didn't write packages.exe i only made a few adjustments to suit my needs...
  9. Hmm, this is tougher than i thought, i keep getting a "Attempted to perform an unauthorized operation file" error
  10. Wow, that was suprisingly easy, W7T will no longer use takeown or icacls, anyone fancy testing the new method?
  11. Looks like i will have to get the C# equivalent of changing ownership via code EDIT: Wow, that was suprisingly easy, W7T will no longer use takeown or icacls, any fancy testing the new method?
  12. I'm going to upload a test version, i'll send you a PM in 2-3 mins with a link... EDIT: Sent to both of you...
  13. Legolash2o replied to RicaNeaga's post in a topic in Win Toolkit
    Do you use any of the 'Apply Unattended' options in W7T? either in WIM Manager or All-In-One Tool?
  14. What OS are you currently using, i'm using Win7 x64 and when i customize a x86 image it works fine however i have not tested customizing a x64 image. W7T uses: RunExternal("takeown /f " + "\"" + F + "\"" + " /r /d y"); RunExternal("Icacls " + "\"" + F + "\"" + " /t /c /Q /grant *S-1-1-0:F"); Does XP have takeown and icacls?
  15. Glad to know, thanks
  16. Legolash2o replied to WarZ's post in a topic in Win Toolkit
    It already does... P.S. your link doesn't work.
  17. Can't believe we are at build 68, i will make W7T 'Final' at build 75 which then no requests will get added until i start v1.4.0 The released between 1.3.0.75 and 1.4.0 will only contain bug fixes and stuff from 'The Little Things'. I'm tempted to do a 1.3.1 build before 1.4.0 to clean my code, make W7T more efficient (less RAM, etc..) and make the .exe smaller as it's now approaching 6MB. Before W7T get's to 1.4.0 i really want it to be a clean, bug free and perfect . Heres what to expect before v1.3.0.75 Finish context menu for AIO Add 'Report a Bug' on main page. Let user view Error Logs before submitting Rest of the forms will get the RAM optimization tweaks like AIO Integrate drivers with foreign characters
  18. Legolash2o replied to Eric666's post in a topic in Win Toolkit
    Done the majority of those, not going to do the last one as that requires going through all the pages. However the tab problem effects you badly in the future, feel free to mentioned it in here I won't do it unless specified, because i'm lazy and i've got work soon However i will fix the hotkeys for AIO (where you can press Ctrl+a for select all, etc..)
  19. Legolash2o replied to WarZ's post in a topic in Win Toolkit
    Theres no correct answer, my removal decisions are purely based on whether i will use it or not. Do I use internet explorer? nope, remove it Do I use Gadgets? nope, remove it and so on...
  20. v67 released *Disable 'USB Prep Tool' on Windows XP as it doesn't work. *Fixed Tool tab in main menu not hiding when you select it not to. *Fixed a massive issue when using the File tab in AIO if the folder you want to copy the file to does not exist. It now creates the folders required. v68 released *Fixed a GUI glitch on Component Remover *further 'Little Things' changes *more logs for why unmounting fails as these are the only logs i am receiving these days.
  21. Legolash2o replied to Eric666's post in a topic in Win Toolkit
    lol ok, oh you may have noticed i fixed that option with 'seleted' you mentioned in your test version @Everyone, keep theses coming, the quicker i receive them the sooner i can start v1.4.0
  22. Legolash2o replied to Eric666's post in a topic in Win Toolkit
    Is this the only time you have this issue?
  23. I'll probably try and go with the WMI solution you mentioned but that requires a complete rewrite of the USB Prep Tool which is why i asked you to make a request in here Note to self: http://msdn.microsoft.com/en-us/library/windows/desktop/aa394592(v=vs.85).aspx
  24. Legolash2o replied to Eric666's post in a topic in Win Toolkit
    Eric, may i send you a test version if so, send me a PM and i will reply with a link to it