Mirandaboot.ini: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(fill [PluginLoader])
(<tt> are deprecated in HTML5)
Line 1: Line 1:
<languages/>
<languages/>
<big><translate>File <tvar|ini_file><tt>'''mirandaboot.ini'''</tt></> contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.</translate></big>
<big><translate>File <tvar|ini_file>'''mirandaboot.ini'''</> contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.</translate></big>


__TOC__
__TOC__
Line 20: Line 20:
==== ProfileDir ====
==== ProfileDir ====
<translate>
<translate>
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 <tt>Miranda*.exe</tt> 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><tt>Profiles</tt></> 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 root folder.
</translate>
</translate>
  ProfileDir=
  ProfileDir=
Line 30: Line 30:
<translate>
<translate>


* <tt>never</tt> —  
* <code>never</code> —  
* <tt>yes</tt> —  
* <code>yes</code> —  
* <tt>smart</tt> —  
* <code>smart</code> —  
</translate>
</translate>
  ShowProfileMgr=smart
  ShowProfileMgr=smart
Line 44: Line 44:
==== AutoCreate ====
==== AutoCreate ====


* <tt>yes</tt> —  
* <code>yes</code> —  
* <tt>no</tt> —  
* <code>no</code> —  
  AutoCreate=no
  AutoCreate=no


Line 61: Line 61:
==== Use ====
==== Use ====
Przyjmuje wartości:
Przyjmuje wartości:
* <tt>yes</tt> —  
* <code>yes</code> —  
* <tt>no</tt> —  
* <code>no</code> —  
* <tt>prompt</tt> —  
* <code>prompt</code> —  
  Use=prompt
  Use=prompt


Line 94: Line 94:
==== Warn ====
==== Warn ====


* <tt>all</tt> —  
* <code>all</code> —  
* <tt>notsafe</tt> —  
* <code>notsafe</code> —  
* <tt>onlyunsafe</tt> —  
* <code>onlyunsafe</code> —  
* <tt>none</tt> —  
* <code>none</code> —  
  Warn=notsafe
  Warn=notsafe


Line 104: Line 104:




* <tt>delete</tt> —  
* <code>delete</code> —  
* <tt>recycle</tt> —  
* <code>recycle</code> —  
* <tt>rename</tt> —  
* <code>rename</code> —  
* <tt>leave</tt> —  
* <code>leave</code> —  
* <tt>ask</tt> —  
* <code>ask</code> —  
  OnCompletion=recycle
  OnCompletion=recycle



Revision as of 23:46, 7 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 root folder.

ProfileDir=


ShowProfileMgr

  • never
  • yes
  • smart
ShowProfileMgr=smart


DefaultProfile

DefaultProfile=


AutoCreate

  • yes
  • no
AutoCreate=no


RememberPassword

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 could also take 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