Also your name is in the credits of minecraft!
Yes, I wrote the sound library. Hope your idea works out. If not and you figure out how to link with a .dll, I can write a simple one for you that does the unzip, delete, and re-zip.
I didnt find a way of automating the deletion of the meta-inf but I did find a way to automate to download of the modded minecraft.jar file, rather than downloading it to the users default download location is now always downloads to the desktop, it also doesn't open a browser anymore. Since I can be sure the file is always saved in the same place I have added that code to the install button so the user now has one less button to click on (yay).
Also I made a mac version which was made using bash scripts which are put inside a launchable .app file, So it acts like any normal Mac program basically.
The Mac version is alot simpler and was heck of alot easier to make, It just prompts the user if they want to install ModManager, If they say yes then it does everything in a single click (even deletes the meta-inf) if they say no it just ends to program.
heres the bash script for the Mac version if anybody is interested:
cd ~/Library/Application\ Support/minecraft/bin
zip -d minecraft.jar META-INF/\* META-INF
mv minecraft.jar game.jar
cd ~/Desktop/
mv minecraft.jar ~/Library/Application\ Support/minecraft/bin
Im maintaing both versions here:
http://www.minecraftforum.net/topic/828401-tool-automodder-install-or-uninstall-mod-manager-with-a-single-click/Oh and thanks for the offer of creating the dll but I will try and get this to work myself, Its a nice learning experience.
