Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Manually Installing Extensions

view on GitHub

When developing your own extnesions, or for installations that are restricted from accessing the internet, extensions can also be installed manually:

  1. Download the desired version of the extension from the public ProGet feed
    Copy the extension file (e.g. Windows.upack) to the extensions path.
  2. Visit the Admin > Advanced Settings page within your Inedo product instance to determine where extensions are stored by examining the Extensions.ExtensionsPath setting.
  3. Ensure the file is named <extension-name>.upack in the extensions directory, and that no other files with the same name exist in that directory, even with a different extension. For example, make sure to delete an existing <extension-name>.inedox file if you are installing <extension-name>.upack.
  1. Restart the product's Windows service: Admin > Service > Stop then Start (e.g. INEDOBMSVC, INEDOPROGETSVC)
  2. Restart the product's Website application, either the IIS application pool: Admin > Service > Restart Web App
  3. Verify that the new extension has been loaded (Admin > Extensions)