Mirandaboot.ini

From Miranda NG
Revision as of 18:06, 8 April 2018 by Wishmaster (talk | contribs) (Created page with "Nur anzeigen wenn das Profil auf keine Art gefunden werden kann.")

Mirandaboot.ini/de
Jump to navigation Jump to search
Other languages:

File mirandaboot.ini contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.

Inhalt der Datei

Siehe: mirandaboot.ini

Beschreibung der Parameter

[Database]

Settings related to the location and loading of the database.

ProfileDir

Allows you to specify the directory to search for database files. You can use environment variables.

Relative Pfade sind relativ zum Verzeichnis mit der Miranda*.exe anzugeben.

To comply with Windows security guidelines, it is recommended that you keep your profile in %APPDATA%\Miranda NG.

Wenn Sie kein Verzeichnis angeben, dann wird als Standard das Unterverzeichnis Profiles im Miranda-Hauptverzeichnis verwendet.

ProfileDir=


ShowProfileMgr

Entscheidet, ob der Profilmanager beim Start von Miranda NG angezeigt werden soll.

Zulãssige Angaben:

  • never — Nur anzeigen wenn das Profil auf keine Art gefunden werden kann.
  • yes — Immer anzeigen.
  • smart — (default) Show it if the command line doesn't contain a database name that exists or there is more or less than one database file in the ProfileDir.
ShowProfileMgr=smart


DefaultProfile

Name of the profile to use if there's a choice. It can contain environment variables, e.g., %USERNAME%.

If Miranda is run with a command line parameter then that parameter is used instead of this setting.

If ShowProfileMgr=never then this profile is run without a question. Otherwise the profile manager is run as usual but initially this profile is selected.

Standardwert: Leer

DefaultProfile=


AutoCreate

Zulãssige Angaben:

  • yes — If DefaultProfile setting or the command line parameter gives a profile name that doesn't exist then that profile is created.
  • no — (Standard) Der Profilmanager wird in diesem Fall angezeigt.
AutoCreate=no


RememberPassword

When set to 1 it will store password in Windows Credential Manager.

Standardwert: 0

RememberPassword=0


[AutoExec]

AutoExec is a system for batch addition of multiple settings to the database.

Use

Zulãssige Angaben:

  • yes — Dateien mit Endung .ini automatisch installieren.
  • no — Das AutoExec System komplett deaktivieren.
  • prompt — (default) Prompt the user before each installation. This setting doesn't affect the decision of whether to display further prompts.
Use=prompt


Glob

A global expression containing the files to watch for database settings. This will be checked just after database load and continuously all the time Miranda is running.

If this contains a relative path, it's relative to the directory containing Miranda*.exe file.

Standardwert: autoexec_*.ini

Glob=autoexec_*.ini


Safe

A space-separated list of database module names known to be safe to alter.

Standardwert: CLC Icons CLUI CList SkinSounds

Safe=CLC Icons CLUI CList SkinSounds


Unsafe

A space-separated list of database module names that could be altered for malicious purposes (e.g., by faking a login server to steal passwords).

Standardwert: Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER VKontakte

Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER


OverrideSecurityFilename

System administrators may find it desirable to install settings without prompting the user. In that case all prompts and security will be overridden if the name of the .ini file matches the name given here.

If this is used, make sure it's suitably random and hence not likely to be downloaded.

Standardwert: Leer (Überschreiben nicht möglich).

OverrideSecurityFilename=


OnCreateFilename

Defines .ini file that will be executed every time new profile is created.

Standardwert: Leer (Überschreiben nicht möglich).

OnCreateFilename=


Warn

Zulãssige Angaben:

  • all — Warnt den Benutzer vor jeder Änderung einer Einstellung.
  • notsafe — (default) Warn before each change to a setting in a group that isn't listed in the Safe setting.
  • onlyunsafe — Warn before each change to a setting in a group that is listed in the Unsafe setting.
  • none — Benutzer niemals warnen.
Warn=notsafe


OnCompletion

Definiert, was mit der .ini-Datei geschehen soll, nachdem sie importiert wurde.

Zulãssige Angaben:

  • delete — Datei von der Festplatte löschen.
  • recycle — (Standard) Datei in den Papierkorb verschieben (wie delete falls der Papierkorb in Windows deaktiviert ist).
  • rename — Add the string from the RenamePrefix setting to the beginning of the filename.
  • leave — Belässt die Datei wie sie ist. Dies kann dazu führen dass die Datei mehrfach importiert wird bevor sie gelöscht wird.
  • ask — Dem Benutzer einen Nachfragedialog anzeigen.
OnCompletion=recycle

RenamePrefix

A string to add before the filename if the rename option is used for OnCompletion setting. This can include a path specifier to move the file, e.g., ..\

Standardwert: done_

RenamePrefix=done_


[PluginLoader]

Einstellungen, die bestimmen wie Plugins geladen werden.

AskAboutIgnoredPlugins

When set to 1, will ask if re-enable a disabled plugin.

Standardwert: 0

AskAboutIgnoredPlugins=0


[Language]

Einstellungen zur Sprache.

DefaultLanguage

Stores the name of the default language pack to be loaded at startup. If skipped, loads the first file that matches the langpack_*.txt mask.

Beispiel: DefaultLanguage=langpack_german.txt

Folgende Angabe ist ebenfalls zulässig:

  • default — Eingebaute englische Sprache.

Standardwert: Leer

DefaultLanguage=


[Interface]

Einstellungen zur Benutzeroberfläche.

DpiAware

Experimental! Enables HiDPI ("Retina Display") support when set to 1.

Standardwert: 0

DpiAware=0