### Install MailDex with Custom Options (Setup.exe) Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Installs MailDex silently using the Setup.exe, specifying specific file associations and GUI flags. This command allows for a customized, non-interactive installation. ```Shell MailDex.Setup.exe /qn PST_ASSOC="1" MSG_ASSOC="1" GUIFLAGS="FWD,REP,FTP,NUP" ``` -------------------------------- ### Install MailDex with Custom Options (msiexec) Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Installs MailDex silently using msiexec, specifying a product key, UI language, GUI flags, and file associations. This command ensures a quiet installation with predefined settings. ```Shell msiexec /i MailDex.Setup.msi /qn PIDKEY="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx" GUILANG="French.fr-FR" GUIFLAGS="FWD,REP,FTP" ALL_ASSOC=1 ``` -------------------------------- ### Set Installation Process Language Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Determines the language used during the MailDex installation process. Requires a Language ID (LangId) which can be found on MSDN. The example shows how to set the installation language to French. ```Shell /exelang # Example: MailDexConsole.Setup.exe /exelang 1036 ``` -------------------------------- ### MailDex Setup Prerequisite and Update Policy Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters_atlOrigin=eyJpIjoiZWEzODQxMWYzYWRlNDgzOThhMDU2OTIzNTdmZjgyMTEiLCJwIjoiYyJ9 Details command-line options for the MailDex setup executable. VC_PREREQUISITES allows skipping the Visual C++ runtime prerequisite, and UPDATE_POLICY controls the application's update checking behavior. ```bash VC_PREREQUISITES= Command to skip Visual C++ runtime prerequisite Usage: MailDex.Setup.exe VC_PREREQUISITES="No"| "Yes" Options for Visual C++ Yes or No ``` ```bash UPDATE_POLICY Choose update policy. It can be found in the Help menu. Usage: UPDATE_POLICY="Never" | "Ask" | "Auto" Options for update policy: ●| Never - Set 'Do not check for updates automatically' options in 'Updates Options' dialogue; ●| Ask - Set 'Check and prompt me to download and install the updates' options in the 'Updates Options' dialogue. This option is set by default; ``` -------------------------------- ### Skip Visual C++ Prerequisite during Installation Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Skips the Visual C++ runtime prerequisite check during the MailDex installation process. Use with caution, as Visual C++ may be required for MailDex to function correctly. ```bash MailDex.Setup.exe VC_PREREQUISITES="No" ``` -------------------------------- ### MailDexConsole.exe GUI Configuration Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters_atlOrigin=eyJpIjoiZWEzODQxMWYzYWRlNDgzOThhMDU2OTIzNTdmZjgyMTEiLCJwIjoiYyJ9 Explains how to configure the visibility of GUI elements in MailDexConsole.exe using the --gui parameter or through the setup executable. It lists various GUI elements and toolbar buttons that can be shown or hidden. ```bash Usage: MailDexConsole.exe --gui or MailDex.Setup-1.x.x.xxxx.exe GUIFLAGS=" ``` ```bash MailDex GUI elements: ●| MLP - Mail list panel ●| FEP - File explorer panel ●| FTP - Favorites tree panel ●| TBR - Toolbar ●| MMP - Main menu panel ●| SCH - Search elements ●| CMZ - Customize GUI elements dialogue ●| NUP - Remove 'Check for updates' and 'Update settings' options from the Help menu. Toolbar buttons: ●| OPF - Open file ●| REP - Reply message ●| FWD - Forward messages ●| PRN - Print messages ●| EXP - Export messages ``` -------------------------------- ### Register MailDex with Serial Key (User) Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Registers the MailDex application with a specified serial key for the current user. The key is applied during the next application start. ```bash MailDexConsole.exe --key ``` -------------------------------- ### Register MailDex with Master Key (Machine) Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Registers the MailDex application with a specified master key for the local machine. This requires administrative privileges and is applied during the start of an unregistered application. ```bash MailDexConsole.exe --mkey ``` -------------------------------- ### Configure Automatic Updates Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Sets the update behavior for MailDex to automatically check for, download, and install updates. This option simplifies the update process for users. ```Shell # Set 'Check and automatically download and install' options in the 'Updates Options' dialogue. ``` -------------------------------- ### MailDexConsole.exe Basic Usage Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Demonstrates the basic usage of MailDexConsole.exe to display help information. This is the entry point for understanding available commands and their syntax. ```bash MailDexConsole.exe --help ``` -------------------------------- ### MailDexConsole.exe Usage and Options Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters_atlOrigin=eyJpIjoiZWEzODQxMWYzYWRlNDgzOThhMDU2OTIzNTdmZjgyMTEiLCJwIjoiYyJ9 Provides the basic usage of MailDexConsole.exe and a list of available command-line options. These options control functionalities such as displaying help, associating file types, printing, exporting, loading commands from a file, disabling browsing, running profiles, logging, setting printers, and managing serial keys. ```bash Usage: MailDexConsole.exe [options] [ [ ...]] Options description: h, help Show usage description. Usage: MailDexConsole.exe --help a, associate Associate specified file extensions with the application. Usage: MailDexConsole.exe --associate p, print Print specified message to default or a specified printer. Usage: MailDexConsole.exe --print e, export Export messages with predefined profile. Usage: MailDexConsole.exe --export c, command Load command line switches from specified file. Usage: MailDexConsole.exe --command w, nobrowse Disable messages loading at startup. Usage: MailDexConsole.exe --nobrowser r, runprofile Choose the profile with the GUI layout. Usage: MailDexConsole.exe --runprofile l, log Turn on the log file. Usage: MailDexConsole.exe --log i, printer Specify default printer. Usage: MailDexConsole.exe --printer k, key Register the application with the specified serial key for the current user. Key will be applied during the next start of the application. Usage: MailDexConsole.exe --key m, mkey Register the application with the specified master key for the local machine. Key will be applied during the start of the unregistered application. Administrative privileges are required for this command. Usage: MailDexConsole.exe --mkey delkey Erase serial key for the current user. Usage: MailDexConsole.exe --delkey delmkey Erase master key for the local machine. It will not influence already registered copies, but for new users, the application will be unregistered. Usage: MailDexConsole.exe --delmkey ``` -------------------------------- ### Run MailDex with Specific GUI Profile Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Chooses a specific profile for the GUI layout. This allows users to customize their MailDex interface for different workflows. ```bash MailDexConsole.exe --runprofile ``` -------------------------------- ### Load MailDex Commands from File Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Loads command-line switches from a specified file. This is useful for scripting and automating complex sequences of operations. ```bash MailDexConsole.exe --command ``` -------------------------------- ### Export PST/OST with Extended Formats Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Customizes the export of PST/OST files by specifying extended formats, including internal paths and subfolder recursion. This provides granular control over data extraction from archive files. ```bash "C:\Program Files\Encryptomatic, LLC\MailDex\MailDexConsole.exe" --e "PDF - attachments converted/included" "C:\your_psf_file.pst::\Inbox|F" ``` ```bash "C:\Program Files\Encryptomatic, LLC\MailDex\MailDexConsole.exe" --e "PDF - attachments converted/included" "C:\your_psf_file.pst::\Inbox\NewFolder|T" ``` -------------------------------- ### MailDexConsole.exe Export Functionality Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters_atlOrigin=eyJpIjoiZWEzODQxMWYzYWRlNDgzOThhMDU2OTIzNTdmZjgyMTEiLCJwIjoiYyJ9 Demonstrates how to use the export functionality of MailDexConsole.exe. This includes basic export commands and advanced customization for PST/OST files, specifying output formats and subfolder inclusion. ```bash "C:\Program Files\Encryptomatic, LLC\MailDex\MailDexConsole.exe" --e "PDF - attachments converted/included" "C:\your_file.msg" "C:\Program Files\Encryptomatic, LLC\MailDex\MailDexConsole.exe" --e "PDF - attachments converted/included" "C:\your_folder_with_messages" # Customize export for PST/OST. # To specify extended format please add the next fields to the end of path: # {1} {2} | {3} # where: # {1} = :: [begin extended command] # {2} = [for example: \Indox\John Doe] | [delimeter] # {3} = T or F [T - export with subfolders (recursively), F - export without subfolders] # All parts are mandatory if :: is specified after file path. # Example: Export Inbox folder from pst file (without subfolders): "C:\Program Files\Encryptomatic, LLC\MailDex\MailDexConsole.exe" --e "PDF - attachments converted/included" "C:\your_psf_file.pst::\Inbox|F" # Export Inbox\NewFolder folder from pst file with subfolders: "C:\Program Files\Encryptomatic, LLC\MailDex\MailDexConsole.exe" --e "PDF - attachments converted/included" "C:\your_psf_file.pst::\Inbox\NewFolder|T" ``` -------------------------------- ### Enable MailDex Logging Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Turns on the log file for MailDex. This is essential for troubleshooting and monitoring application activity. ```bash MailDexConsole.exe --log ``` -------------------------------- ### Configure MailDex GUI Elements Visibility Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Configures the visibility of various GUI elements within MailDex. This allows users to customize the interface by showing or hiding panels, toolbars, and menus. ```bash MailDexConsole.exe --gui " ``` -------------------------------- ### Export Messages with Predefined Profile Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Exports messages using a predefined profile. This allows for consistent export settings across multiple operations. ```bash MailDexConsole.exe --export ``` -------------------------------- ### Associate File Types with MailDex Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Establishes file type associations for MailDex, allowing it to open specific email file formats. Options include associating .eml, .msg, .pst, and .ost files individually or all at once. ```Shell # Associate specific file types: EML_ASSOC="1" MSG_ASSOC="1" PST_ASSOC="1" OST_ASSOC="1" # Associate all supported file types: ALL_ASSOC=1 ``` -------------------------------- ### Specify Default Printer in MailDex Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Specifies the default printer to be used by MailDex. This ensures that print jobs are sent to the intended output device. ```bash MailDexConsole.exe --printer ``` -------------------------------- ### Associate File Extensions with MailDex Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Associates specified file extensions with the MailDex application. This allows MailDex to be the default handler for certain file types. ```bash MailDexConsole.exe --associate ``` -------------------------------- ### Print Messages using MailDexConsole Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Prints specified messages to the default or a specified printer. This command is useful for generating hard copies of email messages. ```bash MailDexConsole.exe --print ``` -------------------------------- ### Disable MailDex Startup Browse Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Disables the automatic loading of messages at startup. This can speed up application launch for users who do not need immediate access to all messages. ```bash MailDexConsole.exe --nobrowser ``` -------------------------------- ### Set MailDex Update Policy Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Sets the update policy for MailDex, determining how the application checks for and handles updates. Options include 'Never', 'Ask', and 'Auto'. ```bash UPDATE_POLICY="Never" ``` ```bash UPDATE_POLICY="Ask" ``` ```bash UPDATE_POLICY="Auto" ``` -------------------------------- ### Set MailDex User Interface Language Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Configures the display language for the MailDex application. Accepts a language code string. Supported languages include Chinese, English, French, German, Italian, Polish, Portuguese, Russian, and Spanish. ```Shell GUILANG="" # Example: GUILANG="French.fr-FR" ``` -------------------------------- ### Erase MailDex Master Key (Machine) Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Erases the master key registration for the local machine. This will unregister the application for new users but does not affect already registered copies. ```bash MailDexConsole.exe --delmkey ``` -------------------------------- ### Erase MailDex Serial Key (User) Source: https://encryptomatic.atlassian.net/wiki/spaces/MDX/pages/279216210/Command%2BLine%2BParameters Erases the serial key registration for the current user. This effectively unregisters the application for the active user. ```bash MailDexConsole.exe --delkey ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.