> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronicsdeploy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronicsdeploy/application-management/install-uninstall-and-update-apps/install-application-s/install-external-application-s-custom-app/edit-a-custom-app.md).

# Edit a Custom App

A Custom App can be edited once created. The Package Name, URL, Architecture, Install Command Line, Uninstall Command Line, Restart, Install Timeout, and Run As settings can all be configured for the Custom App here.

![](/files/mQslDmkUnZsSR9cqjftz)

1\. Select the **Control Grid** tab on the top menu bar.

2\. Navigate to the **Applications** tab.

3\. Click on the **Custom Apps** drop-down menu.

4\. Select **View Custom Apps**.&#x20;

5\. Select the Custom App from the list.

![](/files/sYop71ewBQG2KEMacYDG)

6\. Click the **EDIT** button.

7\. Make any necessary changes to the Custom App (the Package Name, URL, Architecture, Install Command Line, Uninstall Command Line, Restart, Install Timeout, Run As can be changed from this screen).

![](/files/pXuVGYmhmDtXaqIpMCIz)

{% hint style="info" %}

* **URL** - If entering a network path, enter user credentials that have the necessary rights to access the shared file. See [Hosting - URL or Network Path](/faronicsdeploy/application-management/install-uninstall-and-update-apps/install-application-s/install-external-application-s-custom-app/create-and-install-a-custom-app/hosting-a-custom-app-url-or-network-path.md) for further information on hosting.
* **Install/Uninstall Command Line** - If using a **.msi** file, you don't need to enter the **/n** or **/qn** switches for a silent install.

  If using a **.exe** file, you will need to enter the supported switches for a silent/unattended installation, **/S** in this example.
  {% endhint %}

8\. Click the **UPDATE** button to save your changes.

{% hint style="success" %}
The Custom App has been successfully updated.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.faronics.com/faronicsdeploy/application-management/install-uninstall-and-update-apps/install-application-s/install-external-application-s-custom-app/edit-a-custom-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
