I've already asked this once and it got deleted in under 30 minutes... so here it goes again, hopefully this time the question will be clearer (and no, I'm not bitter ;-))
How do you package a bunch of images and deploy them programmatically as a custom emoticon pack for live messenger? I know the user can create as many custom emoticons as he/she pleases fiddling with some options dialog. What I'm looking for is different: some graphics guy hands me a pack of images and asks me to create a distributable package that people can download and add to their MSN client. How do I do that?
MediaPlayer skins are just zip archives with a funny filename and some JScript + XML magic added. Are emoticon packs something like that? Should I really go and write some .msi code? Any documentation out there? MSDN has Windows Live Messenger Web Toolkit and a Windows Live Client Extensibiliy APIs, but no emoticon talk inside those as far as I can see.