[Shell Patcher] Super Turbo Tango Patcher 6000


Recommended Posts

Note: Due to other things going on in my life (work, cars, video games, hanging out with friends, etc), work on this project has essentially ceased.

The Tango shell patcher is designed to make integrating icons from the Tango project and its descendants a fairly simple process. It works by modifying your current system files, and inserting the modified versions back into the system; at it's heart, it is simply a tool for batched, automated resource hacking and system file replacement. This version is intended for use on Windows Vista.

Notes:

  • It supports (in theory) all languages and editions of 32-bit Windows Vista and Server 2008; 64-bit versions are NOT supported, nor will be anytime soon (the tools to make it happen just don't exist).
    • I'm almost positive that this will break horribly on non-English setups, and certain dual-boot scenarios. If you don't have a standard c:\windows setup, you may need to perform a search-and-replace on the paths hardcoded in FileList.xml. I really have no idea how XPero's handling this in Vize, I guess I need to either look into it or write some code myself. Don't uncomment the line in FileList.xml for user32.dll unless you're feeling brave and are comfortable talking to the activation support machines/people – but please, let me know what happens if you do / I'm not buying you a new license if it gets you on a WGA blacklist. If you are editing FileList.xml, remember to start notepad with admin credentials, or you won't be able to save your changes.

    [*]I know I'll regret it as soon as I've posted this, but I'm ready for people to start posting their skinning requests so I can prioritize and make the most efficient impact with what little time I do have free for the patcher these days.

Current Release: 8.03 (2008/04/01)

Highlights from my SVN log:

  • Remove the "identifier" overlays from the battery meter
  • At least the beginnings of Tangoization on iexplore, wimp, wab, hh, msi, cleanmgr, games also in gnome-games, and a few miscellaneous things that were in 2600
  • Add branding images for each Vista+Srv2k8 edition
  • Classic start button bitmap (Srv2k8 OOB default)
  • Tweaks to folder icons, and add an icon for the home folder
  • Miscellaneous fixes to the installer and patcher

Information on 64-bit support (Last updated 2008/07/07):

  • I've got CFF Explorer working as a reshack wrapper.
  • Which means... reasonably simple-to-implement 64-bit support... finally! I've been a 64-bit Vista user myself now, for a few months, so that pleases User #0, too.
  • So I've got a test build up to play with.
  • Resources and file-list are identical to the 8.03 release - I haven't added extra entries for ProgFiles (x86) or SysWOW64.
  • It's not ready for mass use, just because it requires more testing.
  • Anything that goes wrong, I disavow all knowledge ;)
  • http://rapidshare.com/files/128270709/Tiiz...SVNr54.exe.html

Future plans (Last updated 2008/07/07):

  • I'm just hacking away at it, converting scripts from STTP 2600 where applicable, converting resources, and tweaking the stuff I made bespoke to STTP 6000(+1)
  • I haven't done a whole lot in the past few months, but now that I've got 64-bit support sussed out, it's time to start digging through the piles of resources again.

Edited by vertigosity

^Hey, nice :)

It works, half at least... I had to manually make me owner of the modded files and give me the rights to overwrite them.

Even an elevated command prompt couldn't do it, don't know why. Maybe it's just my vista install but strange behaviour nonetheless. The vertical folders are great!

I think that counts as not working, as far as I'm concerned, since the script should be setting ownership and permissions for itself. What'd you have to do to take ownership of everything, and did you do it from the GUI or the command line?

Well, basically I edited the rights via the file properties (Security tab --> Advanced --> Owner tab --> make me owner; Security tab --> Edit --> give me full access).

From what I could see in the batch script, the patcher HAD changed permissions but still couldn't overwrite the file...

great to see Vista Patcher, unfortunately I cannot/don't want to test it right now (because I do not have backup of my Win and no CD either - laptop OEM X_x)

but I'm looking forward to see it expanding, maybe proper instalator in future.

^Hey, nice :)

It works, half at least... I had to manually make me owner of the modded files and give me the rights to overwrite them.

Even an elevated command prompt couldn't do it, don't know why. Maybe it's just my vista install but strange behaviour nonetheless. The vertical folders are great!

Did you try running the script while Vista is in safe mode?

Well, basically I edited the rights via the file properties (Security tab --> Advanced --> Owner tab --> make me owner; Security tab --> Edit --> give me full access).

From what I could see in the batch script, the patcher HAD changed permissions but still couldn't overwrite the file...

hmm. Are the commands the patcher is using for ownership-taking dumping any negative output?

To test that seperate of the patcher, replace %1 with something nonessential and not already yours (say, %windir%\system32\notepad.exe), and execute the code block in a command prompt (elevated, of course):

takeown /f "%1"
 echo y|cacls "%1" /g everyone:f

...and then see if you can manipulate your target file in explorer (rename, delete, etc). If you can't, we'll have to work out some way to compare the your ACLs against your ACLs after pushing buttons, and the ACLs of an install that the patcher's working on, but it's late, so I'm not going to think up a nice repeatable test procedure ATM.

^The first part succesfully made me owner of mspaint.exe :D

However, the second part didn't work:

C:\Windows\system32>echo y|cacls "%windir%\system32\mspaint.exe" /g everyone:f
Zuordnungen von Kontennamen und Sicherheitskennungen wurden nicht durchgef?hrt.

(which roughly translates to "Nope, didn't work" :pinch:: )

I already found out that this doesn't occur if I change the group parameter to something non-existant. Then the "are you sure" prompt appears how it should (but this doesn't change the rights either).

But well, I'm for a week in venice now so I can't try out further things... but next week I will, of course!

Hmmm... a little bit of googling finds this German Technet article which some more creative googling matches up with it's English counterpart. Just a hunch, but I bet your "everyone" object isn't called that, but a German translation - when you (or anybody else having this sort of trouble on non-English Windows) get back, try replacing "everyone" with "%username%", since I suspect that environment variable does always have the same name, and it'll always return a valid user on the system since it's the username of the person running the command.

everyone is called "jeder" in german vista, but it didn't patch anything for me. I also tried it with %username%, but that didn't change anything. is there any kind of log that would be helpful if i post it? the cmd prompt is way to fast for me to see anything whats going on while patching, so i can't tell where the fault is.

i removed the rem and replaced everyone with %username%, and here is what i get: (see attachement)

"erfolgreich" means succesfull, "Sind Sie sicher" is are you sure, "Zugriff verweigert" is acces denied and "Dateiname existiert bereits, oder die Datei konnte nicht gefunden werden" means filename already exists or the file could not be found.

i dont know if you still need the log or if XPero can offer you the solution (which i hope so :D ), but i'll post it anyway :)

when i look at this

Doit: Creating uninstaller for basebrd.dll.
Backup: Creating restore info for basebrd.dll.
		1 Datei(en) kopiert.
Backup: basebrd.dll copied.
Doit: Prepare basebrd.dll.
Preparing basebrd.dll.
Prepare: Reshacking basebrd.dll
		1 Datei(en) kopiert.
Das System kann die angegebene Datei nicht finden. (the system could not find the file)
		1 Datei(en) verschoben.
Doit: Implant basebrd.dll.
Surgically implanting NewFiles\2_basebrd.dll.
Swapping C:\Windows\Branding\Basebrd\basebrd.dll for the NewFiles one.

ERFOLGREICH: Der Benutzer "C:\Windows\Branding\Basebrd\basebrd.dll" ist jetzt de
r Besitzer der Datei (oder des Ordners) "cpl-PC\cpl".
Sind Sie sicher (J/N)?Zugriff verweigert - C:\Windows\Branding\Basebrd\basebrd.d
ll
		1 Datei(en) kopiert.
Zugriff verweigert
Dateiname existiert bereits, oder die Datei
konnte nicht gefunden werden.

it seems like the script is making the file itself the owner of the file. (?)

hack_o_matic_log.txt

I will start the "Vize" project very soon. It is the XPize for Vista. I've successfully patched Vista system files, so the only thing I need is time to develop it! :) I will not use XPize Installer System, I will be rewriting everything using C#, except the Reshacker thing (I'm waiting for a cool C# library from a guy at TheCodeProject).

@Vertigosity:

Do not hesitate in contacting me for help.

Cheers

I will start the "Vize" project very soon. It is the XPize for Vista. I've successfully patched Vista system files, so the only thing I need is time to develop it! :) I will not use XPize Installer System, I will be rewriting everything using C#, except the Reshacker thing (I'm waiting for a cool C# library from a guy at TheCodeProject).

@Vertigosity:

Do not hesitate in contacting me for help.

Cheers

Now THAT sounds shiny, especially the bit about not using Reshacker, since that's pretty much a massive licensing violation (at least for me, since I've never tracked down the author and beat specific permission out of him). How much of that are you planning on sharing? I've been exploring using PowerShell or Python (I'd kinda like everything to be in an interpreted language, since I've declared user-editable patch targets to be a necessary feature for me and mine, but it's pretty obvious NT batch script is a bit limited) for program logic, but they'd still be calling reshack, so I'd love to get my hands on something like your C# library, doubly so if it supports Win64.

For now I'm not thinking in sharing, but I can share privately ;)

Also, that C# library is not mine, it is being developed by a guy at TheCodeProject and I don't know when it will be released :(. I'm thinking on starting the project with reshacker but I don't have the time for it. We shall see :)

Also, that C# library is not mine, it is being developed by a guy at TheCodeProject and I don't know when it will be released :(. I'm thinking on starting the project with reshacker but I don't have the time for it. We shall see :)

Wonderful! :D

I hope you get something for Vista x64 too

  • 2 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Outlook classic is inherently better than new outlook, for a number of reasons. That said, if the only reason people need office is to read email, they should just use thunderbird.
    • Windows 11 is a big thumbs down from me. I used for a period of a few days while it was in insider and windows 10 was the main OS, and realised it wasn't for me. I am still waiting for Windows to be tolerable again, a shame as at one point I was very pro Microsoft.  
    • Classic outlook, not only does it have a much fuller feature set, it doesn't include Microsoft attempting to sync my emails from my servers to theirs. If classic outlook is ever removed from office, and the version I paid for in 2021 stops working for some reason, I'll use Thunderbird.
    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
  • Recent Achievements

    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      479
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Steven P.
      74
    4. 4
      FloatingFatMan
      69
    5. 5
      +Edouard
      69
  • Tell a friend

    Love Neowin? Tell a friend!