premium

Upgrading Visual Studio 2010 Professional to Premium, just install over?

I just discovered that our MSDN licensing covers Premium, and I installed Professional. Can I just install Premium over Professional, or do I have to uninstall and reinstall everything? I'd rather not if installing on top of Professional is safe since I have addins and configuration already set up. ...

Downloading from rapidshare as premium user?

I'm creating a simple download manager in java and I want to be able to download files from rapidshare as a premium user. I checked their API, but that didn't make me any wiser. I found this class in C, but I have no idea how use it with my downloader. public void Download() { try { URL url = new URL(this.FileLink); // Copy...