Mirandaboot.ini: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(fix semantic)
(fill [Database])
Line 22: Line 22:
Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing <tvar|exe_file>Miranda*.exe</> file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in <tvar|APPDATA>%APPDATA%\Miranda NG</>.
Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing <tvar|exe_file>Miranda*.exe</> file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in <tvar|APPDATA>%APPDATA%\Miranda NG</>.


If you do not specify directory, then default will be used, which is <tvar|Profiles_dir><code>Profiles</code></> subdirectory in Miranda root folder.
If you do not specify directory, then default will be used, which is <tvar|Profiles_dir><code>Profiles</code></> subdirectory in Miranda NG root folder.
</translate>
</translate>
  ProfileDir=
  ProfileDir=
Line 29: Line 29:
==== ShowProfileMgr ====
==== ShowProfileMgr ====
<translate>
<translate>
Decides whether to show the profile manager on Miranda NG startup.


* <code>never</code> —
Accepts values:
* <code>yes</code> —
* <code>smart</code> —
</translate>
</translate>
* <code>never</code> — <translate>Show it only if the profile to use can't be guessed by any means.</translate>
* <code>yes</code> — <translate>Show it always.</translate>
* <code>smart</code> — <translate>(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 <tvar|ProfileDir>[[#ProfileDir|ProfileDir]]</>.</translate>
  ShowProfileMgr=smart
  ShowProfileMgr=smart




==== DefaultProfile ====
==== DefaultProfile ====
<translate>
Name of the profile to use if there's a choice. It can contain environment variables, e.g., <tvar|USERNAME><code>%USERNAME%</code></>.
If Miranda is run with a command line parameter then that parameter is used instead of this setting.


If <tvar|ShowProfileMgr_never>[[#ShowProfileMgr|ShowProfileMgr=never]]</> then this profile is run without a question. Otherwise the profile manager is run as usual but initially this profile is selected.
Default value: It is empty.
</translate>
  DefaultProfile=
  DefaultProfile=




==== AutoCreate ====
==== AutoCreate ====
 
<translate>
* <code>yes</code> —  
Accepts values:
* <code>no</code> —  
</translate>
* <code>yes</code> — <translate>If <tvar|DefaultProfile>[[#DefaultProfile|DefaultProfile]]</> or the command line parameter gives a profile name that doesn't exist then that profile is created.</translate>
* <code>no</code> — <translate>(default) The profile manager is shown in this case.</translate>
  AutoCreate=no
  AutoCreate=no




==== RememberPassword ====
==== RememberPassword ====
<translate>
When set to <tvar|rememberPass_enabled><code>1</code></> it will store password in Windows Credential Manager.
</translate>


<translate>Default value:</translate> <code>0</code>
  RememberPassword=0
  RememberPassword=0


Line 145: Line 161:


<translate>
<translate>
It could also take value of:
It also accepts value of:
</translate>
</translate>
* <code>default</code> — <translate>Built-in English language.</translate>
* <code>default</code> — <translate>Built-in English language.</translate>
Line 162: Line 178:
==== DpiAware ====
==== DpiAware ====
<translate>
<translate>
{{Strong|Experimental!}} Enables HiDPI ("Retina Display") support when set to <tvar|dpi_enable><code>1</code></>.
{{Strong|Experimental!}} Enables HiDPI ("Retina Display") support when set to <tvar|dpi_enabled><code>1</code></>.
</translate>
</translate>



Revision as of 00:59, 8 April 2018

Other languages:

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

Content of the file

See: mirandaboot.ini

Description of parameters

[Database]

Settings related to the location and loading of the database.

ProfileDir

Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing Miranda*.exe file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in %APPDATA%\Miranda NG.

If you do not specify directory, then default will be used, which is Profiles subdirectory in Miranda NG root folder.

ProfileDir=


ShowProfileMgr

Decides whether to show the profile manager on Miranda NG startup.

Accepts values:

  • never — Show it only if the profile to use can't be guessed by any means.
  • yes — Show it always.
  • 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.

Default value: It is empty.

DefaultProfile=


AutoCreate

Accepts values:

  • yes — If DefaultProfile or the command line parameter gives a profile name that doesn't exist then that profile is created.
  • no — (default) The profile manager is shown in this case.
AutoCreate=no


RememberPassword

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

Default value: 0

RememberPassword=0


[AutoExec]

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

Use

Przyjmuje wartości:

  • yes
  • no
  • prompt
Use=prompt


Glob

Glob=autoexec_*.ini


Safe

Safe=CLC Icons CLUI CList SkinSounds


Unsafe

Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER


OverrideSecurityFilename

OverrideSecurityFilename=


OnCreateFilename

OnCreateFilename=


Warn

  • all
  • notsafe
  • onlyunsafe
  • none
Warn=notsafe


OnCompletion

  • delete
  • recycle
  • rename
  • leave
  • ask
OnCompletion=recycle


RenamePrefix

RenamePrefix=done_


[PluginLoader]

Settings that determine how plugins are loaded.

AskAboutIgnoredPlugins

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

Default value: 0

AskAboutIgnoredPlugins=0


[Language]

Language related settings.

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.

Example: DefaultLanguage=langpack_german.txt

It also accepts value of:

  • default — Built-in English language.

Default value: It is empty.

DefaultLanguage=


[Interface]

Interface related settings.

DpiAware

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

Default value: 0

DpiAware=0