How do I uninstall apps?

Options
storm33229
edited March 2013 in Photon Server
So I haven't yet created my own app (getting there!), however I'd like to uninstall everything but the MMO Application. How can I do this? I noticed that the Apps seem to have a folder in the: photon/deploy/ directory. Is this the installation folder?

So how do I:

1. See what I have installed
2. Install apps
3. Uninstall apps

Comments

  • You can put as many application as you want inside the Deploy directory but it will not "Install" those apps. I will avoid using "Install" and use "Add" instead :P. Check the config file located inside the photon's app folder(bin_win32, bin_win64, etc) called "PhotonServer.config". Depending on what you are running("Default", "LoadBalancing", or your own instance) check under the app's node in the config file. Locate the "Applications" node this is where you will "install"(or add) or remove apps. Just delete the apps that you don't want and delete any port assignments to that app to prevent startup errors.

    check out http://doc.exitgames.com/photon-server/ ... st%20Steps
  • This was very helpful, thanks!