Changing the installer name

If you want to change the name of the studio_install.jnlp file, you must modify its contents as well as its file name.
To modify the file name of studio_install.jnlp:
  1. Rename the studio_install.jnlp file.
  2. Open the renamed file in a text editor.
  3. In the root jnlp element, update the href attribute to the new name. For example, if you changed the file name from studio_install.jnlp to studio_custom_install.jnlp, then you should update the href attribute to read:
    <jnlp spec="1.0+" codebase="http://example.com/installer" href="studio_custom_install.jnlp">
  4. Save your changes.
Your installer name has been successfully changed.