Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...


German

...

width70%

...

...

width100%

...

bgColor#ECECEC

...

Die Verteilung der Clientanwendung liegt im Allgemeinen in der Verantwortung unserer Kunden. Trotzdem möchten wir hier zwei Möglichkeiten aufzeigen, wie die Installation des Clients durchgeführt werden kann.

...

width30%
English

The distribution of the client application is generally the responsibility of our clients. Nevertheless, we would like to show here two possibilities how the installation of the client can be carried out.

German

Installieren des Clients mit dem MSI-Paket


Section


Column
width40%

Image Modified


Column
width60%

Die einfachste Möglichkeit ist, dass das MSI-Paket von den Anwendern lokal auf dem Rechner ausgeführt und die Anwendung somit installiert wird.



Section


Column
width40%

Image Modified


Column
width60%

Der Pfad für das vorgeschlagene Installationsverzeichnis kann bei Bedarf geändert werden. 



Section


Column
width40%

Image Modified


Column
width60%

Die Bestätigung der Installation können Sie mit "Finish" beenden.




SmartNotes.exe.config anpassen


Section


Column
width40%

Image Modified


Column
width60%

Öffnen Sie die Konfigurationsdatei SmartNotes.exe.config aus dem Client-Installationsordner



Section


Column
width40%

Image Modified


Column
width60%

Passen Sie im Bereich  <AppSettings> die Serveradress und ggf. den  ServerPort an.





Panel


Section


Column
width100%

Nachteile:

  • Die Konfigurationsdatei muss für jeden Anwender bearbeitet werden.
  • Es werden Administrationsrechte benötigt, damit die Installation durchgeführt werden kann.
  • Für viele Anwender unpraktisch.





Kopieren des Clients aus dem latestClient.zip


Section


Column
width40%

Image Modified


Column
width60%

Im Installationsverzeichnis des Servers(!) gibt es ein Unterverzeichnis Client. In diesem Ordner befindet sich ein latestClient.zip. Diese Datei enthält einen kompletten Client, der zu der entsprechenden Serverversion passt.

Auch hier muss im Anschluss die Konfigurationsdatei entsprechend angepasst werden. Allerdings reicht hier eine einmalige Anpassung, bevor der Client an die Anwender verteilt wird.




Optional - Parametrierung des MSI-Pakets


Section


Column
width40%

Image Modified


Column
width60%

Neben dem Standardsatz von MSI-Installationsparametern - die von Microsoft zur Verfügung gestellt werden und hier eingesehen werden können - bietet "SmartNotesClientSetup" einen zusätzlichen Satz von Parametern, die es ermöglichen, die Installation an Ihre Bedürfnisse anzupassen. Die folgende Tabelle listet zusätzliche Parameter auf, die verfügbar sind.



Section


Column
width40%



Column
width60%

Beispiele:

Durchführen einer SmartNotesClient-Installation, Verbindung zur IP-Adresse 10.1.1.10:6666 mit aktiviertem SSO:

SmartNotesClientSetup.msi ServerAddress="10.1.1.10" ServerPort="6666" useSingleSignOn="True"


Durchführen einer stillen SmartNotesServer-Installation auf dem Zielcomputer, Herstellen einer Verbindung zur IP-Adresse 10.1.1.10:6666 mit aktiviertem SSO und Ermöglichen der Verwendung mehrerer Client-Instanzen:

SmartNotesClientSetup.msi /q ServerAddress="10.1.1.10" ServerPort="6666" useSingleSignOn="True" AllowMultipleClientInstances="True"


Durchführen einer stillen SmartNotesServer-Installation auf dem Zielcomputer, Herstellen einer Verbindung zur IP-Adresse 10.1.1.10:6666 mit aktiviertem SSO, Ermöglichen der Verwendung mehrerer Client-Instanzen, Verwenden einer festen UI-Sprache und einer modifizierten Schwellenzeit für temporäre Dateien:

SmartNotesClientSetup.msi /q ServerAddress="10.1.1.10" ServerPort="6666" useSingleSignOn="True" AllowMultipleClientInstances="True" UILanguage="en" TEMPFILETHRESHOLDTIMEINDAYS="14"

...

Column
width33%

<< Zurück zu - Installation und Anpassung der Server-Anwendung --

Column
width34%

Zurück zur Übersicht - SmartNotes --

Column
width33%

Weiter mit -- Aktualisierung einer bestehenden Installation >>




English

...

width60%

...

Column
width100%

The distribution of the client application is generally the responsibility of our clients. Nevertheless, we would like to show here two possibilities how the installation of the client can be carried out.

...

width40%
Panel
bgColor#ECECEC

<< Installation and Update SmartNotes

...

Installing the client with the MSI package

...

Installing the client with the MSI package

Column
width33%

<< Back to - Installing and configuring the server application --

Column
width34%

Back to overview - SmartNotes --

...

width33%

...


Section


Column
width40%

Image Modified


Column
width60%

The simplest option is for users to run the MSI package locally on the computer and thus install the application.



Section


Column
width40%

Image Modified


Column
width60%

The path for the suggested installation directory can be changed if necessary. 



Section


Column
width40%

Image Modified


Column
width60%

You can finish the confirmation of the installation with "Finish".




Customise SmartNotes.exe.config


Section


Column
width40%

Image Modified


Column
width60%

Open the configuration file SmartNotes.exe.config from the client installation folder



Section


Column
width40%

Image Modified


Column
width60%

In the <AppSettings> area, adjust the server address and, if necessary, the server port.





Panel


Section


Column
width100%

Disadvantages:

  • The configuration file must be edited for each user.
  • Administration rights are needed so that the installation can be carried out.
  • Impractical for many users.





Copying the client from the latestClient.zip


Section


Column
width40%

Image Modified


Column
width60%

In the installation directory of the server(!) there is a subdirectory Client. In this folder there is a latestClient.zip. This file contains a complete client that matches the corresponding server version.

Here, too, the configuration file must be adapted accordingly. However, a one-time adjustment is sufficient here before the client is distributed to the users.




Optional - Parametrierung des MSI-Pakets


Section


Column
width40%

Image Modified


Column
width60%

In addition to the standard set of MSI installation parameters - which are provided by Microsoft and can be viewed here - "SmartNotesClientSetup" offers an additional set of parameters that allow you to customise the installation to your needs. The following table lists additional parameters that are available.



Section


Column
width40%



Column
width60%

Examples:

Performing a SmartNotesClient installation, connecting to IP address 10.1.1.10:6666 with SSO enabled:

SmartNotesClientSetup.msi ServerAddress="10.1.1.10" ServerPort="6666" useSingleSignOn="True"


Perform a silent SmartNotesServer installation on the target machine, connect to IP address 10.1.1.10:6666 with SSO enabled and allow multiple client instances to be used:

SmartNotesClientSetup.msi /q ServerAddress="10.1.1.10" ServerPort="6666" useSingleSignOn="True" AllowMultipleClientInstances="True"


Performing a silent SmartNotesServer installation on the target machine, connecting to IP address 10.1.1.10:6666 with SSO enabled, allowing multiple client instances to be used, using a fixed UI language and a modified temporary file threshold time:

SmartNotesClientSetup.msi /q ServerAddress="10.1.1.10" ServerPort="6666" useSingleSignOn="True" AllowMultipleClientInstances="True" UILanguage="en" TEMPFILETHRESHOLDTIMEINDAYS="14"

...