> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/acron_der_anlagenchronist/acron_provider/provideronly.md).

# Provider\_Only Installation

Diese Installation ermöglicht es, einen Provider zu betreiben, ohne ACRON komplett zu installieren.

Folgende Schritte sind erforderlich:

* Den Inhalt des Ordners `Provider_Only` der ACRON CD in einen beliebigen Ordner des Zielrechners kopieren und die beiden Runtime-Installationen `vcredist_x86_x.exe` ausführen

  oder in diesem Ordner die `setup.exe` ausführen.
* Den Anlagennamen und die Anlagenadresse in der Datei `PlantReferences.DEF` anpassen.
* Den Parameter für den Start des Providers als Dienst oder Anwendung in der Datei `StartProvider.bat` anpassen.

Über die [Identifikation](/acron-9.3/anlagenverwaltung/anlagenid.md#identifikation) der Anlage und die [Provideridentifikation](/acron-9.3/anlagenkonfiguration/prozessanbindung/provider/providerid.md#identifikation) (Providernummer) wird festgelegt, für welche Anlage und welche Providerkonfiguration dieser Anlage der Provider verwendet werden soll.

[Serveradresse](/acron-9.3/anlagenverwaltung/register-allgemein.md#adresse-port) und [Portnummer](/acron-9.3/anlagenverwaltung/register-allgemein.md#adresse-port) beziehen sich auf den Rechner, auf dem der ACRON Datenbankserver läuft.

Gestartet bzw. als Dienst installiert wird der Provider entweder

* durch Ausführen der angepassten .bat-Datei oder
* durch Ausführen der Kommandozeile in der Eingabeaufforderung oder
* durch Ausführen der angepassten Verknüpfung im Startmenü


---

# 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.videc.de/acron-9.3/acron_der_anlagenchronist/acron_provider/provideronly.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.
