quote:
Originally posted by _cindern
Cookie, I will actually be making a tool to make their own portable versions of MSN Messenger (it will be built into the MSN Messenger).
No, don't build it in, make a seperate tool. There is nothing to build in... The tool should exist out of code which simply copies everything needed, bundles it and add an extraction stub... (and of course there should be a decent uninstaller)
quote:
Originally posted by _cindern
Sunshine (nice name by the way), the only folder created is the folder you choose to make and after the extraction in the new extractor being built the extractor will be deleted once you press finish.
Sunshine means all the other stuff that is created by MSN Messenger itself, not what is created by your installer...
eg:
* C:\Documents and Settings\xxxxx\Application Data\Microsoft\MSN Messenger\*.*
* C:\Documents and Settings\xxxxx\My documents\logs (or whatever the default dir is)
* Cached stuff in the temporary directory of windows (ads, banners, etc...)
* Cached stuff in the temporary internet directory of windows (DP's, Emo's, Winks, etc..)
* All the registry settings (and that isn't just HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger)
* And indeed, what if MSN Messenger is already installed? You will be overwriting those things if you don't check upon it...
* etc...
* etc...