Skip to main content

Install or Uninstall a Feature

Easily install, update, or remove features using the Luniris App.

Install / Update a Feature

1. Open the Luniris App

Open the app on your web browser.

2. Navigate to the Features Page

Click the Features tab in the top-left corner.

Features Page

3. Upload the Feature File

  • Drag and drop the feature file (.zip) into the designated area, or click to browse and select the file.
  • Wait for the upload to complete.

4. Verify and Install

  • Review the feature details to ensure accuracy.
  • Click Next to confirm the installation.

Note: If you encounter an error, refer to the Troubleshooting section.

Confirm Installation Popup


Your feature is now installed and visible in the feature list!

Uninstall Feature

1. Open the Luniris App

Open the app on your web browser.

2. Navigate to the Features Page

Click the Features tab in the top-left corner.

Features Page

3. Open Feature Information

Click the information icon (ℹ️) for the feature you want to uninstall.

Information Icon Button

4. Uninstall the Feature

Click the Delete button to remove the feature.

Delete Button


Your feature is now uninstalled.

Troubleshoot Installation Errors

"Feature information is missing or corrupted"

  • Ensure the feature file is a valid .zip file.
  • Verify that the .zip file contains the required manifest files.

Feature Corrupted Error


"Manifest entry point path not found"

  • Check if the entryPointPath parameter in manifest.json is empty or invalid.
  • Ensure the file specified in entryPointPath exists in the .zip file.

"API version is too old"

  • Verify if the feature is compatible with the current API version.
  • Update the minimalApiVersion parameter in manifest.json if necessary.

"The manifest file or the language information was not found in the package"

  • Ensure the manifest.json file exists in the .zip file.
  • Check if the language parameter in manifest.json is valid and supported.

"Settings manifest file not found"

  • Verify that the settings.manifest.json file exists in the .zip file.
  • Ensure the file is a valid JSON format.