From 03c763044151e9b5834741f76c2c7051a4078057 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 4 Sep 2013 11:20:30 +0000 Subject: - Keep all the installer scripts in repository git-svn-id: http://svn.miranda-ng.org/main/trunk@5940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- .../Common/Files/Settings/autoexec_sounds.ini | 53 +++++++++ .../Common/Files/Settings/mirandaboot_default.ini | 118 +++++++++++++++++++++ .../Common/Files/Settings/mirandaboot_portable.ini | 118 +++++++++++++++++++++ 3 files changed, 289 insertions(+) create mode 100644 tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini create mode 100644 tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini create mode 100644 tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini (limited to 'tools/installer_ng/Common/Files/Settings') diff --git a/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini b/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini new file mode 100644 index 0000000000..f12535d7c3 --- /dev/null +++ b/tools/installer_ng/Common/Files/Settings/autoexec_sounds.ini @@ -0,0 +1,53 @@ +SETTINGS: + +[Skin] +UseSound=b1 + +[SkinSounds] +AddedEvent=uSkins\Sounds\added_event.wav +AuthRequest=uSkins\Sounds\authorisation_request.wav +FileDone=uSkins\Sounds\complete.wav +FileDenied=uSkins\Sounds\denied.wav +FileFailed=uSkins\Sounds\error.wav +RecvFile=uSkins\Sounds\incoming_file.wav +ChatMessage=uSkins\Sounds\incoming_group_message.wav +ChatSent=uSkins\Sounds\outgoing.wav +ChatHighlight=uSkins\Sounds\message_highlight.wav +ChatTopic=uSkins\Sounds\topic_changed.wav +ChatNick=uSkins\Sounds\user_name.wav +ChatQuit=uSkins\Sounds\user_disconnect.wav +ChatKick=uSkins\Sounds\user_kicked.wav +ChatPart=uSkins\Sounds\user_left.wav +ChatAction=uSkins\Sounds\user_action.wav +ChatNotice=uSkins\Sounds\user_notice.wav +ChatMode=uSkins\Sounds\user_status.wav +TNStart=uSkins\Sounds\typing_start.wav +TNStop=uSkins\Sounds\typing_stop.wav +RecvMsgActive=uSkins\Sounds\incoming_focused.wav +AlertMsg=uSkins\Sounds\incoming_new.wav +RecvMsgInactive=uSkins\Sounds\incoming_unfocused.wav +SendMsg=uSkins\Sounds\outgoing.wav +SendError=uSkins\Sounds\error.wav +Nudge : Default=uSkins\Sounds\nudge.wav +MetaContacts: Nudge=uSkins\Sounds\nudge.wav +RecvUrl=uSkins\Sounds\incoming_url.wav +weatheralert=uSkins\Sounds\weather_alert.wav +weatherupdated=uSkins\Sounds\weather_update.wav +NewsFeed=uSkins\Sounds\news_feed.wav +Notification=uSkins\Sounds\notification.wav +OtherEvent=uSkins\Sounds\other_event.wav +ChatJoin=uSkins\Sounds\user_connect.wav +MSN:Alerts=uSkins\Sounds\live_alert.wav +MSN:Hotmail=uSkins\Sounds\live_mail.wav +MSN_1:Alerts=uSkins\Sounds\live_alert.wav +MSN_1:Hotmail=uSkins\Sounds\live_mail.wav +UserOnline=uSkins\Sounds\online.wav +UserFromOffline=uSkins\Sounds\online.wav +WWIBirthdayNear=uSkins\Sounds\birthdaycoming.wav +WWIBirthdayToday=uSkins\Sounds\birthday.wav +Anniversary=uSkins\Sounds\reminder.wav +Birthday=uSkins\Sounds\birthday.wav +BirthdayComing=uSkins\Sounds\birthdaycoming.wav + +[TopToolBar] +Enable/Disable sounds_Visible=b1 \ No newline at end of file diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini new file mode 100644 index 0000000000..c723854eaf --- /dev/null +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini @@ -0,0 +1,118 @@ +;This file contains the information required to get Miranda up and running, +;i.e. everything before a database is loaded + +;Settings relating to the location and loading of the database +[Database] + +;ProfileDir +;The directory to search for database files. If it's a relative path then +;it's relative to the directory containing miranda32.exe. +;If no directory specified Profles subdirectory in miranda executable +;directory is assumed. You can use environment variables. +;To comply with Windows security guidelines, it is recommended to keep +;your profile in %APPDATA%\Miranda NG +ProfileDir=%APPDATA%\Miranda NG + +;ShowProfileMgr +;Selects the test to use to decide whether to show the profile manager on +;startup +;"never": Only show it if the profile to use can't be guessed by any means +;"yes": Always show it +;"smart": (default) Show it if the command line doesn't contain a db name +; that exists or there is more or less than 1 db in the ProfileDir. +ShowProfileMgr=smart + +;DefaultProfile +;Name of the profile to use if there's a choice. If Miranda is run with a +;command line parameter then that is used instead of this setting. +;Default is empty +;If ShowProfileMgr=never then this profile is run without question +;Otherwise the profile manager is run as usual but initially this profile +;is selected +; +;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME% +; +DefaultProfile= + +;AutoCreate +;"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 + +;AutoExec is a system for batch addition of multiple settings to the database. +;See http://trac.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation. +[AutoExec] + +;Use +;"yes": Install .ini files automatically +;"no": Disable the autoexec system entirely +;"prompt": (default) Prompt the user before each installation +;This setting doesn't affect the decision of whether to display further prompts +Use=yes + +;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 +;miranda32.exe +;Default: autoexec_*.ini +Glob=autoexec_*.ini + +;Safe +;A space-separated list of database module names known to be safe to alter +;Default: CLC Icons CLUI CList SkinSounds PluginUpdater +Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater + +;Unsafe +;A space-separated list of database module names that could be alter to +;malicious purposes (eg by faking a login server to steal passwords) +;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire +Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire + +;OverrideSecurityFilename +;System admins 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 matches the name given here. +;If this is used, make sure it's suitably random and hence not likely +;to be downloaded. +;Default is empty (no override possible) +OverrideSecurityFilename=autoexec_forced_*.ini + +;OnCreateFilename +;Defines ini file that will be executed every time new profile is created. +;Default is empty (no override possible) +OnCreateFilename= + +;Warn +;"all": Warn the user before each setting change is made +;"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": Never warn the user +Warn=notsafe + +;OnCompletion +;What to do with the ini file once it's imported +;"delete": Delete the file from the disk +;"recycle": (default) Move the file to the recycle bin (same as delete +; if you've disabled Windows' recycle bin) +;"rename": Add the string in RenamePrefix to the beginning of the filename +;"leave": Leave the file as-is. Note that this could cause it to be +; imported multiple times until it's moved. +;"ask": Show a dialog to ask the user +OnCompletion=recycle + +;RenamePrefix +;A string to add before the filename if the 'rename' option is used for +;OnCompletion. This can include a path specifier to move the file, eg ..\ +;Default: done_ +RenamePrefix=imported_ + +; decisions about how Miranda loads plugins +[PluginLoader] + +; if enabled, will ask the user if they want to re-enable a disabled plugin +AskAboutIgnoredPlugins=0 \ No newline at end of file diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini new file mode 100644 index 0000000000..0bdb18e8f6 --- /dev/null +++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini @@ -0,0 +1,118 @@ +;This file contains the information required to get Miranda up and running, +;i.e. everything before a database is loaded + +;Settings relating to the location and loading of the database +[Database] + +;ProfileDir +;The directory to search for database files. If it's a relative path then +;it's relative to the directory containing miranda32.exe. +;If no directory specified Profles subdirectory in miranda executable +;directory is assumed. You can use environment variables. +;To comply with Windows security guidelines, it is recommended to keep +;your profile in %APPDATA%\Miranda NG +ProfileDir= + +;ShowProfileMgr +;Selects the test to use to decide whether to show the profile manager on +;startup +;"never": Only show it if the profile to use can't be guessed by any means +;"yes": Always show it +;"smart": (default) Show it if the command line doesn't contain a db name +; that exists or there is more or less than 1 db in the ProfileDir. +ShowProfileMgr=smart + +;DefaultProfile +;Name of the profile to use if there's a choice. If Miranda is run with a +;command line parameter then that is used instead of this setting. +;Default is empty +;If ShowProfileMgr=never then this profile is run without question +;Otherwise the profile manager is run as usual but initially this profile +;is selected +; +;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME% +; +DefaultProfile= + +;AutoCreate +;"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 + +;AutoExec is a system for batch addition of multiple settings to the database. +;See http://trac.miranda-ng.org/browser/trunk/docs/autoexec_sample.ini for documentation. +[AutoExec] + +;Use +;"yes": Install .ini files automatically +;"no": Disable the autoexec system entirely +;"prompt": (default) Prompt the user before each installation +;This setting doesn't affect the decision of whether to display further prompts +Use=yes + +;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 +;miranda32.exe +;Default: autoexec_*.ini +Glob=autoexec_*.ini + +;Safe +;A space-separated list of database module names known to be safe to alter +;Default: CLC Icons CLUI CList SkinSounds PluginUpdater +Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater + +;Unsafe +;A space-separated list of database module names that could be alter to +;malicious purposes (eg by faking a login server to steal passwords) +;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire +Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire + +;OverrideSecurityFilename +;System admins 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 matches the name given here. +;If this is used, make sure it's suitably random and hence not likely +;to be downloaded. +;Default is empty (no override possible) +OverrideSecurityFilename=autoexec_forced_*.ini + +;OnCreateFilename +;Defines ini file that will be executed every time new profile is created. +;Default is empty (no override possible) +OnCreateFilename= + +;Warn +;"all": Warn the user before each setting change is made +;"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": Never warn the user +Warn=notsafe + +;OnCompletion +;What to do with the ini file once it's imported +;"delete": Delete the file from the disk +;"recycle": (default) Move the file to the recycle bin (same as delete +; if you've disabled Windows' recycle bin) +;"rename": Add the string in RenamePrefix to the beginning of the filename +;"leave": Leave the file as-is. Note that this could cause it to be +; imported multiple times until it's moved. +;"ask": Show a dialog to ask the user +OnCompletion=recycle + +;RenamePrefix +;A string to add before the filename if the 'rename' option is used for +;OnCompletion. This can include a path specifier to move the file, eg ..\ +;Default: done_ +RenamePrefix=imported_ + +; decisions about how Miranda loads plugins +[PluginLoader] + +; if enabled, will ask the user if they want to re-enable a disabled plugin +AskAboutIgnoredPlugins=0 \ No newline at end of file -- cgit v1.2.3