### Example Registration: Local Installation Source: https://public.helios.eu/inuvio/doc/cs/index.php?title=Podpora_pro_MS_Outlook_64_bit An example of registering the COM server when Helios Inuvio is installed locally. ```batch "H:\aplikace\Helios IQ\RwEasyMAPI64.exe" /regserver ``` -------------------------------- ### Example Registration: Network Installation Source: https://public.helios.eu/inuvio/doc/cs/index.php?oldid=101818&title=Podpora_pro_MS_Outlook_64_bit An example of the registration command when Helios Inuvio is installed on a network share. ```bash "\\server01\\aplikace\\Helios IQ\\RwEasyMAPI64.exe" /regserver ``` -------------------------------- ### Example Registration: Local Installation Source: https://public.helios.eu/inuvio/doc/cs/index.php?oldid=101818&title=Podpora_pro_MS_Outlook_64_bit An example of the registration command when Helios Inuvio is installed locally on the machine. ```bash "H:\\aplikace\\Helios IQ\\RwEasyMAPI64.exe" /regserver ``` -------------------------------- ### Example Registration: Network Installation Source: https://public.helios.eu/inuvio/doc/cs/index.php?title=Podpora_pro_MS_Outlook_64_bit An example of registering the COM server when Helios Inuvio is installed on a network share. ```batch "\\server01\aplikace\Helios IQ\RwEasyMAPI64.exe" /regserver ``` -------------------------------- ### Example Standalone Server Installation Path 1 Source: https://public.helios.eu/inuvio/doc/cs/index.php?title=Helios_Inuvio_Server_-_Instalace An example path for a standalone Helios Inuvio Server installation, suitable for production environments. ```text C:\HeliosInuvioServer\PROD\ ``` -------------------------------- ### Filtering and Control Logic Example Source: https://public.helios.eu/inuvio/doc/cs/index.php?title=Webov%C3%A9_objekty_-_ePortal This example demonstrates how to define filtering logic for a web object, linking it to a controlling object using system attribute names and GUIDs. It shows how to use logical operators and values from the controlling object. ```text (Rok=[Nazev]) and (CisloUcet=[{AE2175B6-11B3-48A2-B50E-89E92081B24C}.CisloUcet]) ```