diff --git a/pandora_agents/win32/ChangeLog b/pandora_agents/win32/ChangeLog index bbd7c2e0d8..f1d4ab9c8b 100644 --- a/pandora_agents/win32/ChangeLog +++ b/pandora_agents/win32/ChangeLog @@ -1,3 +1,21 @@ +2007-08-29 Sancho Lerena + + * bin/README.txt replaced instead README. + + * installer/Pandora_Windows_Agent-1.3.0 Beta2-Setup.exe: Added + beta2 installer binary. + + * installer/pandora_1.3.mpi: Several changes on installer from last + version !. Now adds to path /util directory, and open a writepad + for default config. Also install Pandora on standard windows + uninstaller, and also remove correctly all files. Some other minor + changes added. + + * installer/README.txt: Updated also. + + * installer/How_to_create_installer.txt: Some small changes in file + disposition. + 2007-08-29 Esteban Sanchez * pandora_windows_service.cc: Fixed a typo. Disconnect ftp client when diff --git a/pandora_agents/win32/bin/README b/pandora_agents/win32/bin/README deleted file mode 100644 index 893222fa1b..0000000000 --- a/pandora_agents/win32/bin/README +++ /dev/null @@ -1,56 +0,0 @@ -Pandora is the free Distributed Monitoring System. - -This is the Windows agent, programmed in C++ with GNU tools and gcc. - -Please, read the INSTALL file first. - -You can test the SSH configuration of the agent with command line: - - PandoraAgent.exe --test-ssh - -There is a configuration file, called pandora_agent.conf, where you can find -these directives (this is a small summary, more information at - http://pandora.sourceforge.net): - -server_ip - Hostname or Pandora Server IP where the gathered data will be sent. - -server_path - Path where the server will store the data sent by agent. -Usually is "/opt/pandora/data_in". - -transfer_mode - Transfer method from agent to server. Could be "ssh" or "ftp". - -ftp_password - In case transfer method is FTP, this key must be set to user - password on server. - -temporal - Path where the agent stores locally data before send them -to the Pandora Server. The agent deletes the data every time it tries -to connect to Pandora Server. - -interval - Period in seconds between every time the agent sends data -to Pandora Server. Usually its value is 300 (5 minutes). - -agent_name - Alternative name of the Agent. This directive is optional, - the name is taken from the system where the agent runs. - -hostname - Alternative name of the host. This directive is optional, - the name is taken from the system where the agent runs. - -private_key - Path to the pandora agent private key. - -module_begin - Beginning of a module - -module_end - End of a module - -module_name - Name for the identification of the module - -module_type - Type of data of the module: - - generic_data - It's a simple numeric, floating point or integer. - - generic_data_inc - It's an integer numeric, difference between the data - collected previously with the data collected at that moment. - - generic_data_string - Text String. - - generic_proc - It stores the state of processes numerically. - Its value is 0 for a "bad" state and any number greater than 0 for the - "good" state. - -module_description - Description of the module :-D - diff --git a/pandora_agents/win32/bin/README.txt b/pandora_agents/win32/bin/README.txt new file mode 100755 index 0000000000..61abd5624d --- /dev/null +++ b/pandora_agents/win32/bin/README.txt @@ -0,0 +1,338 @@ +Pandora FMS Agents +================== + +Understanding what is a Pandora FMS Agent +----------------------------------------- + +Pandora FMS agents collect all system's data. They are executed in each local system, although they can also collect remote information by installing monitoring systems for the agent in several different machines - called satellite agents. + +They are developed to work under a given platform, making use of the specific tools of the language being used: VBSCript/Windows Scripting for Microsoft platforms (Win2000, WinXP y Win2003), ShellScripting for UNIX - which includes Linux, Solaris, AIX, HP-UX and BSD, as well as the Nokia's IPSO. Pandora agents can be developed in virtually any language, given its simple API system and being open source. There are branches of the Pandora project started for the creation of agents in Posix C, Perl and Java for those systems requiring closed agents. + +Pandora Agents are Free Software, i.e., the way agents collect and sent information is documented. An agent can be recreated in any programming language, and can be upgraded easily, to improve aspects of the program not covered so far. + +This document describes the installation of agents in machines running over Windows and Unix operating systems. + +Generic role of the agents +-------------------------- + +Regardless the platform an agent is running on, this is formed of the following elements: + +A script (or binary application in Windows) that collects and sends the data to the server. For UNIX machines the script is called pandora_agent.sh and is executed directly from the Pandora agent folder. + +One or several configuration files where the values to be collected are defined. The file is called pandora_agent.conf both for Windows and Unix machines. + +This simple structure makes it easy the customisation of an agent. There is no need to code again the agent to modify the way it works, as the configuration file holds most of the parameters needed to do so. + +Pandora FMS Agent configuration +------------------------------ + +Main program +~~~~~~~~~~~~ + +The main script is the executable file that collects the data specified in the configuration file. It sends the data to the server in XML. In Windows machines application is installed as a service and is executed at the time intervals set in the configuration file. In machines running over UNIX the main script is run through a special script called pandora_agent, and runs continuously in the machine as a process. + +Configuration File +~~~~~~~~~~~~~~~~~~ + +The data collection in the host system is the gathering of independent data units, which are defined in the /etc/pandora/pandora_agent.conf file. The pandora_agent.conf file is divided in two parts: + + * General parameters: Configure general options about server location, agent name, interval, and other general options. + + * Module definitions: Configure and define the method of extraction for each piece of information that will be extracted from local host and sent to Pandora Server. + +General parameters +~~~~~~~~~~~~~~~~~~ + +The general parameters of the agent configuration are defined in this section. Some of these parameters are common for all systems and others specific for Windows or UNIX. The general parameters are: + + * server_path: The server path is the full path of the folder where the server stores the data sent by the agent. It is usually /var/spool/pandora/data_in. + + * server_ip: The server IP is the IP address or the host name of the Pandora server, where the data will be stored. The host must be reachable and must be listening to port 22 (SSH). + + * temporal: This is the full path of the folder where the agent stores the data locally, before it is sent to the server. It must be said that the data packages are deleted once the agent tries to contact Pandora server, no matter if the communication was successful or not. This is done to avoid over flooding hard drive of the host system where the agent runs. The location of the local folder varies with the architecture of the host system. In Unix systems this is usually /var/spool/pandora/data_out, and in Windows systems C:\program files\pandora\data_out. + + * interval: This is the time interval in seconds in which the agent will collect data from the host system and send the data packages to the server. The recommended value ranges from 300 (5 minutes) to 600 (10 minutes). This number could be larger, although it is important to consider the impact of a larger number on the database. + + * debug: This parameter is used to test the generation of data files, forcing the agent to do not copy data file to server, so you can check data file contents and copy XML data file manually. It does not delete any data when the process is finished, so data file will be in temp directory. The activity is written in a log file. The file is named pandora_agent.log. This log file can be used to test the system and to investigate potential issues. + + * agent_name: This is an alternative host name. This parameter is optional as if it is not declared the name is obtained directly from the system. + + * checksum: This parameter can take two values. If the value is 1, the checksums are performed through MD5. If the value is 0, the checksum is not performed at all. This may be useful for systems where a MD5 tool cannot be implemented. If the checksum is deactivated in the agent it must be also disconnected in the server. Otherwise it could create problems. + + * Transfer Mode: This parametrer let you specify which transfer mode is going to be set up to send the agent data to the server. Modes available are: ssh (using scp), ftp or local. Local mode it is only for systems where the agent run in the same machine as the server does, cause it is basically a copy between directories. + + * ftp_password: Specify password for FTP transfer mode (Windows only). + + * encoding: Set the encoding type of your local system, like iso-8859-15, or utf-8. + + * Pandora Nice: This parametrer let you specify the priority the Pandora Agent process will have in your system. + +An example of the general parameters from a Unix configuration would be: + + server_ip 192.168.12.12 + server_path /var/spool/pandora/data_in + temporal /var/spool/pandora/data_out + interval 300 + agent_name dakotaSR01 + debug 0 + checksum 0 + +Module definition +----------------- + +Each data item that is to be collected must be defined precisely in each module, using the exact syntax. As many values as necessary can be set to be collected, adding at the end of the general parameters as many modules as the number of values to collect. Each module is made of several directives. Following is a descriptive relation of all module marks available for Unix agents (almost all of them are applicable to Windows Agent too). + + +module_begin + +Defines the beginning of the module. + +module_name + +Name of the module. This is the id for this module, choose a name without blank spaces and not very long. There is no practical limitation (max of 250 chars) but will be more easier to manage if you use short names. This name CANNOT be duplicated with a similar name in the same agent. This name could be duplicated with other modules in other agents. + +module_type + +Data type the module will handle. There are four data types for agents: + + * Numeric (generic_data). Simple numeric data, float or integer. If the values are of the float type, they will be truncated to their integer value. + + * Incremental (generic_date_inc). Integer numeric data equal to the differential between the actual value and the previous one. When this differential is negative the value is set to 0. + + * Alphanumeric (generic_string). Text strings up to 255 characters. + + * Monitors (generic_proc). Stores numerically the status of the processes. This data type is called monitor because it assigns 0 to an "Incorrect" status and any value above 0 to any "Correct" status. + +module_exec + +This is the generic "command to execute" directive. Both, for Unix and Windows agents there is only one directive to obtain data in a generic way, executing a single command (you could use pipes for redirecting execution to anoter command). This directive executes a command and stores the returned value. This method is also available on Windows agents. This is the "general purpose method" for both kind of agents. + +For a Windows agent there are more directives to obtain data, who are described following this lines. + + +module_service + +(Win32 Only) + +Checks if a given service name is running in this host. Remember to use " " characters if service name contains blank spaces. + + +module_proc + +(Win32 Only) + +Checks if a given processname is running in this host. If the process name contains blank spaces do not use " ". Also notice that the process name must have the .exe extension. The module will return the number of process running with this name. + +module_freedisk + +(Win32 Only) + +Checks free disk on drive letter (do not forget ":" after drive letter). + +module_cpuusage + +(Win32 Only) + +Returns CPU usage on CPU number cpu. If you only have one cpu, use 0 as value. + +module_freememory + +(Win32 Only) + +Return free memory in the whole system. + +module_min + +This is the minimum valid value for the data generated in this module. If the module has not yet been defined in the web console this value will be taken from this directive. This directive is not compulsory. This value does not override the value defined in the agent if the module does not exist in the management console is created automatically when working on learning mode. + +module_max + +It is the maximum valid value for the data generated in this module. If the module has not been defined in the web console this value will be taken from this directive. This directive is not compulsory and is not supported by the Windows agent. This value does not override the value defined in the agent if the module does not exist in the management console. This is created automatically when working on learning mode. + + +module_description + +This directive is used to add a comment to the module. This directive is not compulsory. This value does not override the value defined in the agent if the module does not exist in the management console. This is created automatically when working on learning mode. + + +module_interval + +Since Pandora 1.2 introduces this new feature. You can, for each module, setup its own interval. This interval its calculated as a multiply factor for agent interval. For example, if your agent has interval 300 (5 minutes), and you want a module only be calculated each 15 minutes, you could add this line: module_interval 3. So this module will be calculated each 300sec x 3 = 900sec (15 minutes). + + +module_end + +Ends module definition + + +Examples + +An example of a Windows module, checking if EventLog service is alive, would be: + + module_begin + module_name ServicioReg + module_type generic_proc + module_service Eventlog + module_description Eventlog service availability + module_end + +An example of a Unix module would be: + + module_begin + module_name cpu_user + module_type generic_data + module_exec vmstat | tail -1 | awk '{ print $14 }' + module_min 0 + module_max 100 + module_description User CPU + module_end + + +Agent types +=========== + +It is possible to monitor virtually any system with Pandora. This can be done either with a local agent collecting data directly from the system to be monitored, using a a satellite agent collecting data from a system by SNMP or using the new Pandora 1.2 agents, the remote agents, who can chack using remote network polling (TCP, UCP, ICMP/PING and SNMP) remote services, from the Pandora Network Server. + +The local agents can be either Windows or Unix agents. The satellite agents can be implemented using any of the agents above. The modules are configured to collect data from the external system by, for example, an SNMPGET tool. + +Pandora FMS Windows Agents +-------------------------- + +Build Pandora FMS Windows Agent from sources + +In order to build from sources, you will need the latest Dev-Cpp IDE version, with the MinGW tools. Download from http://www.bloodshed.net/devcpp.html + +Open PandoraService.dev with Dev-Cpp and construct the project. Everything should compile fine in a default installation. + +Pandora FMS Windows Agent installation (installer) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Starting with Pandora FMS v1.2.0, Windows version comes with an automated installer, provided with excelent freesoftware Install Jammer, so install now is very easy. You only need to choose a destination path, install and generate manually SSH keys as described below. For personalized or corporate deployments, you also can create your own installer (we provide install jammer sources for creating your own installable, so you can include a set of SSH keys in your own installer package). + +Creating SSH keys with Windows Agents + +Go to .\util of your Pandora FMS agent for Windows and run puttygen.exe. Choose option "Generate keys, SSH-2_DSA, 1024". + +Press Generate. Export key to OpenSSH key (Pandora's SSH implementation uses a port of OpenSSH). + +We have no chosen password, so press YES: + +Save it as C:\Program Files\Pandora_Agent\keys\id_dsa + +Now let's copy the public key to clipboard and paste it as C:\Program Files\Pandora_Agent\keys\id_dsa.pub, and also to /home/pandora/.ssh/authorized_keys file in server to establish a correct SSH automatic key authentication. + + +Manual Pandora FMS Windows Agent installation (without installer) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Before running or installation of Pandora Windows service, you must create the configuration directory and extract the PandoraBin.zip file into it. It doesn't matter where it is installled, because Pandora Agent will adapt to any local directory. In the examples, the application will be installed in C:\Pandora\ + +This directory will hold the configuration files, which are: + +c:\Pandora\pandora_agent.conf :: Pandoramain configuration c:\Pandora\id_dsa :: Private SSH key c:\Pandora\id_dsa.pub :: Public SSH key + +To install manually (without installer) the Pandora FMS Windows Agent execute this sentence in a Windows command line: + +PandoraService.exe --install + +The Agent will be installed into the Windows services system. You can check it on Control Panel -> Administrative tools -> Services. + +To run the Agent open the "Services" dialog (Control Panel -> Administrative tools-> Services), search the "Pandora Service" service and run it clicking the play button. To stop the service, open the "Services" dialog, search the "Pandora Service" and click the stop button. + +To uninstall the Pandora Windows Agent, execute this sentence in a Windows command line: + +PandoraService.exe --uninstall + +Windows Agent testing +~~~~~~~~~~~~~~~~~~~~~ + +You can check the Pandora Windows Agent output in the C:\pandora\pandora-debug.dbg file, that is a plain text file and includes info about the execution flow of the Agent. + +To test that SSH is working correctly, you can use the --test-ssh parameter in the executable file. This force pandora to conect using internal SSH and copy a file called "ssh.test". + +Windows Agent configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +All setup is made in pandora_agent.conf. This file is a list of keys/values pairs. Here is an example of this file. + + # General Parameters + # ================== + + server_ip 127.0.0.1 + server_path /var/spool/pandora/data_in + temporal "c:\windows\temp" + interval 300 + agent_name localhost + transfer_mode ftp + ftp_password pandora123 + + # Module Definition + # ================= + + + # Counting OpenedConnections (check the language string) + module_begin + module_name OpenNetConnections + module_type generic_data + module_exec netstat -na | grep ESTAB | wc -l | tr -d " " + module_description Conexiones abiertas (interval 2) + module_interval 2 + module_end + + # Is Schedule service running ? + module_begin + module_name ServicioProg + module_type generic_proc + module_service Schedule + module_description Servicio Programador de tareas + module_end + + # Is Eventlog service running ? + module_begin + module_name ServicioReg + module_type generic_proc + module_service Eventlog + module_description Servicio Registro de sucesos + module_end + + # Is lsass.exe process alive ? + module_begin + module_name Proc_lsass + module_type generic_proc + module_proc lsass.exe + module_description LSASS.exe process. + module_end + + # Received packets. + # Please notice that "Paquetes recibidos" string must be replaced by + # the correct string in your Windows system language. + module_begin + module_name ReceivedPackets + module_type generic_data + module_exec netstat -s | grep "Paquetes recibidos "| + tr -d " " | cut -f 2 -d "=" | tr -d "\n" + module_description Conexiones abiertas (interval 2) + module_end + + # Free space on disk + module_begin + module_name FreeDiskC + module_type generic_data + module_freedisk C: + module_description Free space on drive C: + module_end + + # CPU usage percentage + module_begin + module_name CPUUse0 + module_type generic_data + module_cpuusage 0 + module_description CPU#0 usage + module_end + + module_begin + module_name FreeMemory + module_type generic_data + module_freememory + module_description Amount of free memory. + module_end diff --git a/pandora_agents/win32/installer/How_to_create_installer.txt b/pandora_agents/win32/installer/How_to_create_installer.txt index 85b1a521a4..37c1ce947a 100644 --- a/pandora_agents/win32/installer/How_to_create_installer.txt +++ b/pandora_agents/win32/installer/How_to_create_installer.txt @@ -3,23 +3,22 @@ 1) Install installjammer from http://installjammer.com/, then create the c:\pandora_installer folder. -2) Copy the $SVN\pandora_agents\win32\bin directory to that folder and also copy the files from the installer -directory ($SVN\pandora_agents\win32\installer\) to that folder. +2) Copy the $SVN\pandora_agents\win32\bin directory to that folder and also copy the files from the installer directory ($SVN\pandora_agents\win32\installer\) to that folder. Doing that, you must have the next directory structure: C:\pandora_installer - +--- LICENSE.txt - +--- README.txt - +--- logo.png - +--- pandora.ico + +--- pandora_1.3.mpi +--- bin + +--- LICENSE.txt + +--- README.txt + +--- logo.png + +--- pandora.ico +--- libeay32.dll +--- libcurl.dll +--- PandoraAgent.exe +--- pandora_agent.conf - +--- README +--- zlib1.dll +--- help | +--- how_to_keys.html diff --git a/pandora_agents/win32/installer/Pandora_Windows_Agent-1.3.0 Beta2-Setup.exe b/pandora_agents/win32/installer/Pandora_Windows_Agent-1.3.0 Beta2-Setup.exe index 66d4e5147b..2f52f2a04d 100755 Binary files a/pandora_agents/win32/installer/Pandora_Windows_Agent-1.3.0 Beta2-Setup.exe and b/pandora_agents/win32/installer/Pandora_Windows_Agent-1.3.0 Beta2-Setup.exe differ diff --git a/pandora_agents/win32/installer/README.txt b/pandora_agents/win32/installer/README.txt index 455396cf0f..61abd5624d 100644 --- a/pandora_agents/win32/installer/README.txt +++ b/pandora_agents/win32/installer/README.txt @@ -1,79 +1,338 @@ -Pandora FMS Windows Agent v1.2.1 -================================ +Pandora FMS Agents +================== -For mode information, please refer to documentation, you can get it on our proyect website at http://pandora.sourceforge.net +Understanding what is a Pandora FMS Agent +----------------------------------------- -This is the Windows agent installer, programmed in C++ with GNU tools and gcc. +Pandora FMS agents collect all system's data. They are executed in each local system, although they can also collect remote information by installing monitoring systems for the agent in several different machines - called satellite agents. -The binary included is PandoraAgent.exe, that will run as a Windows Service. -This should be done by the installer, if you have any problem, run: +They are developed to work under a given platform, making use of the specific tools of the language being used: VBSCript/Windows Scripting for Microsoft platforms (Win2000, WinXP y Win2003), ShellScripting for UNIX - which includes Linux, Solaris, AIX, HP-UX and BSD, as well as the Nokia's IPSO. Pandora agents can be developed in virtually any language, given its simple API system and being open source. There are branches of the Pandora project started for the creation of agents in Posix C, Perl and Java for those systems requiring closed agents. - PandoraAgent.exe --install +Pandora Agents are Free Software, i.e., the way agents collect and sent information is documented. An agent can be recreated in any programming language, and can be upgraded easily, to improve aspects of the program not covered so far. -You can test the SSH configuration of the agent with command line: +This document describes the installation of agents in machines running over Windows and Unix operating systems. - PandoraAgent.exe --test-ssh +Generic role of the agents +-------------------------- + +Regardless the platform an agent is running on, this is formed of the following elements: + +A script (or binary application in Windows) that collects and sends the data to the server. For UNIX machines the script is called pandora_agent.sh and is executed directly from the Pandora agent folder. + +One or several configuration files where the values to be collected are defined. The file is called pandora_agent.conf both for Windows and Unix machines. + +This simple structure makes it easy the customisation of an agent. There is no need to code again the agent to modify the way it works, as the configuration file holds most of the parameters needed to do so. + +Pandora FMS Agent configuration +------------------------------ + +Main program +~~~~~~~~~~~~ + +The main script is the executable file that collects the data specified in the configuration file. It sends the data to the server in XML. In Windows machines application is installed as a service and is executed at the time intervals set in the configuration file. In machines running over UNIX the main script is run through a special script called pandora_agent, and runs continuously in the machine as a process. + +Configuration File +~~~~~~~~~~~~~~~~~~ + +The data collection in the host system is the gathering of independent data units, which are defined in the /etc/pandora/pandora_agent.conf file. The pandora_agent.conf file is divided in two parts: + + * General parameters: Configure general options about server location, agent name, interval, and other general options. + + * Module definitions: Configure and define the method of extraction for each piece of information that will be extracted from local host and sent to Pandora Server. + +General parameters +~~~~~~~~~~~~~~~~~~ + +The general parameters of the agent configuration are defined in this section. Some of these parameters are common for all systems and others specific for Windows or UNIX. The general parameters are: + + * server_path: The server path is the full path of the folder where the server stores the data sent by the agent. It is usually /var/spool/pandora/data_in. + + * server_ip: The server IP is the IP address or the host name of the Pandora server, where the data will be stored. The host must be reachable and must be listening to port 22 (SSH). + + * temporal: This is the full path of the folder where the agent stores the data locally, before it is sent to the server. It must be said that the data packages are deleted once the agent tries to contact Pandora server, no matter if the communication was successful or not. This is done to avoid over flooding hard drive of the host system where the agent runs. The location of the local folder varies with the architecture of the host system. In Unix systems this is usually /var/spool/pandora/data_out, and in Windows systems C:\program files\pandora\data_out. + + * interval: This is the time interval in seconds in which the agent will collect data from the host system and send the data packages to the server. The recommended value ranges from 300 (5 minutes) to 600 (10 minutes). This number could be larger, although it is important to consider the impact of a larger number on the database. + + * debug: This parameter is used to test the generation of data files, forcing the agent to do not copy data file to server, so you can check data file contents and copy XML data file manually. It does not delete any data when the process is finished, so data file will be in temp directory. The activity is written in a log file. The file is named pandora_agent.log. This log file can be used to test the system and to investigate potential issues. + + * agent_name: This is an alternative host name. This parameter is optional as if it is not declared the name is obtained directly from the system. + + * checksum: This parameter can take two values. If the value is 1, the checksums are performed through MD5. If the value is 0, the checksum is not performed at all. This may be useful for systems where a MD5 tool cannot be implemented. If the checksum is deactivated in the agent it must be also disconnected in the server. Otherwise it could create problems. + + * Transfer Mode: This parametrer let you specify which transfer mode is going to be set up to send the agent data to the server. Modes available are: ssh (using scp), ftp or local. Local mode it is only for systems where the agent run in the same machine as the server does, cause it is basically a copy between directories. + + * ftp_password: Specify password for FTP transfer mode (Windows only). -The directory structure that will be created is something like: + * encoding: Set the encoding type of your local system, like iso-8859-15, or utf-8. -Pandora_Agent\pandora_agent.conf :: Pandora Windows Agent main configuration -Pandora_Agent\key\ :: Directory which holds the private and - public key files -Pandora_Agent\key\id_dsa :: Private key to access the Pandora server - using SSH -Pandora_Agent\key\id_dsa.pub :: Public key to access the Pandora server - using SSH + * Pandora Nice: This parametrer let you specify the priority the Pandora Agent process will have in your system. -You also have: +An example of the general parameters from a Unix configuration would be: -Pandora_Agent\utils\ :: Directory where the user could put - misc utils to use with exec type modules - I.e. UNIX-like tools (cut, grep, etc...) - -In the configuration file pandora_agent.conf, you can find -these directives (this is a small resume, more information at - http://pandora.sourceforge.net): + server_ip 192.168.12.12 + server_path /var/spool/pandora/data_in + temporal /var/spool/pandora/data_out + interval 300 + agent_name dakotaSR01 + debug 0 + checksum 0 -server_ip - Hostname or Pandora Server IP where the gathered data will be sent. +Module definition +----------------- -server_path - Path where the server will store the data sent by agent. -Usually is "/var/spool/pandora/data_in". +Each data item that is to be collected must be defined precisely in each module, using the exact syntax. As many values as necessary can be set to be collected, adding at the end of the general parameters as many modules as the number of values to collect. Each module is made of several directives. Following is a descriptive relation of all module marks available for Unix agents (almost all of them are applicable to Windows Agent too). -temporal - Path where the agent stores locally data before send them -to the Pandora Server. The agent deletes the data every time it tries -to connect to Pandora Server. -interval - Period in seconds between every time the agent sends data -to Pandora Server. Usually its value is 300 (5 minutes). +module_begin -agent_name - Alternative name of the Agent. This directive is optional, - the name is taken from the system where the agent runs. +Defines the beginning of the module. -hostname - Alternative name of the host. This directive is optional, - the name is taken from the system where the agent runs. +module_name -private_key - Path to the pandora agent private key. +Name of the module. This is the id for this module, choose a name without blank spaces and not very long. There is no practical limitation (max of 250 chars) but will be more easier to manage if you use short names. This name CANNOT be duplicated with a similar name in the same agent. This name could be duplicated with other modules in other agents. -module_begin - Beginning of a module +module_type -module_end - End of a module +Data type the module will handle. There are four data types for agents: -module_name - Name for the identification of the module + * Numeric (generic_data). Simple numeric data, float or integer. If the values are of the float type, they will be truncated to their integer value. -module_type - Type of data of the module: + * Incremental (generic_date_inc). Integer numeric data equal to the differential between the actual value and the previous one. When this differential is negative the value is set to 0. - - generic_data - It's a simple numeric, floating point or integer. + * Alphanumeric (generic_string). Text strings up to 255 characters. - - generic_data_inc - It's an integer numeric, difference between the data - collected previously with the data collected at that moment. + * Monitors (generic_proc). Stores numerically the status of the processes. This data type is called monitor because it assigns 0 to an "Incorrect" status and any value above 0 to any "Correct" status. - - generic_data_string - Text String. +module_exec - - generic_proc - It stores the state of processes numerically. - Its value is 0 for a "bad" state and any number greater than 0 for the - "good" state. +This is the generic "command to execute" directive. Both, for Unix and Windows agents there is only one directive to obtain data in a generic way, executing a single command (you could use pipes for redirecting execution to anoter command). This directive executes a command and stores the returned value. This method is also available on Windows agents. This is the "general purpose method" for both kind of agents. -module_description - Description of the module +For a Windows agent there are more directives to obtain data, who are described following this lines. -For mode information, please refer to documentation, you can get it on our -project website at http://pandora.sourceforge.net \ No newline at end of file + +module_service + +(Win32 Only) + +Checks if a given service name is running in this host. Remember to use " " characters if service name contains blank spaces. + + +module_proc + +(Win32 Only) + +Checks if a given processname is running in this host. If the process name contains blank spaces do not use " ". Also notice that the process name must have the .exe extension. The module will return the number of process running with this name. + +module_freedisk + +(Win32 Only) + +Checks free disk on drive letter (do not forget ":" after drive letter). + +module_cpuusage + +(Win32 Only) + +Returns CPU usage on CPU number cpu. If you only have one cpu, use 0 as value. + +module_freememory + +(Win32 Only) + +Return free memory in the whole system. + +module_min + +This is the minimum valid value for the data generated in this module. If the module has not yet been defined in the web console this value will be taken from this directive. This directive is not compulsory. This value does not override the value defined in the agent if the module does not exist in the management console is created automatically when working on learning mode. + +module_max + +It is the maximum valid value for the data generated in this module. If the module has not been defined in the web console this value will be taken from this directive. This directive is not compulsory and is not supported by the Windows agent. This value does not override the value defined in the agent if the module does not exist in the management console. This is created automatically when working on learning mode. + + +module_description + +This directive is used to add a comment to the module. This directive is not compulsory. This value does not override the value defined in the agent if the module does not exist in the management console. This is created automatically when working on learning mode. + + +module_interval + +Since Pandora 1.2 introduces this new feature. You can, for each module, setup its own interval. This interval its calculated as a multiply factor for agent interval. For example, if your agent has interval 300 (5 minutes), and you want a module only be calculated each 15 minutes, you could add this line: module_interval 3. So this module will be calculated each 300sec x 3 = 900sec (15 minutes). + + +module_end + +Ends module definition + + +Examples + +An example of a Windows module, checking if EventLog service is alive, would be: + + module_begin + module_name ServicioReg + module_type generic_proc + module_service Eventlog + module_description Eventlog service availability + module_end + +An example of a Unix module would be: + + module_begin + module_name cpu_user + module_type generic_data + module_exec vmstat | tail -1 | awk '{ print $14 }' + module_min 0 + module_max 100 + module_description User CPU + module_end + + +Agent types +=========== + +It is possible to monitor virtually any system with Pandora. This can be done either with a local agent collecting data directly from the system to be monitored, using a a satellite agent collecting data from a system by SNMP or using the new Pandora 1.2 agents, the remote agents, who can chack using remote network polling (TCP, UCP, ICMP/PING and SNMP) remote services, from the Pandora Network Server. + +The local agents can be either Windows or Unix agents. The satellite agents can be implemented using any of the agents above. The modules are configured to collect data from the external system by, for example, an SNMPGET tool. + +Pandora FMS Windows Agents +-------------------------- + +Build Pandora FMS Windows Agent from sources + +In order to build from sources, you will need the latest Dev-Cpp IDE version, with the MinGW tools. Download from http://www.bloodshed.net/devcpp.html + +Open PandoraService.dev with Dev-Cpp and construct the project. Everything should compile fine in a default installation. + +Pandora FMS Windows Agent installation (installer) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Starting with Pandora FMS v1.2.0, Windows version comes with an automated installer, provided with excelent freesoftware Install Jammer, so install now is very easy. You only need to choose a destination path, install and generate manually SSH keys as described below. For personalized or corporate deployments, you also can create your own installer (we provide install jammer sources for creating your own installable, so you can include a set of SSH keys in your own installer package). + +Creating SSH keys with Windows Agents + +Go to .\util of your Pandora FMS agent for Windows and run puttygen.exe. Choose option "Generate keys, SSH-2_DSA, 1024". + +Press Generate. Export key to OpenSSH key (Pandora's SSH implementation uses a port of OpenSSH). + +We have no chosen password, so press YES: + +Save it as C:\Program Files\Pandora_Agent\keys\id_dsa + +Now let's copy the public key to clipboard and paste it as C:\Program Files\Pandora_Agent\keys\id_dsa.pub, and also to /home/pandora/.ssh/authorized_keys file in server to establish a correct SSH automatic key authentication. + + +Manual Pandora FMS Windows Agent installation (without installer) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Before running or installation of Pandora Windows service, you must create the configuration directory and extract the PandoraBin.zip file into it. It doesn't matter where it is installled, because Pandora Agent will adapt to any local directory. In the examples, the application will be installed in C:\Pandora\ + +This directory will hold the configuration files, which are: + +c:\Pandora\pandora_agent.conf :: Pandoramain configuration c:\Pandora\id_dsa :: Private SSH key c:\Pandora\id_dsa.pub :: Public SSH key + +To install manually (without installer) the Pandora FMS Windows Agent execute this sentence in a Windows command line: + +PandoraService.exe --install + +The Agent will be installed into the Windows services system. You can check it on Control Panel -> Administrative tools -> Services. + +To run the Agent open the "Services" dialog (Control Panel -> Administrative tools-> Services), search the "Pandora Service" service and run it clicking the play button. To stop the service, open the "Services" dialog, search the "Pandora Service" and click the stop button. + +To uninstall the Pandora Windows Agent, execute this sentence in a Windows command line: + +PandoraService.exe --uninstall + +Windows Agent testing +~~~~~~~~~~~~~~~~~~~~~ + +You can check the Pandora Windows Agent output in the C:\pandora\pandora-debug.dbg file, that is a plain text file and includes info about the execution flow of the Agent. + +To test that SSH is working correctly, you can use the --test-ssh parameter in the executable file. This force pandora to conect using internal SSH and copy a file called "ssh.test". + +Windows Agent configuration +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +All setup is made in pandora_agent.conf. This file is a list of keys/values pairs. Here is an example of this file. + + # General Parameters + # ================== + + server_ip 127.0.0.1 + server_path /var/spool/pandora/data_in + temporal "c:\windows\temp" + interval 300 + agent_name localhost + transfer_mode ftp + ftp_password pandora123 + + # Module Definition + # ================= + + + # Counting OpenedConnections (check the language string) + module_begin + module_name OpenNetConnections + module_type generic_data + module_exec netstat -na | grep ESTAB | wc -l | tr -d " " + module_description Conexiones abiertas (interval 2) + module_interval 2 + module_end + + # Is Schedule service running ? + module_begin + module_name ServicioProg + module_type generic_proc + module_service Schedule + module_description Servicio Programador de tareas + module_end + + # Is Eventlog service running ? + module_begin + module_name ServicioReg + module_type generic_proc + module_service Eventlog + module_description Servicio Registro de sucesos + module_end + + # Is lsass.exe process alive ? + module_begin + module_name Proc_lsass + module_type generic_proc + module_proc lsass.exe + module_description LSASS.exe process. + module_end + + # Received packets. + # Please notice that "Paquetes recibidos" string must be replaced by + # the correct string in your Windows system language. + module_begin + module_name ReceivedPackets + module_type generic_data + module_exec netstat -s | grep "Paquetes recibidos "| + tr -d " " | cut -f 2 -d "=" | tr -d "\n" + module_description Conexiones abiertas (interval 2) + module_end + + # Free space on disk + module_begin + module_name FreeDiskC + module_type generic_data + module_freedisk C: + module_description Free space on drive C: + module_end + + # CPU usage percentage + module_begin + module_name CPUUse0 + module_type generic_data + module_cpuusage 0 + module_description CPU#0 usage + module_end + + module_begin + module_name FreeMemory + module_type generic_data + module_freememory + module_description Amount of free memory. + module_end diff --git a/pandora_agents/win32/installer/pandora_1.3.mpi b/pandora_agents/win32/installer/pandora_1.3.mpi index 24cd73ab94..b1ef2ac7b9 100644 --- a/pandora_agents/win32/installer/pandora_1.3.mpi +++ b/pandora_agents/win32/installer/pandora_1.3.mpi @@ -6,14 +6,11 @@ AppName {Pandora FMS Windows Agent} ApplicationID -97CBF91D-0515-4D67-9A51-DC1814710701 +17E3D2CF-CA02-406B-8A80-9D31C17BD08F ApplicationURL http://pandora.sourceforge.net -AutoFileGroups -No - CancelledInstallAction {Rollback and Stop} @@ -24,7 +21,7 @@ CommandLineFailureAction {Fail (recommended)} Company -{ArticaST - http://www.artica.es} +ArticaST CompressionLevel 6 @@ -33,7 +30,7 @@ CompressionMethod zlib Copyright -{2004-2007 Sancho Lerena, Esteban Sanchez, Raul Mateos, and others} +2004-2007 DefaultLanguage English @@ -57,7 +54,7 @@ InstallPassword {} InstallVersion -1.3.0.2 +1.3.0.0 Language,de Yes @@ -77,29 +74,26 @@ Yes Language,pt_br Yes -LaunchApplication -Yes - PackageDescription -{} +{Pandora FMS Windows Agent} PackageLicense -{} +GPL2 PackageMaintainer -{} +{Esteban Sanchez } PackageName <%ShortAppName%> PackagePackager -{} +{Raul Mateos , Sancho Lerena } PackageRelease <%PatchVersion%> PackageSummary -{} +{This is a installer for Pandora FMS agent for windows plattforms} PackageVersion <%MajorVersion%>.<%MinorVersion%> @@ -108,7 +102,7 @@ PreserveFilePermissions Yes ProjectID -9A2D5834-BB98-4916-89A5-06C81E368C0A +0EA13B96-1BB2-4238-B248-101B4F906C15 ProjectVersion 1.2.0.2 @@ -138,7 +132,7 @@ UpgradeApplicationID {} Version -{1.3.0 Beta2} +1.3 ViewReadme Yes @@ -146,18 +140,6 @@ Yes } array set ::InstallJammer::InstallCommandLineOptions { -D -{{} Prefix No No {} {set the value of an option in the installer}} - -S -{InstallMode Switch No No Silent {run the installer in silent mode}} - -T -{Testing Switch Yes No {} {run installer without installing any files}} - -Y -{InstallMode Switch No No Default {accept all defaults and run the installer}} - debug {Debugging Switch Yes No {} {run installer in debug mode}} @@ -175,12 +157,6 @@ test } array set ::InstallJammer::UninstallCommandLineOptions { -S -{InstallMode Switch No No Silent {run the uninstaller in silent mode}} - -Y -{InstallMode Switch No No Default {accept all defaults and run the uninstaller}} - debugconsole {ShowConsole Switch Yes No {} {run uninstaller with a debug console open}} @@ -191,1453 +167,1036 @@ test {Testing Switch Yes No {} {run uninstaller without uninstalling any files}} } -FileGroup ::AC33C2B4-AB01-4572-802B-BA89E7661C04 -setup Install -active Yes -platforms {Windows AIX-ppc FreeBSD-4-x86 FreeBSD-x86 HPUX-hppa Solaris-sparc} -name Pandora -parent FileGroups -File ::6DA2A3A6-1067-4E78-9588-557D5EFD6246 -type dir -name C:/pandora_installer/bin/key -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::732880DD-6768-46CB-BB70-7980E56441A6 -name PUT_SSH_KEYS_HERE -parent 6DA2A3A6-1067-4E78-9588-557D5EFD6246 -File ::A013C95D-B4E1-40D4-BEFA-470DF05D6CE7 -name id_dsa -parent 6DA2A3A6-1067-4E78-9588-557D5EFD6246 -File ::50A9CC2F-4434-454C-9801-8E049B1F1A90 -name id_dsa.pub -parent 6DA2A3A6-1067-4E78-9588-557D5EFD6246 -File ::253702CB-C5FD-47A3-8C1B-BEE11167D259 -type dir -name C:/pandora_installer/bin/util -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::773340B0-9FF7-4CAA-8B83-0BC7F9A30921 -name cut.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::3753FFC9-BF8F-4872-B856-0DB200BEBBBC -name date.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::A0979F93-D3DF-41D8-AE23-7139D9E0F63E -name expr.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::BB1B7D14-F5A7-4FDA-BEA9-97E64F6BCAF2 -name gawk.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::7117B0AE-D209-4057-AB22-D78262E5DE4B -name grep.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::0384937F-14C6-4F57-AB1F-537E36B4968C -name head.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::6F485128-442A-4BBE-BCEA-91D6E0561F7C -name ls.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::F3B64EA8-B2C0-490B-B52B-2FD8342221A9 -name md5.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::7CE0D0A8-DF39-4A4F-B130-DD5A4550ADC7 -name puttygen.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::F6C0A697-316C-4F8D-A760-58C91C0520B7 -name tail.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::1F4821FF-1F78-4621-B220-E837483D4724 -name tr.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::8583B998-89A2-4DC9-A50B-3E09FC4A572F -name wc.exe -parent 253702CB-C5FD-47A3-8C1B-BEE11167D259 -File ::5C296981-DD34-430A-921F-1B392C4D9D4D -name C:/pandora_installer/bin/libeay32.dll -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::5AE89E3D-CED2-4A3E-A6B2-3F078DD5AFF5 -name C:/pandora_installer/bin/pandora_agent.conf -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::F9B74871-5757-4867-8C4F-5C73BC52D864 -name C:/pandora_installer/bin/PandoraAgent.exe -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::51F64B0B-3CE8-4964-9FC5-970BEEEA0EA5 -name C:/pandora_installer/bin/zlib1.dll -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::4936082A-240C-4873-BF8F-1E8F1706B0CA -name C:/pandora_installer/pandora.ico -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::948C2E48-E7F8-4339-8E5E-494B1E949A25 -name C:/pandora_installer/README.txt -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::3ADC9E8F-2866-47C1-A374-E9F1F4A67D8F -name C:/pandora_installer/LICENSE.txt -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::7A1CA342-E39A-4F70-B58D-21C3DEBF7827 -type dir -name C:/pandora_installer/bin/help -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::C0838E16-8BDE-4894-8592-D51DA29AE46E -name how_to_keys.html -parent 7A1CA342-E39A-4F70-B58D-21C3DEBF7827 -File ::D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -type dir -name images -parent 7A1CA342-E39A-4F70-B58D-21C3DEBF7827 -File ::AEC3D30A-F79D-4235-8107-628C52F4D1B5 -name 1.jpg -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::B75FAEB7-AFB8-4F87-9730-6D4330B7E987 -name 2.jpg -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::CB23E3A0-7C81-4D53-943A-54F3EC44AE73 -name 3.jpg -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::98F7B423-85F2-4F86-AD12-723973C4A806 -name 4.jpg -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::D3DF2241-A8E4-4C4D-869C-CAF2CF20AE99 -name 5.jpg -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::1087E54B-C1D2-44DE-8E95-34CC903EF759 -name 6.jpg -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::487B3217-B0AD-4B7B-9FC6-49BB3EC1ACF7 -name Thumbs.db -active 0 -parent D6AA8CC0-30A8-44E4-A888-8846C0E87BF4 -File ::824789FD-D251-4D3F-9640-757BF22F2CD0 -type dir -name C:/pandora_installer/scripts -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -File ::25DADAAA-7DA2-469C-870D-AD2D6017D46E -name start_pandora_agent.bat -parent 824789FD-D251-4D3F-9640-757BF22F2CD0 -File ::E68E6D0D-D735-4116-AA67-21419036343F -name stop_pandora_agent.bat -parent 824789FD-D251-4D3F-9640-757BF22F2CD0 -File ::7C39EFBE-B79D-487D-8A43-F8439B557D4B -name C:/pandora_installer/bin/libcurl.dll -parent AC33C2B4-AB01-4572-802B-BA89E7661C04 -Component ::10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0 -setup Install -active Yes -platforms {Linux-x86 Windows AIX-ppc FreeBSD-4-x86 FreeBSD-x86 HPUX-hppa Solaris-sparc} -name Instalable -parent Components -SetupType ::7080336B-65E6-4818-9201-068FFEA6FB3A -setup Install -active Yes -platforms Windows -name Typical -parent SetupTypes +FileGroup ::946FC43B-0E32-4C38-86EF-4F9252C67E16 -setup Install -active Yes -platforms {Linux-x86 Windows TarArchive} -name {Program Files} -parent FileGroups +File ::6605A291-B6B3-4A29-8FBF-EA669B76633C -type dir -name C:/pandora_installer/scripts -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::A76CA5F4-B6C7-4A82-AC24-F1E456C40AE3 -name start_pandora_agent.bat -parent 6605A291-B6B3-4A29-8FBF-EA669B76633C +File ::F7A12AFD-CC27-409F-91A4-7416757A17C5 -name stop_pandora_agent.bat -parent 6605A291-B6B3-4A29-8FBF-EA669B76633C +File ::A917C2BF-3079-4FAC-9487-56873FCF8381 -type dir -name C:/pandora_installer/bin/help -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::9A0A7B55-1B33-4480-8D1B-3C7539A8529C -name how_to_keys.html -parent A917C2BF-3079-4FAC-9487-56873FCF8381 +File ::C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E -type dir -name images -parent A917C2BF-3079-4FAC-9487-56873FCF8381 +File ::FDA1A3B2-EAD2-4EDF-9C4B-00508F5A5DA1 -name 1.jpg -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::998FA77A-EF66-4309-A6B7-4EACEFB2EB1F -name 2.jpg -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::C9F309F1-BAF7-4EE2-BD1B-618AC91C4AF7 -name 3.jpg -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::CD1E11AD-9689-4B20-9753-253F819416FF -name 4.jpg -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::B2CB62FE-55CB-478B-B981-174EDE18519A -name 5.jpg -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::7F26AC24-9EFC-45A8-A93C-DDCC7E7487B3 -name 6.jpg -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::B9C0724D-3317-4DF7-A1A1-3065CD67B97B -name Thumbs.db -parent C45C9DA9-48F1-4FB2-B1B3-6811CFE2536E +File ::7003FDCA-0EDA-4431-93E2-6FEA7E8660D6 -type dir -name C:/pandora_installer/bin/key -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::B33B08D0-C80C-49CB-9431-44C6B4E7858E -name id_dsa -parent 7003FDCA-0EDA-4431-93E2-6FEA7E8660D6 +File ::7E8B4918-C894-4FCE-98F0-1DDDBF9818F8 -name id_dsa.pub -parent 7003FDCA-0EDA-4431-93E2-6FEA7E8660D6 +File ::D2362133-1FE1-4D75-8607-083C08CFDE94 -name PUT_SSH_KEYS_HERE -parent 7003FDCA-0EDA-4431-93E2-6FEA7E8660D6 +File ::6E5B73B7-8B81-48D7-BF49-59D8D92FB830 -type dir -name C:/pandora_installer/bin/util -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::C410E57A-3F3E-4622-AB1B-DB6A0EBCED01 -name cut.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::9EB6D55B-F596-4486-9A5A-6A374A3E6CDA -name date.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::0F0DB1A3-D6CA-4ADF-87A3-A0ED76C60C6B -name expr.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::E9117E64-E7B3-48A3-8B57-5D9F20852EAB -name gawk.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::96EE4F8B-1EC7-46E0-869A-88D14CBD82F0 -name grep.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::CFC44D73-74F7-4D14-8FC8-62255B115551 -name head.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::44B21832-6BF6-4277-9B8C-077E49F53AD2 -name ls.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::5E41B886-FEFD-4648-B151-71195C2E04DE -name md5.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::B47EAE44-63B4-4B6F-86A0-00089DDB2437 -name puttygen.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::F792F4E1-B3E9-43AB-A17B-44E2B3013093 -name tail.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::306C9DF0-CC33-48DC-8AFC-2B99ED4E00A0 -name tr.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::1900A2B4-09F5-468A-90AD-75CBE17C727B -name wc.exe -parent 6E5B73B7-8B81-48D7-BF49-59D8D92FB830 +File ::EE3962D4-48B8-4715-B986-40794679FC89 -name C:/pandora_installer/bin/libcurl.dll -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::0C6E0B9F-E094-42D4-9376-EAC5E3E475F7 -name C:/pandora_installer/bin/libeay32.dll -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::E97D3830-363C-4AC7-B38D-915B34FEC5D3 -name C:/pandora_installer/bin/LICENSE.txt -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::8E231237-DEB5-4AE7-A5F6-AD89CE31E467 -name C:/pandora_installer/bin/pandora.ico -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::03A7EA5A-D6FC-4427-B35C-0288C07813B6 -name C:/pandora_installer/bin/pandora_agent.conf -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::71EFB181-1BAE-4749-B7E7-7837E378BA3D -name C:/pandora_installer/bin/PandoraAgent.exe -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::2A569671-8CE7-4D37-8A58-35D4AB17626D -name C:/pandora_installer/bin/README.txt -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +File ::C36B2E54-801B-4FDE-A894-330D396AC100 -name C:/pandora_installer/bin/zlib1.dll -parent 946FC43B-0E32-4C38-86EF-4F9252C67E16 +Component ::FB96078B-BA3C-498C-8C20-B01C1F28ACA9 -setup Install -active Yes -platforms {Linux-x86 Windows} -name {Default Component} -parent Components +SetupType ::A87C1A6B-ED26-4B07-8736-750725FF34E4 -setup Install -active Yes -platforms {Linux-x86 Windows} -name Typical -parent SetupTypes +SetupType ::6057A263-437C-4EB8-93AB-DBC7055A759F -setup Install -active Yes -platforms {Linux-x86 Windows} -name Custom -parent SetupTypes -InstallComponent E5CD4D08-6331-4F49-937C-949A501D9B9A -setup Install -type pane -title {Welcome Screen} -component Welcome -active Yes -parent StandardInstall -InstallComponent 93904CE2-E0A2-4CB9-ABF6-1C152320CE31 -setup Install -type pane -title {License Agreement} -component License -active Yes -parent StandardInstall -InstallComponent 395A8225-7AE8-445B-8DCD-E915E4F2EA38 -setup Install -type action -conditions {98034E18-EA1C-4A41-86E6-AE8BA690CEB7 F494ED23-A5F0-4A50-BEC6-321923ABB856} -title {Modify Widget} -component ModifyWidget -command insert -active Yes -parent 93904CE2-E0A2-4CB9-ABF6-1C152320CE31 -Condition 98034E18-EA1C-4A41-86E6-AE8BA690CEB7 -active Yes -parent 395A8225-7AE8-445B-8DCD-E915E4F2EA38 -title {String Is Condition} -component StringIsCondition -Condition F494ED23-A5F0-4A50-BEC6-321923ABB856 -active Yes -parent 395A8225-7AE8-445B-8DCD-E915E4F2EA38 -title {String Is Condition} -component StringIsCondition -InstallComponent 7A5D718C-9EA0-4085-B1A8-27DC340B705B -setup Install -type pane -conditions 8DECD788-708C-4B03-89AE-3C4B7A2FC7C0 -title {Select Destination} -component SelectDestination -command insert -active Yes -parent StandardInstall -Condition 8DECD788-708C-4B03-89AE-3C4B7A2FC7C0 -active Yes -parent 7A5D718C-9EA0-4085-B1A8-27DC340B705B -title {File Permission Condition} -component FilePermissionCondition -InstallComponent 5B889992-52D9-4B0B-A014-DBF37F91B087 -setup Install -type pane -conditions 04B0AA7E-2388-4965-8590-1395B31BE23B -title {Select Program Folder} -component SelectProgramFolder -command insert -active Yes -parent StandardInstall -Condition 04B0AA7E-2388-4965-8590-1395B31BE23B -active Yes -parent 5B889992-52D9-4B0B-A014-DBF37F91B087 -title {Platform Condition} -component PlatformCondition -InstallComponent F1A35B0F-4ED6-4687-8D6B-92BF1D209A25 -setup Install -type pane -title {Start Copying Files} -component StartCopyingFiles -active Yes -parent StandardInstall -InstallComponent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -setup Install -type pane -title {Copying Files} -component CopyFiles -active Yes -parent StandardInstall -InstallComponent 1816F27B-8A0F-47D9-9433-93C62D0CD81C -setup Install -type action -title {Check for Previous Install} -component CheckForPreviousInstall -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent C0ABB0FC-E4C3-4955-B16C-37FA5C6DCA28 -setup Install -type action -title {Create Folder} -component CreateFolder -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent B865820C-DFF0-4A19-AFBE-8CC0136543CF -setup Install -type action -title {Install Selected Files} -component InstallSelectedFiles -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent E8082112-E869-4AAC-918A-3C5307CB6423 -setup Install -type action -title {Message Box} -component MessageBox -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent C80E7EBE-498A-4E5B-896E-19BF17CFCF8F -setup Install -type action -title {Launch Web Browser} -component LaunchWebBrowser -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 5A843D75-D3C0-4EA4-8C21-F29DBE168521 -setup Install -type action -conditions {87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6 1FF15B8D-813C-40C8-876D-156505470C6B} -title {Execute External Program} -component ExecuteExternalProgram -command insert -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -Condition 87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6 -active Yes -parent 5A843D75-D3C0-4EA4-8C21-F29DBE168521 -title {Ask Yes or No} -component AskYesOrNo -Condition 1FF15B8D-813C-40C8-876D-156505470C6B -active Yes -parent 5A843D75-D3C0-4EA4-8C21-F29DBE168521 -title {String Is Condition} -component StringIsCondition -InstallComponent D651AEE7-E69C-44FD-B111-8DE881B83843 -setup Install -type action -conditions 3E668536-AEF9-48A5-A5D0-1DE224E0D276 -title {Execute External Program} -component ExecuteExternalProgram -command insert -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -Condition 3E668536-AEF9-48A5-A5D0-1DE224E0D276 -active Yes -parent D651AEE7-E69C-44FD-B111-8DE881B83843 -title {File Exists Condition} -component FileExistsCondition -InstallComponent 33B90425-CD22-45B1-9027-7395E23425CE -setup Install -type action -conditions {C26ADDF5-B908-4B20-81F9-655807DD5C7B B1313CDD-A5DA-4A72-ABCF-59E341F46E5A} -title {Execute External Program} -component ExecuteExternalProgram -command insert -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -Condition C26ADDF5-B908-4B20-81F9-655807DD5C7B -active Yes -parent 33B90425-CD22-45B1-9027-7395E23425CE -title {Ask Yes or No} -component AskYesOrNo -Condition B1313CDD-A5DA-4A72-ABCF-59E341F46E5A -active Yes -parent 33B90425-CD22-45B1-9027-7395E23425CE -title {String Is Condition} -component StringIsCondition -InstallComponent 05AB3D42-63A6-4A2D-90B7-5E0647445351 -setup Install -type action -title {Install Uninstaller} -component InstallUninstaller -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent E7EA4D7E-6DFE-47A1-947C-6B1D70EFD6F8 -setup Install -type action -title {Install Log File} -component InstallLogFile -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent A247675F-046A-4C9F-814B-41527A5B4EA2 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 77AAF6D2-BB64-4080-A1C8-4F3373A31A3A -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 61C2FDF5-242F-4982-BBC8-F71CBA9C5DE3 -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 9595B40E-22BA-4E6D-AB81-1292E482FB6F -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 062A52B5-D9BA-43E7-A6B4-3C3FBD33ED83 -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 26BC0EC8-61D5-41BC-93EA-C4D5C62F25E4 -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 3DB83EB0-334F-4F84-96DB-E3B566052C28 -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent 60F2F86C-6BBD-4C93-887E-8ECB65A5DDCB -setup Install -type action -title {Install Windows Shortcut} -component InstallWindowsShortcut -active Yes -parent 661189B2-8DBD-4E1E-B2A5-FF7C435C1623 -InstallComponent D8E7CB00-75A9-4031-BB60-047D19C89753 -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent StandardInstall -InstallComponent B3DC46D9-345A-4534-B9CC-873647DA4A81 -setup Install -type action -conditions {0898EB52-F809-4B66-8FEF-900E9745ED38 FE12D13F-E622-4640-9A96-9F95E056559F} -title {View Readme Checkbutton} -component AddWidget -command insert -active Yes -parent D8E7CB00-75A9-4031-BB60-047D19C89753 -Condition 0898EB52-F809-4B66-8FEF-900E9745ED38 -active Yes -parent B3DC46D9-345A-4534-B9CC-873647DA4A81 -title {File Exists Condition} -component FileExistsCondition -Condition FE12D13F-E622-4640-9A96-9F95E056559F -active Yes -parent B3DC46D9-345A-4534-B9CC-873647DA4A81 -title {String Is Condition} -component StringIsCondition -InstallComponent 9B6AAE09-27A3-43ED-ABF7-E990112D3143 -setup Install -type pane -title {Copying Files} -component CopyFiles -active Yes -parent DefaultInstall -InstallComponent 0208E3DF-A646-4450-A71E-8FE6BAAC9B3A -setup Install -type action -title {Disable Buttons} -component ModifyWidget -active Yes -parent 9B6AAE09-27A3-43ED-ABF7-E990112D3143 -InstallComponent E6AB96D2-AE3F-459A-BC09-8E6A92BA8227 -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent 9B6AAE09-27A3-43ED-ABF7-E990112D3143 -InstallComponent C00AB7AE-9C93-4BD0-B5AE-1E46C8AF33A2 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 9B6AAE09-27A3-43ED-ABF7-E990112D3143 -InstallComponent 1A3AA32B-20A3-4919-B9F2-782D9E158017 -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent DefaultInstall -InstallComponent B5120279-23E9-4757-99A3-548F029D0421 -setup Install -type action -conditions {9812D10C-70E2-498E-9B4E-E571F7738441 A9B19865-C97D-4C2B-B147-45025214786C} -title {View Readme Checkbutton} -component AddWidget -command insert -active Yes -parent 1A3AA32B-20A3-4919-B9F2-782D9E158017 -Condition 9812D10C-70E2-498E-9B4E-E571F7738441 -active Yes -parent B5120279-23E9-4757-99A3-548F029D0421 -title {File Exists Condition} -component FileExistsCondition -Condition A9B19865-C97D-4C2B-B147-45025214786C -active Yes -parent B5120279-23E9-4757-99A3-548F029D0421 -title {String Is Condition} -component StringIsCondition -InstallComponent 1F7C75DC-8004-46C9-A39C-6E852C05E103 -setup Install -type action -conditions {86A623D9-F175-4F3E-97B5-15D52B7B9874 02CCB56D-6D6D-4279-B617-DA980BBA0FC8} -title {Launch Application Checkbutton} -component AddWidget -command insert -active Yes -parent 1A3AA32B-20A3-4919-B9F2-782D9E158017 -Condition 86A623D9-F175-4F3E-97B5-15D52B7B9874 -active Yes -parent 1F7C75DC-8004-46C9-A39C-6E852C05E103 -title {File Exists Condition} -component FileExistsCondition -Condition 02CCB56D-6D6D-4279-B617-DA980BBA0FC8 -active Yes -parent 1F7C75DC-8004-46C9-A39C-6E852C05E103 -title {String Is Condition} -component StringIsCondition -InstallComponent 9CD9A562-90F8-485F-A447-41AB10778090 -setup Install -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleInstall -InstallComponent B5206FF8-5E7B-4CEC-A498-7943D4EF998A -setup Install -type action -conditions 44003DA2-A997-4623-84A9-830AEF7B40E6 -title Exit -component Exit -command insert -active Yes -parent ConsoleInstall -Condition 44003DA2-A997-4623-84A9-830AEF7B40E6 -active Yes -parent B5206FF8-5E7B-4CEC-A498-7943D4EF998A -title {String Is Condition} -component StringIsCondition -InstallComponent 28A08F30-86F7-42F2-B7CA-545302454E8F -setup Install -type action -conditions 649DC9AE-0566-41F6-B5AE-AAE7E15EF87F -title {Console Get User Input} -component ConsoleGetUserInput -command insert -active Yes -parent ConsoleInstall -Condition 649DC9AE-0566-41F6-B5AE-AAE7E15EF87F -active Yes -parent 28A08F30-86F7-42F2-B7CA-545302454E8F -title {File Permission Condition} -component FilePermissionCondition -InstallComponent 4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF -setup Install -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleInstall -InstallComponent 7DCEEA70-5B6B-4F10-A137-4181E171A58C -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent ConsoleInstall -InstallComponent 9F6C8772-1469-43AC-AB51-139E63273CF9 -setup Install -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleInstall -InstallComponent 5D532EEE-AECC-4FC8-A733-D32725E35BC9 -setup Install -type action -title Exit -component Exit -active Yes -parent ConsoleInstall -InstallComponent 862253D2-7CCE-4650-A41F-1296A320A8B1 -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent SilentInstall -InstallComponent 7DE8CA95-CD7F-4DB0-8769-3D03363F2A4C -setup Install -type action -title Exit -component Exit -active Yes -parent SilentInstall -InstallComponent 23FCB9D3-7AA3-4034-8579-EB66379E46C8 -setup Install -type actiongroup -title {Startup Actions} -active No -parent ActionGroupsInstall -InstallComponent AAC8F807-D2DC-4217-A909-92132F5CA32C -setup Install -type action -conditions {F6476C46-BCA9-4066-B0A9-E0D03B4014D6 14F906D2-8874-4CE1-B74F-B6DE472D2DCC} -title Exit -component Exit -command insert -active Yes -parent 23FCB9D3-7AA3-4034-8579-EB66379E46C8 -Condition F6476C46-BCA9-4066-B0A9-E0D03B4014D6 -active Yes -parent AAC8F807-D2DC-4217-A909-92132F5CA32C -title {String Is Condition} -component StringIsCondition -Condition 14F906D2-8874-4CE1-B74F-B6DE472D2DCC -active Yes -parent AAC8F807-D2DC-4217-A909-92132F5CA32C -title {Ask Yes or No} -component AskYesOrNo -InstallComponent B5BCA61A-1D59-4464-A92A-6BCEE3C9CFDB -setup Install -type action -title {Create Install Panes} -component CreateInstallPanes -active Yes -parent 23FCB9D3-7AA3-4034-8579-EB66379E46C8 -InstallComponent E09D0867-6CDD-4A4C-B3F1-E5BB868CD728 -setup Install -type actiongroup -title {Install Actions} -active Yes -parent ActionGroupsInstall -InstallComponent 6653A822-A9E7-4DE4-9C0C-DD8B96C5C03E -setup Install -type action -title {Install Selected Files} -component InstallSelectedFiles -active Yes -parent E09D0867-6CDD-4A4C-B3F1-E5BB868CD728 -InstallComponent 4D1586CF-54A8-4247-9BDF-7FA7E5A192F6 -setup Install -type action -title {Install Uninstaller} -component InstallUninstaller -active Yes -parent E09D0867-6CDD-4A4C-B3F1-E5BB868CD728 -InstallComponent C57F6643-D2D6-4C34-A6C7-AAF6E0EEA184 -setup Install -type action -conditions F5161B8B-B97F-4685-AC23-4876DC92DC04 -title {Windows Uninstall Registry} -component AddWindowsUninstallEntry -command insert -active Yes -parent E09D0867-6CDD-4A4C-B3F1-E5BB868CD728 -Condition F5161B8B-B97F-4685-AC23-4876DC92DC04 -active Yes -parent C57F6643-D2D6-4C34-A6C7-AAF6E0EEA184 -title {Platform Condition} -component PlatformCondition -InstallComponent 737CD05E-BAAA-470E-8BED-CB5EAED9A415 -setup Install -type action -conditions 0ABCD476-DEC8-4DEC-8D34-E4604F4ABA32 -title {Program Shortcut} -component InstallWindowsShortcut -command insert -active Yes -parent E09D0867-6CDD-4A4C-B3F1-E5BB868CD728 -Condition 0ABCD476-DEC8-4DEC-8D34-E4604F4ABA32 -active Yes -parent 737CD05E-BAAA-470E-8BED-CB5EAED9A415 -title {Platform Condition} -component PlatformCondition -InstallComponent 7CD927B3-1A87-47E1-999D-1A8C8824531D -setup Install -type action -conditions 9F64A2D3-C999-4D4F-A87A-EDFDC1954973 -title {Uninstall Shortcut} -component InstallWindowsShortcut -command insert -active Yes -parent E09D0867-6CDD-4A4C-B3F1-E5BB868CD728 -Condition 9F64A2D3-C999-4D4F-A87A-EDFDC1954973 -active Yes -parent 7CD927B3-1A87-47E1-999D-1A8C8824531D -title {Platform Condition} -component PlatformCondition -InstallComponent 3A1A2BDA-B8F8-4F63-8D49-58A7C46D4BCB -setup Install -type actiongroup -title {Finish Actions} -active Yes -parent ActionGroupsInstall -InstallComponent 333668BE-FF48-4EBC-BDE5-F06A9CB5A099 -setup Install -type action -conditions {B3EF0677-2D7E-471F-AD14-7EA1D2ED4021 F9B1158A-D9CD-4BBD-AFFB-06F80CE84DB3 71467F66-E145-41DF-A197-5F2760A1C9CD} -title {View Readme Window} -component TextWindow -command insert -active Yes -parent 3A1A2BDA-B8F8-4F63-8D49-58A7C46D4BCB -Condition B3EF0677-2D7E-471F-AD14-7EA1D2ED4021 -active Yes -parent 333668BE-FF48-4EBC-BDE5-F06A9CB5A099 -title {String Is Condition} -component StringIsCondition -Condition F9B1158A-D9CD-4BBD-AFFB-06F80CE84DB3 -active Yes -parent 333668BE-FF48-4EBC-BDE5-F06A9CB5A099 -title {String Is Condition} -component StringIsCondition -Condition 71467F66-E145-41DF-A197-5F2760A1C9CD -active Yes -parent 333668BE-FF48-4EBC-BDE5-F06A9CB5A099 -title {File Exists Condition} -component FileExistsCondition -InstallComponent 315C9A80-ADCA-476A-9748-82FC6835170B -setup Install -type action -conditions {AB84BA85-FF76-4615-BC55-02974C54C689 34850665-453F-4650-9386-204DA165E04F 48B6BBA1-6E57-4F24-A197-D80E14913459} -title {Launch Application} -component ExecuteExternalProgram -command insert -active Yes -parent 3A1A2BDA-B8F8-4F63-8D49-58A7C46D4BCB -Condition AB84BA85-FF76-4615-BC55-02974C54C689 -active Yes -parent 315C9A80-ADCA-476A-9748-82FC6835170B -title {String Is Condition} -component StringIsCondition -Condition 34850665-453F-4650-9386-204DA165E04F -active Yes -parent 315C9A80-ADCA-476A-9748-82FC6835170B -title {String Is Condition} -component StringIsCondition -Condition 48B6BBA1-6E57-4F24-A197-D80E14913459 -active Yes -parent 315C9A80-ADCA-476A-9748-82FC6835170B -title {File Exists Condition} -component FileExistsCondition -InstallComponent E9D8B68E-B780-46CA-B6E0-315CCC734848 -setup Install -type actiongroup -title {Cancel Actions} -active Yes -parent ActionGroupsInstall -InstallComponent 540FF28B-547D-4500-BBEC-AE490720A9F6 -setup Uninstall -type pane -title Uninstall -component Uninstall -active Yes -parent StandardUninstall -InstallComponent 19EBFAC0-83A4-4585-A459-BE44E585953F -setup Uninstall -type action -title {Modify Widget} -component ModifyWidget -active Yes -parent 540FF28B-547D-4500-BBEC-AE490720A9F6 -InstallComponent D6F9A060-D62E-46A0-B0A9-788E2325C927 -setup Uninstall -type action -title {Execute External Program} -component ExecuteExternalProgram -active Yes -parent 540FF28B-547D-4500-BBEC-AE490720A9F6 -InstallComponent C57C6846-F39C-4D09-8008-D43470FAD071 -setup Uninstall -type action -title {Execute External Program} -component ExecuteExternalProgram -active Yes -parent 540FF28B-547D-4500-BBEC-AE490720A9F6 -InstallComponent 181CB7A1-ABD8-4DBA-8FC2-02A23A077060 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent 540FF28B-547D-4500-BBEC-AE490720A9F6 -InstallComponent E516AE18-7444-4E77-8BB2-172C3190AF1D -setup Uninstall -type action -conditions {57AF8FBF-41E5-436A-9ACF-1D5A5458D3B4 4E7789D9-F175-4850-A615-BF786EF9A83C} -title {Uninstall Leftover Files} -component UninstallLeftoverFiles -command insert -active Yes -parent 540FF28B-547D-4500-BBEC-AE490720A9F6 -Condition 57AF8FBF-41E5-436A-9ACF-1D5A5458D3B4 -active Yes -parent E516AE18-7444-4E77-8BB2-172C3190AF1D -title {String Is Condition} -component StringIsCondition -Condition 4E7789D9-F175-4850-A615-BF786EF9A83C -active Yes -parent E516AE18-7444-4E77-8BB2-172C3190AF1D -title {Ask Yes or No} -component AskYesOrNo -InstallComponent 8E6C7C92-6DC2-46E5-82CD-9BAEBD72895E -setup Uninstall -type action -title {Move Forward} -component MoveForward -active Yes -parent 540FF28B-547D-4500-BBEC-AE490720A9F6 -InstallComponent 14C49B0E-CDD3-42F5-9840-47CFA13F7C1C -setup Uninstall -type pane -conditions D70BB230-EE6A-4601-99D0-87D9C2B2111E -title {Uninstall Details} -component UninstallDetails -command insert -active Yes -parent StandardUninstall -Condition D70BB230-EE6A-4601-99D0-87D9C2B2111E -active Yes -parent 14C49B0E-CDD3-42F5-9840-47CFA13F7C1C -title {String Is Condition} -component StringIsCondition -InstallComponent 0984E8A0-C38E-441B-A031-BCB19716E0DF -setup Uninstall -type pane -title {Uninstall Complete} -component UninstallComplete -active Yes -parent StandardUninstall -InstallComponent 0AE08376-DF51-4838-929E-F11FA62DB1BA -setup Uninstall -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleUninstall -InstallComponent B106C5AC-BE87-4818-B047-641F71D6401B -setup Uninstall -type action -conditions 71BA2178-21D6-41C4-9969-CE14D9A8C74C -title Exit -component Exit -command insert -active Yes -parent ConsoleUninstall -Condition 71BA2178-21D6-41C4-9969-CE14D9A8C74C -active Yes -parent B106C5AC-BE87-4818-B047-641F71D6401B -title {String Is Condition} -component StringIsCondition -InstallComponent 0CC80B2D-22A3-44F2-BE08-9996F406C939 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall -InstallComponent F57F599A-5F78-4A79-A422-F066D9D75009 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent ConsoleUninstall -InstallComponent 9448E139-2B52-48C9-8C81-D79B14176066 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall -InstallComponent EA5BD35D-F9B8-46D6-801F-D9053C717011 -setup Uninstall -type action -title Exit -component Exit -active Yes -parent ConsoleUninstall -InstallComponent 28F7E616-CB61-4A58-8395-12704E80AB90 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent SilentUninstall -InstallComponent FA2C06F6-3076-4A74-B481-649D364106EA -setup Uninstall -type action -title Exit -component Exit -active Yes -parent SilentUninstall -InstallComponent B6705E80-0395-453A-BC1D-E1BBD8D3FFB2 -setup Uninstall -type actiongroup -title {Startup Actions} -active Yes -parent ActionGroupsUninstall -InstallComponent D74AA54D-EA03-4E5B-A4F4-25EC22ED20CF -setup Uninstall -type action -conditions {38417056-79C6-47B0-81D4-BD9EE0F6223D 5D6C331A-8CAA-4473-9067-B4F94210D48B} -title Exit -component Exit -command insert -active Yes -parent B6705E80-0395-453A-BC1D-E1BBD8D3FFB2 -Condition 38417056-79C6-47B0-81D4-BD9EE0F6223D -active Yes -parent D74AA54D-EA03-4E5B-A4F4-25EC22ED20CF -title {String Is Condition} -component StringIsCondition -Condition 5D6C331A-8CAA-4473-9067-B4F94210D48B -active Yes -parent D74AA54D-EA03-4E5B-A4F4-25EC22ED20CF -title {Ask Yes or No} -component AskYesOrNo -InstallComponent D6BF101A-1A54-4CA3-B2DE-5E680AD1C100 -setup Uninstall -type actiongroup -title {Uninstall Actions} -active Yes -parent ActionGroupsUninstall -InstallComponent EB3BE1C7-501D-43F7-883B-F0960FF79EC4 -setup Uninstall -type action -title {Uninstall Selected Files} -component UninstallSelectedFiles -active Yes -parent D6BF101A-1A54-4CA3-B2DE-5E680AD1C100 -InstallComponent 0ABA7462-20D0-4529-B75F-37E8525668BD -setup Uninstall -type actiongroup -title {Finish Actions} -active Yes -parent ActionGroupsUninstall -InstallComponent C3F33EA6-1694-4CDD-9A50-89D3E46E780F -setup Uninstall -type actiongroup -title {Cancel Actions} -active Yes -parent ActionGroupsUninstall +InstallComponent 1957048E-B498-4FFF-A8BA-F2DF640463B1 -setup Install -type pane -title {Welcome Screen} -component Welcome -active Yes -parent StandardInstall +InstallComponent DE1D4DF7-A35C-4228-8A25-07106AD77C9E -setup Install -type pane -title {License Agreement} -component License -active Yes -parent StandardInstall +InstallComponent EAB473BD-3ECC-4FDE-AF62-B80B89DCAE38 -setup Install -type action -conditions {354871D2-65BD-4414-BB04-F466798FA027 0F1370DF-FF15-4CE7-ADF6-CA74BC642334} -title {Modify Widget} -component ModifyWidget -command insert -active Yes -parent DE1D4DF7-A35C-4228-8A25-07106AD77C9E +Condition 354871D2-65BD-4414-BB04-F466798FA027 -active Yes -parent EAB473BD-3ECC-4FDE-AF62-B80B89DCAE38 -title {String Is Condition} -component StringIsCondition +Condition 0F1370DF-FF15-4CE7-ADF6-CA74BC642334 -active Yes -parent EAB473BD-3ECC-4FDE-AF62-B80B89DCAE38 -title {String Is Condition} -component StringIsCondition +InstallComponent B2E20690-C57D-4286-9977-F2541E04D71F -setup Install -type pane -conditions {F6A6DB43-C89D-4A19-98D3-1E24284260AE E8952A0A-82A0-4AD0-8FA8-8902870AF848} -title {Select Destination} -component SelectDestination -command insert -active Yes -parent StandardInstall +Condition F6A6DB43-C89D-4A19-98D3-1E24284260AE -active Yes -parent B2E20690-C57D-4286-9977-F2541E04D71F -title {Script Condition} -component ScriptCondition +Condition E8952A0A-82A0-4AD0-8FA8-8902870AF848 -active Yes -parent B2E20690-C57D-4286-9977-F2541E04D71F -title {File Permission Condition} -component FilePermissionCondition +InstallComponent C862BDC0-8F67-4546-B658-4A9A8ADCE385 -setup Install -type pane -title {Start Copying Files} -component StartCopyingFiles -active Yes -parent StandardInstall +InstallComponent 268B55D8-DE61-421A-AB68-A5D4821D981F -setup Install -type pane -title {Copying Files} -component CopyFiles -active Yes -parent StandardInstall +InstallComponent 57BABE6F-717F-4D6A-8A66-921B404862F5 -setup Install -type action -title {Disable Buttons} -component ModifyWidget -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 9F763EAB-21A4-41E7-B51B-EDC4ACF4C5C8 -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 61CE1D31-E460-4F25-BFA3-499F25E90FE0 -setup Install -type action -title {Add Directory To Path} -component AddDirectoryToPath -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 78DA1080-A7D6-4FC9-AEC0-E08A82E6E8A7 -setup Install -type action -title {Execute External Program} -component ExecuteExternalProgram -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 183B25D6-4AD5-4300-BE27-6D2076CA8110 -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 922F877C-14DD-462F-8BB4-0CD378D81C95 -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 1D3EE8A2-B735-4756-9BB6-7BBC42077575 -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 736623D0-C176-476C-A899-35C05DD59147 -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent D6128B0E-6CFE-4626-87CC-64C883554F0F -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent E3AB45B0-A6A5-40AC-ADC7-7DD86403BFD0 -setup Install -type action -title {Install Program Folder Shortcut} -component InstallProgramFolderShortcut -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 8A1B144A-F5F6-430F-A334-C31494182599 -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 268B55D8-DE61-421A-AB68-A5D4821D981F +InstallComponent 1F7BE720-7885-4150-9550-F25FB1C69423 -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent StandardInstall +InstallComponent 2B99A465-4666-445D-96BF-9C8F03CDAC60 -setup Install -type action -title {Message Box} -component MessageBox -active Yes -parent 1F7BE720-7885-4150-9550-F25FB1C69423 +InstallComponent C6CE92F8-3842-4E58-A3A2-5B5D2F7AFB4B -setup Install -type action -title {Message Box} -component MessageBox -active Yes -parent 1F7BE720-7885-4150-9550-F25FB1C69423 +InstallComponent 549C2B91-793B-4761-9A80-335929EB17F8 -setup Install -type action -title {Execute External Program} -component ExecuteExternalProgram -active Yes -parent 1F7BE720-7885-4150-9550-F25FB1C69423 +InstallComponent 60CAEDF4-53E9-46C5-9A0F-5873E12F2328 -setup Install -type action -conditions {D8C1E7BD-813A-43ED-95A4-4F5DA45D5886 3AEDBF26-DF24-4328-B5AE-E93AA5F0617B} -title {View Readme Checkbutton} -component AddWidget -command insert -active Yes -parent 1F7BE720-7885-4150-9550-F25FB1C69423 +Condition D8C1E7BD-813A-43ED-95A4-4F5DA45D5886 -active Yes -parent 60CAEDF4-53E9-46C5-9A0F-5873E12F2328 -title {File Exists Condition} -component FileExistsCondition +Condition 3AEDBF26-DF24-4328-B5AE-E93AA5F0617B -active Yes -parent 60CAEDF4-53E9-46C5-9A0F-5873E12F2328 -title {String Is Condition} -component StringIsCondition +InstallComponent 6059F771-3AA1-491C-8B84-788812912E73 -setup Install -type pane -title {Copying Files} -component CopyFiles -active Yes -parent DefaultInstall +InstallComponent 63A986C1-609D-430F-8119-EBEDFC8315EF -setup Install -type action -title {Disable Buttons} -component ModifyWidget -active Yes -parent 6059F771-3AA1-491C-8B84-788812912E73 +InstallComponent D05D0C20-4972-455A-885D-69F24E9AF177 -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent 6059F771-3AA1-491C-8B84-788812912E73 +InstallComponent 66412B02-0460-4B2B-9D89-57A6BBF1328D -setup Install -type action -title {Move Forward} -component MoveForward -active Yes -parent 6059F771-3AA1-491C-8B84-788812912E73 +InstallComponent 6B06C7C2-97A8-4642-B286-3B089943F359 -setup Install -type pane -title {Setup Complete} -component SetupComplete -active Yes -parent DefaultInstall +InstallComponent 86342A9C-494A-4036-BA8E-E4BE8A7BB16C -setup Install -type action -conditions {E573F839-1FCD-4668-93F9-E39764B8CB78 D3D6A68D-37DE-4FC8-874D-33A762512634} -title {View Readme Checkbutton} -component AddWidget -command insert -active Yes -parent 6B06C7C2-97A8-4642-B286-3B089943F359 +Condition E573F839-1FCD-4668-93F9-E39764B8CB78 -active Yes -parent 86342A9C-494A-4036-BA8E-E4BE8A7BB16C -title {File Exists Condition} -component FileExistsCondition +Condition D3D6A68D-37DE-4FC8-874D-33A762512634 -active Yes -parent 86342A9C-494A-4036-BA8E-E4BE8A7BB16C -title {String Is Condition} -component StringIsCondition +InstallComponent A70C24DF-9653-42D5-8FA1-8E721E36E5C7 -setup Install -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleInstall +InstallComponent 3E18038E-4D99-4293-A6EB-33B2F6BAD1F5 -setup Install -type action -conditions BFA75CD3-3FEF-4F6C-87ED-6037AFEBD4CD -title Exit -component Exit -command insert -active Yes -parent ConsoleInstall +Condition BFA75CD3-3FEF-4F6C-87ED-6037AFEBD4CD -active Yes -parent 3E18038E-4D99-4293-A6EB-33B2F6BAD1F5 -title {String Is Condition} -component StringIsCondition +InstallComponent 702D114A-8A75-4F7C-B228-734D6DB1172C -setup Install -type action -conditions 32628AD2-37C5-499A-8ACF-34040197FF9D -title {Console Get User Input} -component ConsoleGetUserInput -command insert -active Yes -parent ConsoleInstall +Condition 32628AD2-37C5-499A-8ACF-34040197FF9D -active Yes -parent 702D114A-8A75-4F7C-B228-734D6DB1172C -title {File Permission Condition} -component FilePermissionCondition +InstallComponent BF861387-DA7F-4986-B5BB-F77358B58603 -setup Install -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleInstall +InstallComponent 42520460-6E1C-45A9-A912-5B25124C16FC -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent ConsoleInstall +InstallComponent 2073DDB6-50AB-4708-82AD-02A6C3F3EDE1 -setup Install -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleInstall +InstallComponent 87DDD23A-793E-41A9-9FC8-5582E7442A15 -setup Install -type action -title Exit -component Exit -active Yes -parent ConsoleInstall +InstallComponent BAD74F82-1E82-46F5-861A-EFBF6EC6887A -setup Install -type action -title {Execute Action} -component ExecuteAction -active Yes -parent SilentInstall +InstallComponent 466DC16E-3453-409B-999C-CCDF853AA03D -setup Install -type action -title Exit -component Exit -active Yes -parent SilentInstall +InstallComponent D567240B-2A30-47FD-97AA-3EDA09B64E9F -setup Install -type actiongroup -title {Setup Actions} -active Yes -parent ActionGroupsInstall +InstallComponent 61B40FBC-EADB-4F4C-A49F-81B35B3774BB -setup Install -type actiongroup -title {Startup Actions} -active Yes -parent ActionGroupsInstall +InstallComponent EC5B73CA-A6F4-445F-BA98-988670774CB3 -setup Install -type action -conditions {FFB409C9-5ED9-4C0E-8FD6-7A0EE6982322 4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF} -title Exit -component Exit -command insert -active Yes -parent 61B40FBC-EADB-4F4C-A49F-81B35B3774BB +Condition FFB409C9-5ED9-4C0E-8FD6-7A0EE6982322 -active Yes -parent EC5B73CA-A6F4-445F-BA98-988670774CB3 -title {String Is Condition} -component StringIsCondition +Condition 4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF -active Yes -parent EC5B73CA-A6F4-445F-BA98-988670774CB3 -title {Ask Yes or No} -component AskYesOrNo +InstallComponent 65546717-3D31-4931-B445-220199767639 -setup Install -type action -title {Create Install Panes} -component CreateInstallPanes -active Yes -parent 61B40FBC-EADB-4F4C-A49F-81B35B3774BB +InstallComponent 9C96DF15-FD21-468D-9996-76D96466D335 -setup Install -type actiongroup -title {Install Actions} -active Yes -parent ActionGroupsInstall +InstallComponent 7FB76BFF-92E4-4210-9CFA-D6CDDB7C2288 -setup Install -type action -title {Install Selected Files} -component InstallSelectedFiles -active Yes -parent 9C96DF15-FD21-468D-9996-76D96466D335 +InstallComponent F0BC8450-668B-41B2-A442-F1BE095D1BFB -setup Install -type action -conditions C26F2CA4-11A4-48B9-BEF0-DA6521FF67A8 -title {Install Uninstaller} -component InstallUninstaller -command insert -active Yes -parent 9C96DF15-FD21-468D-9996-76D96466D335 +Condition C26F2CA4-11A4-48B9-BEF0-DA6521FF67A8 -active Yes -parent F0BC8450-668B-41B2-A442-F1BE095D1BFB -title {String Is Condition} -component StringIsCondition +InstallComponent 75B1D869-C9BA-42C4-9C07-E1D156DA80A8 -setup Install -type action -conditions 5F2C50AB-0F5A-46B2-82A4-B4CB1D1A84BA -title {Windows Uninstall Registry} -component AddWindowsUninstallEntry -command insert -active Yes -parent 9C96DF15-FD21-468D-9996-76D96466D335 +Condition 5F2C50AB-0F5A-46B2-82A4-B4CB1D1A84BA -active Yes -parent 75B1D869-C9BA-42C4-9C07-E1D156DA80A8 -title {String Is Condition} -component StringIsCondition +InstallComponent A4155ACD-0377-4A2C-B952-2C19BF592347 -setup Install -type action -conditions FDC6FE35-3B6A-42CE-8790-C6057A17B75D -title {Uninstall Shortcut} -component InstallProgramFolderShortcut -command insert -active Yes -parent 9C96DF15-FD21-468D-9996-76D96466D335 +Condition FDC6FE35-3B6A-42CE-8790-C6057A17B75D -active Yes -parent A4155ACD-0377-4A2C-B952-2C19BF592347 -title {String Is Condition} -component StringIsCondition +InstallComponent 18774B81-6D13-4BD2-B6F2-852BF95814BD -setup Install -type actiongroup -title {Finish Actions} -active Yes -parent ActionGroupsInstall +InstallComponent 5EA75DE2-F9E1-405D-800E-B28FB96CDC61 -setup Install -type action -conditions {EDB4771C-ED91-462E-84D9-66E4AE0A9D9C 5CC9615C-1568-415A-A9BA-8D48DD155F7E 9D5D32C2-9AEC-46C1-98CA-F9A535E6ED82} -title {View Readme Window} -component TextWindow -command insert -active Yes -parent 18774B81-6D13-4BD2-B6F2-852BF95814BD +Condition EDB4771C-ED91-462E-84D9-66E4AE0A9D9C -active Yes -parent 5EA75DE2-F9E1-405D-800E-B28FB96CDC61 -title {String Is Condition} -component StringIsCondition +Condition 5CC9615C-1568-415A-A9BA-8D48DD155F7E -active Yes -parent 5EA75DE2-F9E1-405D-800E-B28FB96CDC61 -title {String Is Condition} -component StringIsCondition +Condition 9D5D32C2-9AEC-46C1-98CA-F9A535E6ED82 -active Yes -parent 5EA75DE2-F9E1-405D-800E-B28FB96CDC61 -title {File Exists Condition} -component FileExistsCondition +InstallComponent CFF365EA-C5AD-4E16-9D09-E20AADED45ED -setup Install -type actiongroup -title {Cancel Actions} -active Yes -parent ActionGroupsInstall +InstallComponent F037AAD5-E79E-4544-B8C0-AA98CDF5438E -setup Uninstall -type pane -title Uninstall -component Uninstall -active Yes -parent StandardUninstall +InstallComponent 1728FDEB-5E1A-48D4-9FF8-EE993A2C04AC -setup Uninstall -type action -title {Modify Widget} -component ModifyWidget -active Yes -parent F037AAD5-E79E-4544-B8C0-AA98CDF5438E +InstallComponent 4CDCA2A2-0948-4DD1-BA24-C173D4D72E79 -setup Uninstall -type action -title {Execute External Program} -component ExecuteExternalProgram -active Yes -parent F037AAD5-E79E-4544-B8C0-AA98CDF5438E +InstallComponent 9439434F-D9FB-4645-A50A-23D65C0A5E2C -setup Uninstall -type action -title {Execute External Program} -component ExecuteExternalProgram -active Yes -parent F037AAD5-E79E-4544-B8C0-AA98CDF5438E +InstallComponent 97F814AB-227B-4241-94E4-0E2061D62063 -setup Uninstall -type action -title {Delete File} -component DeleteFile -active Yes -parent F037AAD5-E79E-4544-B8C0-AA98CDF5438E +InstallComponent 60FEFCD5-D31D-4DEA-86D7-E0246ABF0DF5 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent F037AAD5-E79E-4544-B8C0-AA98CDF5438E +InstallComponent 6B488B72-9080-4AF7-8690-8D823CCD86AE -setup Uninstall -type action -title {Move Forward} -component MoveForward -active Yes -parent F037AAD5-E79E-4544-B8C0-AA98CDF5438E +InstallComponent 2C06B466-789E-4F18-B711-E8411E2CD80F -setup Uninstall -type pane -conditions 628E6478-81A8-4DF9-A4FE-EACEFAEA2E93 -title {Uninstall Details} -component UninstallDetails -command insert -active Yes -parent StandardUninstall +Condition 628E6478-81A8-4DF9-A4FE-EACEFAEA2E93 -active Yes -parent 2C06B466-789E-4F18-B711-E8411E2CD80F -title {String Is Condition} -component StringIsCondition +InstallComponent C0AAD722-CF3D-4708-A62F-4EE9C92F7B24 -setup Uninstall -type pane -title {Uninstall Complete} -component UninstallComplete -active Yes -parent StandardUninstall +InstallComponent C19EE9A4-6BBE-4631-8013-7B7DCA588367 -setup Uninstall -type action -title {Console Ask Yes Or No} -component ConsoleAskYesOrNo -active Yes -parent ConsoleUninstall +InstallComponent AA0A7460-2E6B-4DB1-A7EF-845A1C7B09CE -setup Uninstall -type action -conditions 96F7BA2D-A593-40DC-89C9-AE7895FD0984 -title Exit -component Exit -command insert -active Yes -parent ConsoleUninstall +Condition 96F7BA2D-A593-40DC-89C9-AE7895FD0984 -active Yes -parent AA0A7460-2E6B-4DB1-A7EF-845A1C7B09CE -title {String Is Condition} -component StringIsCondition +InstallComponent 1D572EE2-DD93-4F13-850E-DE0EEB1DA110 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall +InstallComponent A518E166-9DC7-454F-8EFE-CD4461F093FB -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent ConsoleUninstall +InstallComponent 4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3 -setup Uninstall -type action -title {Console Message} -component ConsoleMessage -active Yes -parent ConsoleUninstall +InstallComponent 6ADB9508-5F82-4564-B6AC-1170A76B4CB9 -setup Uninstall -type action -title Exit -component Exit -active Yes -parent ConsoleUninstall +InstallComponent F71872ED-E931-4B96-B4F8-1F65356FE848 -setup Uninstall -type action -title {Execute Action} -component ExecuteAction -active Yes -parent SilentUninstall +InstallComponent CFEEDA4E-6870-4C25-8847-2ABB087DF90D -setup Uninstall -type action -title Exit -component Exit -active Yes -parent SilentUninstall +InstallComponent ED3D7C90-4A56-40EE-A2C5-E845C3A57C12 -setup Uninstall -type actiongroup -title {Setup Actions} -active Yes -parent ActionGroupsUninstall +InstallComponent B923CC3C-CD18-4F8A-9648-51ADE1168D4A -setup Uninstall -type actiongroup -title {Startup Actions} -active Yes -parent ActionGroupsUninstall +InstallComponent 716175FD-DD14-46E4-AC3E-2E6483C6FF7D -setup Uninstall -type action -conditions {103DC6E3-97DC-46AC-81C5-DED8E4E319E7 DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB} -title Exit -component Exit -command insert -active Yes -parent B923CC3C-CD18-4F8A-9648-51ADE1168D4A +Condition 103DC6E3-97DC-46AC-81C5-DED8E4E319E7 -active Yes -parent 716175FD-DD14-46E4-AC3E-2E6483C6FF7D -title {String Is Condition} -component StringIsCondition +Condition DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB -active Yes -parent 716175FD-DD14-46E4-AC3E-2E6483C6FF7D -title {Ask Yes or No} -component AskYesOrNo +InstallComponent 73AB9FDF-9481-4EC3-8B31-C109BAA1086C -setup Uninstall -type actiongroup -title {Uninstall Actions} -active Yes -parent ActionGroupsUninstall +InstallComponent ACFFE9C0-C404-4FD9-AD70-8F60E822DE65 -setup Uninstall -type action -title {Uninstall Selected Files} -component UninstallSelectedFiles -active Yes -parent 73AB9FDF-9481-4EC3-8B31-C109BAA1086C +InstallComponent AA00EDED-9979-419F-A32C-DF1480E9EFF0 -setup Uninstall -type actiongroup -title {Finish Actions} -active Yes -parent ActionGroupsUninstall +InstallComponent BC4AB013-F50F-49BF-BF98-FF7EBE16BCA4 -setup Uninstall -type actiongroup -title {Cancel Actions} -active Yes -parent ActionGroupsUninstall array set Properties { -0208E3DF-A646-4450-A71E-8FE6BAAC9B3A,Conditions -{0 conditions} - -0208E3DF-A646-4450-A71E-8FE6BAAC9B3A,State -disabled - -0208E3DF-A646-4450-A71E-8FE6BAAC9B3A,Widget -{Back Button;Next Button} - -02CCB56D-6D6D-4279-B617-DA980BBA0FC8,CheckCondition +0F1370DF-FF15-4CE7-ADF6-CA74BC642334,CheckCondition {Before Action is Executed} -02CCB56D-6D6D-4279-B617-DA980BBA0FC8,Operator +0F1370DF-FF15-4CE7-ADF6-CA74BC642334,Operator false -02CCB56D-6D6D-4279-B617-DA980BBA0FC8,String -<%InstallStopped%> - -04B0AA7E-2388-4965-8590-1395B31BE23B,Platform -Windows - -05AB3D42-63A6-4A2D-90B7-5E0647445351,Conditions -{0 conditions} - -062A52B5-D9BA-43E7-A6B4-3C3FBD33ED83,Conditions -{0 conditions} - -062A52B5-D9BA-43E7-A6B4-3C3FBD33ED83,ShortcutName -License - -062A52B5-D9BA-43E7-A6B4-3C3FBD33ED83,TargetFileName -<%ProgramLicense%> - -062A52B5-D9BA-43E7-A6B4-3C3FBD33ED83,WorkingDirectory -<%InstallDir%> - -0898EB52-F809-4B66-8FEF-900E9745ED38,CheckCondition -{Before Action is Executed} - -0898EB52-F809-4B66-8FEF-900E9745ED38,Filename -<%ProgramReadme%> - -0984E8A0-C38E-441B-A031-BCB19716E0DF,BackButton,subst -1 - -0984E8A0-C38E-441B-A031-BCB19716E0DF,CancelButton,subst -1 - -0984E8A0-C38E-441B-A031-BCB19716E0DF,Caption,subst -1 - -0984E8A0-C38E-441B-A031-BCB19716E0DF,Conditions -{0 conditions} - -0984E8A0-C38E-441B-A031-BCB19716E0DF,Message,subst -1 - -0984E8A0-C38E-441B-A031-BCB19716E0DF,NextButton,subst -1 - -0ABA7462-20D0-4529-B75F-37E8525668BD,Alias -{Finish Actions} - -0ABA7462-20D0-4529-B75F-37E8525668BD,Conditions -{0 conditions} - -0ABCD476-DEC8-4DEC-8D34-E4604F4ABA32,CheckCondition -{Before Action is Executed} - -0ABCD476-DEC8-4DEC-8D34-E4604F4ABA32,Platform -Windows - -0AE08376-DF51-4838-929E-F11FA62DB1BA,Default -Yes - -0AE08376-DF51-4838-929E-F11FA62DB1BA,Prompt -<%UninstallStartupText%> - -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message,subst -1 - -10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0,Description,subst -1 - -10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0,FileGroups -AC33C2B4-AB01-4572-802B-BA89E7661C04 - -10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0,Name -Instalable - -10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0,RequiredComponent -Yes - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,BackButton,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,CancelButton,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,Caption,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,Conditions -{1 condition} - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,Message,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,NextButton,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,Subtitle,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,Text,subst -1 - -14C49B0E-CDD3-42F5-9840-47CFA13F7C1C,Title,subst -1 - -14F906D2-8874-4CE1-B74F-B6DE472D2DCC,CheckCondition -{Before Action is Executed} - -14F906D2-8874-4CE1-B74F-B6DE472D2DCC,Message,subst -1 - -14F906D2-8874-4CE1-B74F-B6DE472D2DCC,Title,subst -1 - -14F906D2-8874-4CE1-B74F-B6DE472D2DCC,TrueValue -No - -1816F27B-8A0F-47D9-9433-93C62D0CD81C,Conditions -{0 conditions} - -181CB7A1-ABD8-4DBA-8FC2-02A23A077060,Action -{Uninstall Actions} - -181CB7A1-ABD8-4DBA-8FC2-02A23A077060,Conditions -{0 conditions} - -19EBFAC0-83A4-4585-A459-BE44E585953F,Conditions -{0 conditions} - -19EBFAC0-83A4-4585-A459-BE44E585953F,State -disabled - -19EBFAC0-83A4-4585-A459-BE44E585953F,Widget -{NextButton; CancelButton} - -1A3AA32B-20A3-4919-B9F2-782D9E158017,BackButton,subst -1 - -1A3AA32B-20A3-4919-B9F2-782D9E158017,CancelButton,subst -1 - -1A3AA32B-20A3-4919-B9F2-782D9E158017,Caption,subst -1 - -1A3AA32B-20A3-4919-B9F2-782D9E158017,Conditions -{0 conditions} - -1A3AA32B-20A3-4919-B9F2-782D9E158017,Message,subst -1 - -1A3AA32B-20A3-4919-B9F2-782D9E158017,NextButton,subst -1 - -1F7C75DC-8004-46C9-A39C-6E852C05E103,Background -white - -1F7C75DC-8004-46C9-A39C-6E852C05E103,Conditions -{2 conditions} - -1F7C75DC-8004-46C9-A39C-6E852C05E103,Text,subst -1 - -1F7C75DC-8004-46C9-A39C-6E852C05E103,Type -checkbutton - -1F7C75DC-8004-46C9-A39C-6E852C05E103,VirtualText -LaunchApplication - -1F7C75DC-8004-46C9-A39C-6E852C05E103,X -185 - -1F7C75DC-8004-46C9-A39C-6E852C05E103,Y -160 - -1FF15B8D-813C-40C8-876D-156505470C6B,CheckCondition -{Before Action is Executed} - -1FF15B8D-813C-40C8-876D-156505470C6B,FailureMessage -{Error generating keys} - -1FF15B8D-813C-40C8-876D-156505470C6B,String -<%Answer%> - -23FCB9D3-7AA3-4034-8579-EB66379E46C8,Active -No - -23FCB9D3-7AA3-4034-8579-EB66379E46C8,Alias -{Startup Actions} - -23FCB9D3-7AA3-4034-8579-EB66379E46C8,Conditions -{0 conditions} - -26BC0EC8-61D5-41BC-93EA-C4D5C62F25E4,Conditions -{0 conditions} - -26BC0EC8-61D5-41BC-93EA-C4D5C62F25E4,ShortcutName -Readme - -26BC0EC8-61D5-41BC-93EA-C4D5C62F25E4,TargetFileName -<%ProgramReadme%> - -26BC0EC8-61D5-41BC-93EA-C4D5C62F25E4,WorkingDirectory -<%InstallDir%> - -28A08F30-86F7-42F2-B7CA-545302454E8F,Prompt -<%ConsoleSelectDestinationText%> - -28A08F30-86F7-42F2-B7CA-545302454E8F,VirtualText -InstallDir - -28F7E616-CB61-4A58-8395-12704E80AB90,Action -{Uninstall Actions} - -315C9A80-ADCA-476A-9748-82FC6835170B,ProgramCommandLine -<%ProgramExecutable%> - -315C9A80-ADCA-476A-9748-82FC6835170B,WaitForProgram -No - -315C9A80-ADCA-476A-9748-82FC6835170B,WorkingDirectory -<%InstallDir%> - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Caption,subst -1 - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,CloseButton,subst -1 - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Conditions -{3 conditions} - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Message,subst -1 - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,TextFile -<%ProgramReadme%> - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Title,subst -1 - -33B90425-CD22-45B1-9027-7395E23425CE,Conditions -{2 conditions} - -33B90425-CD22-45B1-9027-7395E23425CE,ProgramCommandLine -{net start pandoraagent} - -33B90425-CD22-45B1-9027-7395E23425CE,ProgressiveOutputWidget -Message - -33B90425-CD22-45B1-9027-7395E23425CE,WorkingDirectory -<%SYSTEM32%> - -34850665-453F-4650-9386-204DA165E04F,CheckCondition -{Before Action is Executed} - -34850665-453F-4650-9386-204DA165E04F,String -<%LaunchApplication%> - -38417056-79C6-47B0-81D4-BD9EE0F6223D,CheckCondition -{Before Action is Executed} - -38417056-79C6-47B0-81D4-BD9EE0F6223D,Operator -false - -38417056-79C6-47B0-81D4-BD9EE0F6223D,String -<%SilentMode%> - -395A8225-7AE8-445B-8DCD-E915E4F2EA38,Conditions -{2 conditions} - -395A8225-7AE8-445B-8DCD-E915E4F2EA38,State -disabled - -395A8225-7AE8-445B-8DCD-E915E4F2EA38,Widget -NextButton - -3A1A2BDA-B8F8-4F63-8D49-58A7C46D4BCB,Alias -{Finish Actions} - -3A1A2BDA-B8F8-4F63-8D49-58A7C46D4BCB,Conditions -{0 conditions} - -3DB83EB0-334F-4F84-96DB-E3B566052C28,Conditions -{0 conditions} - -3DB83EB0-334F-4F84-96DB-E3B566052C28,ShortcutName -{Help generating keys} - -3DB83EB0-334F-4F84-96DB-E3B566052C28,TargetFileName -<%InstallDir%>/help/how_to_keys.html - -3DB83EB0-334F-4F84-96DB-E3B566052C28,WorkingDirectory -<%InstallDir%>/help - -3E668536-AEF9-48A5-A5D0-1DE224E0D276,CheckCondition -{Before Action is Executed} - -3E668536-AEF9-48A5-A5D0-1DE224E0D276,FailureMessage -{ERROR: I can't find the PandoraAgent.exe file} - -3E668536-AEF9-48A5-A5D0-1DE224E0D276,Filename -<%InstallDir%>/PandoraAgent.exe - -44003DA2-A997-4623-84A9-830AEF7B40E6,CheckCondition -{Before Action is Executed} - -44003DA2-A997-4623-84A9-830AEF7B40E6,Operator -false - -44003DA2-A997-4623-84A9-830AEF7B40E6,String -<%Answer%> - -48B6BBA1-6E57-4F24-A197-D80E14913459,CheckCondition -{Before Action is Executed} - -48B6BBA1-6E57-4F24-A197-D80E14913459,Filename -<%ProgramExecutable%> - -4D1586CF-54A8-4247-9BDF-7FA7E5A192F6,Conditions -{0 conditions} - -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message,subst -1 - -4E7789D9-F175-4850-A615-BF786EF9A83C,CheckCondition -{Before Action is Executed} - -4E7789D9-F175-4850-A615-BF786EF9A83C,Message,subst -1 - -4E7789D9-F175-4850-A615-BF786EF9A83C,Title,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,BackButton,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,CancelButton,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,Caption,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,Conditions -{0 conditions} - -540FF28B-547D-4500-BBEC-AE490720A9F6,FileValue,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,Message,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,NextButton,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,ProgressValue,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,Subtitle,subst -1 - -540FF28B-547D-4500-BBEC-AE490720A9F6,Title,subst -1 - -57AF8FBF-41E5-436A-9ACF-1D5A5458D3B4,CheckCondition -{Before Action is Executed} - -57AF8FBF-41E5-436A-9ACF-1D5A5458D3B4,String -<%ErrorsOccurred%> - -5A843D75-D3C0-4EA4-8C21-F29DBE168521,Conditions -{2 conditions} - -5A843D75-D3C0-4EA4-8C21-F29DBE168521,ProgramCommandLine -{<%InstallDir%>/util/puttygen.exe - -} - -5A843D75-D3C0-4EA4-8C21-F29DBE168521,ProgressiveOutputWidget -Message - -5A843D75-D3C0-4EA4-8C21-F29DBE168521,WorkingDirectory -<%InstallDir%>/key - -5B889992-52D9-4B0B-A014-DBF37F91B087,Active -Yes - -5B889992-52D9-4B0B-A014-DBF37F91B087,AllUsersCheckbutton,subst -0 - -5B889992-52D9-4B0B-A014-DBF37F91B087,BackButton,subst -1 - -5B889992-52D9-4B0B-A014-DBF37F91B087,CancelButton,subst -1 - -5B889992-52D9-4B0B-A014-DBF37F91B087,Caption,subst -1 - -5B889992-52D9-4B0B-A014-DBF37F91B087,Conditions -{1 condition} - -5B889992-52D9-4B0B-A014-DBF37F91B087,FolderListLabel,subst -0 - -5B889992-52D9-4B0B-A014-DBF37F91B087,Message,subst -1 - -5B889992-52D9-4B0B-A014-DBF37F91B087,NextButton,subst -1 - -5B889992-52D9-4B0B-A014-DBF37F91B087,ProgramFolderLabel,subst -0 - -5B889992-52D9-4B0B-A014-DBF37F91B087,Subtitle,subst -1 - -5B889992-52D9-4B0B-A014-DBF37F91B087,Title,subst -1 - -5D532EEE-AECC-4FC8-A733-D32725E35BC9,ExitType -Finish - -5D6C331A-8CAA-4473-9067-B4F94210D48B,CheckCondition -{Before Action is Executed} - -5D6C331A-8CAA-4473-9067-B4F94210D48B,Message,subst -1 - -5D6C331A-8CAA-4473-9067-B4F94210D48B,Title,subst -1 - -5D6C331A-8CAA-4473-9067-B4F94210D48B,TrueValue -No - -60F2F86C-6BBD-4C93-887E-8ECB65A5DDCB,Conditions -{0 conditions} - -60F2F86C-6BBD-4C93-887E-8ECB65A5DDCB,ShortcutName -Uninstaller - -60F2F86C-6BBD-4C93-887E-8ECB65A5DDCB,TargetFileName -{<%InstallDir%>\uninstall.exe} - -60F2F86C-6BBD-4C93-887E-8ECB65A5DDCB,WorkingDirectory -<%InstallDir%> - -61C2FDF5-242F-4982-BBC8-F71CBA9C5DE3,Conditions -{0 conditions} - -61C2FDF5-242F-4982-BBC8-F71CBA9C5DE3,IconPath -{<%InstallDir%>\pandora.ico} - -61C2FDF5-242F-4982-BBC8-F71CBA9C5DE3,ShortcutName -{Start Pandora FMS Agent Service} - -61C2FDF5-242F-4982-BBC8-F71CBA9C5DE3,TargetFileName -{<%InstallDir%>\scripts\start_pandora_agent.bat} - -61C2FDF5-242F-4982-BBC8-F71CBA9C5DE3,WorkingDirectory -<%InstallDir%> - -649DC9AE-0566-41F6-B5AE-AAE7E15EF87F,CheckCondition -{Before Next Action is Executed} - -649DC9AE-0566-41F6-B5AE-AAE7E15EF87F,FailureMessage -<%DirectoryPermissionText%> - -649DC9AE-0566-41F6-B5AE-AAE7E15EF87F,Filename -<%InstallDir%> - -649DC9AE-0566-41F6-B5AE-AAE7E15EF87F,Permission -{can create} - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,BackButton,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,CancelButton,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,Caption,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,Conditions -{0 conditions} - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,FileLabel,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,Message,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,NextButton,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,ProgressValue,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,Subtitle,subst -1 - -661189B2-8DBD-4E1E-B2A5-FF7C435C1623,Title,subst -1 - -7080336B-65E6-4818-9201-068FFEA6FB3A,Components -10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0 - -7080336B-65E6-4818-9201-068FFEA6FB3A,Description,subst -1 - -7080336B-65E6-4818-9201-068FFEA6FB3A,Name -Typical - -71467F66-E145-41DF-A197-5F2760A1C9CD,CheckCondition -{Before Action is Executed} - -71467F66-E145-41DF-A197-5F2760A1C9CD,Filename -<%ProgramReadme%> - -71BA2178-21D6-41C4-9969-CE14D9A8C74C,CheckCondition -{Before Action is Executed} - -71BA2178-21D6-41C4-9969-CE14D9A8C74C,Operator -false - -71BA2178-21D6-41C4-9969-CE14D9A8C74C,String -<%Answer%> - -737CD05E-BAAA-470E-8BED-CB5EAED9A415,ShortcutName -<%AppName%> - -737CD05E-BAAA-470E-8BED-CB5EAED9A415,TargetFileName -<%ProgramExecutable%> - -737CD05E-BAAA-470E-8BED-CB5EAED9A415,WorkingDirectory -<%InstallDir%> - -77AAF6D2-BB64-4080-A1C8-4F3373A31A3A,Conditions -{0 conditions} - -77AAF6D2-BB64-4080-A1C8-4F3373A31A3A,ShortcutName -{Edit configuration file} - -77AAF6D2-BB64-4080-A1C8-4F3373A31A3A,TargetFileName -{<%InstallDir%>\pandora_agent.conf} - -77AAF6D2-BB64-4080-A1C8-4F3373A31A3A,WorkingDirectory -<%InstallDir%> - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,BackButton,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,BrowseButton,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,BrowseText,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,CancelButton,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,Caption,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,Conditions -{1 condition} - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,DestinationLabel,subst -0 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,Message,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,NextButton,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,Subtitle,subst -1 - -7A5D718C-9EA0-4085-B1A8-27DC340B705B,Title,subst -1 - -7CD927B3-1A87-47E1-999D-1A8C8824531D,ShortcutName -{Uninstall <%AppName%>} - -7CD927B3-1A87-47E1-999D-1A8C8824531D,TargetFileName -<%Uninstaller%> - -7CD927B3-1A87-47E1-999D-1A8C8824531D,WorkingDirectory -<%InstallDir%> - -7DCEEA70-5B6B-4F10-A137-4181E171A58C,Action -{Install Actions} - -7DE8CA95-CD7F-4DB0-8769-3D03363F2A4C,ExitType -Finish - -862253D2-7CCE-4650-A41F-1296A320A8B1,Action -{Install Actions} - -86A623D9-F175-4F3E-97B5-15D52B7B9874,CheckCondition -{Before Action is Executed} - -86A623D9-F175-4F3E-97B5-15D52B7B9874,Filename -<%ProgramExecutable%> - -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,CheckCondition -{Before Action is Executed} - -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,FailureMessage -{Please generate keys and put them (id_dsa and id_dsa.pub) on the <%InstallDir%>\util folder - -} - -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,Message,subst -1 - -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,Title,subst -1 - -8DECD788-708C-4B03-89AE-3C4B7A2FC7C0,CheckCondition -{Before Next Pane is Displayed} - -8DECD788-708C-4B03-89AE-3C4B7A2FC7C0,FailureMessage -<%DirectoryPermissionText%> - -8DECD788-708C-4B03-89AE-3C4B7A2FC7C0,Filename -<%InstallDir%> - -8DECD788-708C-4B03-89AE-3C4B7A2FC7C0,Permission -{can create} - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,AcceptRadiobutton,subst -0 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Active -Yes - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,BackButton,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,CancelButton,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Caption,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Conditions -{0 conditions} - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,DeclineRadiobutton,subst -0 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Message,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,NextButton,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Subtitle,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Text,subst -1 - -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Title,subst -1 - -9448E139-2B52-48C9-8C81-D79B14176066,Message,subst -1 - -9595B40E-22BA-4E6D-AB81-1292E482FB6F,Conditions -{0 conditions} - -9595B40E-22BA-4E6D-AB81-1292E482FB6F,IconPath -{<%InstallDir%>\pandora.ico} - -9595B40E-22BA-4E6D-AB81-1292E482FB6F,ShortcutName -{Stop Pandora FMS Agent Service} - -9595B40E-22BA-4E6D-AB81-1292E482FB6F,TargetFileName -{<%InstallDir%>\scripts\stop_pandora_agent.bat} - -9595B40E-22BA-4E6D-AB81-1292E482FB6F,WorkingDirectory -<%InstallDir%> - -98034E18-EA1C-4A41-86E6-AE8BA690CEB7,CheckCondition -{Before Action is Executed} - -98034E18-EA1C-4A41-86E6-AE8BA690CEB7,String -{<%Property <%CurrentPane%> UserMustAcceptLicense%>} - -9812D10C-70E2-498E-9B4E-E571F7738441,CheckCondition -{Before Action is Executed} - -9812D10C-70E2-498E-9B4E-E571F7738441,Filename -<%ProgramReadme%> - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,BackButton,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,CancelButton,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,Caption,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,Conditions -{0 conditions} - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,FileLabel,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,Message,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,NextButton,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,ProgressValue,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,Subtitle,subst -1 - -9B6AAE09-27A3-43ED-ABF7-E990112D3143,Title,subst -1 - -9CD9A562-90F8-485F-A447-41AB10778090,Default -Yes - -9CD9A562-90F8-485F-A447-41AB10778090,Prompt -<%InstallStartupText%> - -9F64A2D3-C999-4D4F-A87A-EDFDC1954973,CheckCondition -{Before Action is Executed} - -9F64A2D3-C999-4D4F-A87A-EDFDC1954973,Platform -Windows - -9F6C8772-1469-43AC-AB51-139E63273CF9,Message,subst -1 - -A247675F-046A-4C9F-814B-41527A5B4EA2,Conditions -{0 conditions} - -A9B19865-C97D-4C2B-B147-45025214786C,CheckCondition -{Before Action is Executed} - -A9B19865-C97D-4C2B-B147-45025214786C,Operator -false - -A9B19865-C97D-4C2B-B147-45025214786C,String -<%InstallStopped%> - -AAC8F807-D2DC-4217-A909-92132F5CA32C,Comment -{Ask the user if they want to proceed with the install.} - -AB84BA85-FF76-4615-BC55-02974C54C689,CheckCondition -{Before Action is Executed} - -AB84BA85-FF76-4615-BC55-02974C54C689,Operator -false - -AB84BA85-FF76-4615-BC55-02974C54C689,String -<%SilentMode%> - -AC33C2B4-AB01-4572-802B-BA89E7661C04,Destination -<%InstallDir%> - -AC33C2B4-AB01-4572-802B-BA89E7661C04,Name -Pandora - -AC33C2B4-AB01-4572-802B-BA89E7661C04,Size -5521461 - -AIX-ppc,Active -No - -AIX-ppc,DefaultDirectoryPermission -0755 - -AIX-ppc,DefaultFilePermission -0755 - -AIX-ppc,Executable -<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> - -AIX-ppc,FallBackToConsole -Yes - -AIX-ppc,InstallDir -<%Home%>/<%ShortAppName%> - -AIX-ppc,InstallMode -Standard - -AIX-ppc,InstallType -Typical - -AIX-ppc,ProgramExecutable -{} - -AIX-ppc,ProgramFolderAllUsers -No - -AIX-ppc,ProgramFolderName -<%AppName%> - -AIX-ppc,ProgramLicense -<%InstallDir%>/LICENSE.txt - -AIX-ppc,ProgramName -{} - -AIX-ppc,ProgramReadme -<%InstallDir%>/README.txt - -AIX-ppc,PromptForRoot -Yes - -AIX-ppc,RequireRoot -No - -AIX-ppc,RootInstallDir -/usr/local/<%ShortAppName%> - -B1313CDD-A5DA-4A72-ABCF-59E341F46E5A,CheckCondition -{Before Action is Executed} - -B1313CDD-A5DA-4A72-ABCF-59E341F46E5A,FailureMessage -{Error initiating service} - -B1313CDD-A5DA-4A72-ABCF-59E341F46E5A,String -<%Answer%> - -B3DC46D9-345A-4534-B9CC-873647DA4A81,Background -white - -B3DC46D9-345A-4534-B9CC-873647DA4A81,Conditions -{2 conditions} - -B3DC46D9-345A-4534-B9CC-873647DA4A81,Text,subst -1 - -B3DC46D9-345A-4534-B9CC-873647DA4A81,Type -checkbutton - -B3DC46D9-345A-4534-B9CC-873647DA4A81,VirtualText -ViewReadme - -B3DC46D9-345A-4534-B9CC-873647DA4A81,X -185 - -B3DC46D9-345A-4534-B9CC-873647DA4A81,Y -140 - -B3EF0677-2D7E-471F-AD14-7EA1D2ED4021,CheckCondition -{Before Action is Executed} - -B3EF0677-2D7E-471F-AD14-7EA1D2ED4021,Operator -false - -B3EF0677-2D7E-471F-AD14-7EA1D2ED4021,String -<%SilentMode%> - -B5120279-23E9-4757-99A3-548F029D0421,Background -white - -B5120279-23E9-4757-99A3-548F029D0421,Conditions -{2 conditions} - -B5120279-23E9-4757-99A3-548F029D0421,Text,subst -1 - -B5120279-23E9-4757-99A3-548F029D0421,Type -checkbutton - -B5120279-23E9-4757-99A3-548F029D0421,VirtualText -ViewReadme - -B5120279-23E9-4757-99A3-548F029D0421,X -185 - -B5120279-23E9-4757-99A3-548F029D0421,Y -140 - -B6705E80-0395-453A-BC1D-E1BBD8D3FFB2,Alias -{Startup Actions} - -B6705E80-0395-453A-BC1D-E1BBD8D3FFB2,Conditions -{0 conditions} - -B865820C-DFF0-4A19-AFBE-8CC0136543CF,Conditions -{0 conditions} - -C00AB7AE-9C93-4BD0-B5AE-1E46C8AF33A2,Conditions -{0 conditions} - -C0ABB0FC-E4C3-4955-B16C-37FA5C6DCA28,Conditions -{0 conditions} - -C0ABB0FC-E4C3-4955-B16C-37FA5C6DCA28,FolderName -<%ProgramFolder%> - -C26ADDF5-B908-4B20-81F9-655807DD5C7B,CheckCondition -{Before Action is Executed} - -C26ADDF5-B908-4B20-81F9-655807DD5C7B,FailureMessage -{Service not initialized. Try to init Pandora Agent Service manually.} - -C26ADDF5-B908-4B20-81F9-655807DD5C7B,Message,subst -1 - -C26ADDF5-B908-4B20-81F9-655807DD5C7B,Title,subst -1 - -C3F33EA6-1694-4CDD-9A50-89D3E46E780F,Alias -{Cancel Actions} - -C3F33EA6-1694-4CDD-9A50-89D3E46E780F,Conditions -{0 conditions} - -C57C6846-F39C-4D09-8008-D43470FAD071,Conditions -{0 conditions} - -C57C6846-F39C-4D09-8008-D43470FAD071,ProgramCommandLine -{PandoraAgent.exe --uninstall} - -C57C6846-F39C-4D09-8008-D43470FAD071,WorkingDirectory -<%InstallDir%> - -C80E7EBE-498A-4E5B-896E-19BF17CFCF8F,Conditions -{0 conditions} - -C80E7EBE-498A-4E5B-896E-19BF17CFCF8F,URL -<%InstallDir%>/help/how_to_keys.html - -D651AEE7-E69C-44FD-B111-8DE881B83843,Conditions -{1 condition} - -D651AEE7-E69C-44FD-B111-8DE881B83843,ProgramCommandLine -{PandoraAgent.exe --install} - -D651AEE7-E69C-44FD-B111-8DE881B83843,WorkingDirectory -<%InstallDir%> - -D6BF101A-1A54-4CA3-B2DE-5E680AD1C100,Alias -{Uninstall Actions} - -D6F9A060-D62E-46A0-B0A9-788E2325C927,Conditions -{0 conditions} - -D6F9A060-D62E-46A0-B0A9-788E2325C927,ProgramCommandLine -stop_pandora_agent.bat - -D6F9A060-D62E-46A0-B0A9-788E2325C927,WorkingDirectory -<%InstallDir%>/scripts - -D70BB230-EE6A-4601-99D0-87D9C2B2111E,String -<%ErrorsOccurred%> - -D74AA54D-EA03-4E5B-A4F4-25EC22ED20CF,Comment -{Ask the user if they want to proceed with the uninstall.} - -D74AA54D-EA03-4E5B-A4F4-25EC22ED20CF,Conditions -{2 conditions} - -D8E7CB00-75A9-4031-BB60-047D19C89753,BackButton,subst -1 - -D8E7CB00-75A9-4031-BB60-047D19C89753,CancelButton,subst -1 - -D8E7CB00-75A9-4031-BB60-047D19C89753,Caption,subst -1 - -D8E7CB00-75A9-4031-BB60-047D19C89753,Conditions -{0 conditions} - -D8E7CB00-75A9-4031-BB60-047D19C89753,Message,subst -1 - -D8E7CB00-75A9-4031-BB60-047D19C89753,NextButton,subst -1 - -E09D0867-6CDD-4A4C-B3F1-E5BB868CD728,Alias -{Install Actions} - -E09D0867-6CDD-4A4C-B3F1-E5BB868CD728,Conditions -{0 conditions} - -E5CD4D08-6331-4F49-937C-949A501D9B9A,BackButton,subst -1 - -E5CD4D08-6331-4F49-937C-949A501D9B9A,CancelButton,subst -1 - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Caption,subst -1 - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Conditions -{0 conditions} - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Image -C:/pandora_installer/logo.png - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Message,subst -1 - -E5CD4D08-6331-4F49-937C-949A501D9B9A,NextButton,subst -1 - -E6AB96D2-AE3F-459A-BC09-8E6A92BA8227,Action -{Install Actions} - -E6AB96D2-AE3F-459A-BC09-8E6A92BA8227,Conditions -{0 conditions} - -E7EA4D7E-6DFE-47A1-947C-6B1D70EFD6F8,Conditions -{0 conditions} - -E8082112-E869-4AAC-918A-3C5307CB6423,Conditions -{0 conditions} - -E8082112-E869-4AAC-918A-3C5307CB6423,Message,subst -1 - -E8082112-E869-4AAC-918A-3C5307CB6423,Title,subst -1 - -E9D8B68E-B780-46CA-B6E0-315CCC734848,Alias -{Cancel Actions} - -EA5BD35D-F9B8-46D6-801F-D9053C717011,ExitType -Finish - -EB3BE1C7-501D-43F7-883B-F0960FF79EC4,Conditions -{0 conditions} - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,BackButton,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,CancelButton,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Caption,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Conditions -{0 conditions} - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Message,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,NextButton,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Subtitle,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Text,subst -1 - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Title,subst -1 - -F494ED23-A5F0-4A50-BEC6-321923ABB856,CheckCondition -{Before Action is Executed} - -F494ED23-A5F0-4A50-BEC6-321923ABB856,Operator -false - -F494ED23-A5F0-4A50-BEC6-321923ABB856,String +0F1370DF-FF15-4CE7-ADF6-CA74BC642334,String <%LicenseAccepted%> -F5161B8B-B97F-4685-AC23-4876DC92DC04,CheckCondition +103DC6E3-97DC-46AC-81C5-DED8E4E319E7,CheckCondition {Before Action is Executed} -F5161B8B-B97F-4685-AC23-4876DC92DC04,Platform -Windows +103DC6E3-97DC-46AC-81C5-DED8E4E319E7,String +<%GuiMode%> -F57F599A-5F78-4A79-A422-F066D9D75009,Action -{Uninstall Actions} +1728FDEB-5E1A-48D4-9FF8-EE993A2C04AC,Conditions +{0 conditions} -F6476C46-BCA9-4066-B0A9-E0D03B4014D6,CheckCondition +1728FDEB-5E1A-48D4-9FF8-EE993A2C04AC,State +disabled + +1728FDEB-5E1A-48D4-9FF8-EE993A2C04AC,Widget +{NextButton; CancelButton} + +183B25D6-4AD5-4300-BE27-6D2076CA8110,Conditions +{0 conditions} + +183B25D6-4AD5-4300-BE27-6D2076CA8110,ShortcutName +{Stop Pandora FMS Agent Service} + +183B25D6-4AD5-4300-BE27-6D2076CA8110,TargetFileName +{<%InstallDir%>\scripts\stop_pandora_agent.bat} + +183B25D6-4AD5-4300-BE27-6D2076CA8110,WorkingDirectory +<%InstallDir%> + +18774B81-6D13-4BD2-B6F2-852BF95814BD,Alias +{Finish Actions} + +1957048E-B498-4FFF-A8BA-F2DF640463B1,BackButton,subst +1 + +1957048E-B498-4FFF-A8BA-F2DF640463B1,CancelButton,subst +1 + +1957048E-B498-4FFF-A8BA-F2DF640463B1,Caption,subst +1 + +1957048E-B498-4FFF-A8BA-F2DF640463B1,Conditions +{0 conditions} + +1957048E-B498-4FFF-A8BA-F2DF640463B1,Message,subst +1 + +1957048E-B498-4FFF-A8BA-F2DF640463B1,NextButton,subst +1 + +1D3EE8A2-B735-4756-9BB6-7BBC42077575,Conditions +{0 conditions} + +1D3EE8A2-B735-4756-9BB6-7BBC42077575,ShortcutName +{Pandora FMS Readme} + +1D3EE8A2-B735-4756-9BB6-7BBC42077575,TargetFileName +<%ProgramReadme%> + +1D3EE8A2-B735-4756-9BB6-7BBC42077575,WorkingDirectory +<%InstallDir%> + +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message,subst +1 + +1F7BE720-7885-4150-9550-F25FB1C69423,BackButton,subst +1 + +1F7BE720-7885-4150-9550-F25FB1C69423,CancelButton,subst +1 + +1F7BE720-7885-4150-9550-F25FB1C69423,Caption,subst +1 + +1F7BE720-7885-4150-9550-F25FB1C69423,Conditions +{0 conditions} + +1F7BE720-7885-4150-9550-F25FB1C69423,Message,subst +1 + +1F7BE720-7885-4150-9550-F25FB1C69423,NextButton,subst +1 + +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,BackButton,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,CancelButton,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,Caption,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,Conditions +{0 conditions} + +268B55D8-DE61-421A-AB68-A5D4821D981F,FileLabel,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,Message,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,NextButton,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,ProgressValue,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,Subtitle,subst +1 + +268B55D8-DE61-421A-AB68-A5D4821D981F,Title,subst +1 + +2B99A465-4666-445D-96BF-9C8F03CDAC60,Conditions +{0 conditions} + +2B99A465-4666-445D-96BF-9C8F03CDAC60,Message,subst +1 + +2B99A465-4666-445D-96BF-9C8F03CDAC60,Title,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,BackButton,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,CancelButton,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,Caption,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,Conditions +{1 condition} + +2C06B466-789E-4F18-B711-E8411E2CD80F,Message,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,NextButton,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,Subtitle,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,Text,subst +1 + +2C06B466-789E-4F18-B711-E8411E2CD80F,Title,subst +1 + +32628AD2-37C5-499A-8ACF-34040197FF9D,CheckCondition +{Before Next Action is Executed} + +32628AD2-37C5-499A-8ACF-34040197FF9D,FailureMessage +<%DirectoryPermissionText%> + +32628AD2-37C5-499A-8ACF-34040197FF9D,Filename +<%InstallDir%> + +32628AD2-37C5-499A-8ACF-34040197FF9D,Permission +{can create} + +354871D2-65BD-4414-BB04-F466798FA027,CheckCondition {Before Action is Executed} -F6476C46-BCA9-4066-B0A9-E0D03B4014D6,Operator +354871D2-65BD-4414-BB04-F466798FA027,String +{<%Property <%CurrentPane%> UserMustAcceptLicense%>} + +3AEDBF26-DF24-4328-B5AE-E93AA5F0617B,CheckCondition +{Before Action is Executed} + +3AEDBF26-DF24-4328-B5AE-E93AA5F0617B,Operator false -F6476C46-BCA9-4066-B0A9-E0D03B4014D6,String -<%SilentMode%> - -F9B1158A-D9CD-4BBD-AFFB-06F80CE84DB3,CheckCondition -{Before Action is Executed} - -F9B1158A-D9CD-4BBD-AFFB-06F80CE84DB3,String -<%ViewReadme%> - -FA2C06F6-3076-4A74-B481-649D364106EA,ExitType -Finish - -FE12D13F-E622-4640-9A96-9F95E056559F,CheckCondition -{Before Action is Executed} - -FE12D13F-E622-4640-9A96-9F95E056559F,Operator -false - -FE12D13F-E622-4640-9A96-9F95E056559F,String +3AEDBF26-DF24-4328-B5AE-E93AA5F0617B,String <%InstallStopped%> -FreeBSD-4-x86,Active +42520460-6E1C-45A9-A912-5B25124C16FC,Action +{Install Actions} + +466DC16E-3453-409B-999C-CCDF853AA03D,ExitType +Finish + +4CDCA2A2-0948-4DD1-BA24-C173D4D72E79,Conditions +{0 conditions} + +4CDCA2A2-0948-4DD1-BA24-C173D4D72E79,ConsoleTitle +{<%AppName%> Stopping Pandora FMS agent} + +4CDCA2A2-0948-4DD1-BA24-C173D4D72E79,ProgramCommandLine +stop_pandora_agent.bat + +4CDCA2A2-0948-4DD1-BA24-C173D4D72E79,WorkingDirectory +<%InstallDir%>/scripts + +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message,subst +1 + +4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF,CheckCondition +{Before Action is Executed} + +4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF,Message,subst +1 + +4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF,Title,subst +1 + +4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF,TrueValue No -FreeBSD-4-x86,DefaultDirectoryPermission -0755 +549C2B91-793B-4761-9A80-335929EB17F8,Conditions +{0 conditions} -FreeBSD-4-x86,DefaultFilePermission -0755 +549C2B91-793B-4761-9A80-335929EB17F8,ConsoleTitle +{<%AppName%> Editing Pandora FMS Agent configuration file} -FreeBSD-4-x86,Executable -<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> +549C2B91-793B-4761-9A80-335929EB17F8,ProgramCommandLine +{write pandora_agent.conf} -FreeBSD-4-x86,FallBackToConsole +549C2B91-793B-4761-9A80-335929EB17F8,WaitForProgram +No + +549C2B91-793B-4761-9A80-335929EB17F8,WorkingDirectory +<%InstallDir%> + +57BABE6F-717F-4D6A-8A66-921B404862F5,Conditions +{0 conditions} + +57BABE6F-717F-4D6A-8A66-921B404862F5,State +disabled + +57BABE6F-717F-4D6A-8A66-921B404862F5,Widget +{Back Button;Next Button} + +5CC9615C-1568-415A-A9BA-8D48DD155F7E,CheckCondition +{Before Action is Executed} + +5CC9615C-1568-415A-A9BA-8D48DD155F7E,String +<%ViewReadme%> + +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,Caption,subst +1 + +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,CloseButton,subst +1 + +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,Message,subst +1 + +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,TextFile +<%ProgramReadme%> + +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,Title,subst +1 + +5F2C50AB-0F5A-46B2-82A4-B4CB1D1A84BA,CheckCondition +{Before Action is Executed} + +5F2C50AB-0F5A-46B2-82A4-B4CB1D1A84BA,Operator +false + +5F2C50AB-0F5A-46B2-82A4-B4CB1D1A84BA,String +<%UpgradeInstall%> + +6057A263-437C-4EB8-93AB-DBC7055A759F,Components +FB96078B-BA3C-498C-8C20-B01C1F28ACA9 + +6057A263-437C-4EB8-93AB-DBC7055A759F,Description,subst +1 + +6057A263-437C-4EB8-93AB-DBC7055A759F,Name +Custom + +6059F771-3AA1-491C-8B84-788812912E73,BackButton,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,CancelButton,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,Caption,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,FileLabel,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,Message,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,NextButton,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,ProgressValue,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,Subtitle,subst +1 + +6059F771-3AA1-491C-8B84-788812912E73,Title,subst +1 + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,Background +white + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,Conditions +{2 conditions} + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,Text,subst +1 + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,Type +checkbutton + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,VirtualText +ViewReadme + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,X +185 + +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,Y +140 + +60FEFCD5-D31D-4DEA-86D7-E0246ABF0DF5,Action +{Uninstall Actions} + +60FEFCD5-D31D-4DEA-86D7-E0246ABF0DF5,Conditions +{0 conditions} + +61B40FBC-EADB-4F4C-A49F-81B35B3774BB,Alias +{Startup Actions} + +61CE1D31-E460-4F25-BFA3-499F25E90FE0,Conditions +{0 conditions} + +61CE1D31-E460-4F25-BFA3-499F25E90FE0,Directory +{<%InstallDir%>\util} + +61CE1D31-E460-4F25-BFA3-499F25E90FE0,Level +system + +628E6478-81A8-4DF9-A4FE-EACEFAEA2E93,String +<%ErrorsOccurred%> + +63A986C1-609D-430F-8119-EBEDFC8315EF,State +disabled + +63A986C1-609D-430F-8119-EBEDFC8315EF,Widget +{Back Button;Next Button} + +6ADB9508-5F82-4564-B6AC-1170A76B4CB9,ExitType +Finish + +6B06C7C2-97A8-4642-B286-3B089943F359,BackButton,subst +1 + +6B06C7C2-97A8-4642-B286-3B089943F359,CancelButton,subst +1 + +6B06C7C2-97A8-4642-B286-3B089943F359,Caption,subst +1 + +6B06C7C2-97A8-4642-B286-3B089943F359,Message,subst +1 + +6B06C7C2-97A8-4642-B286-3B089943F359,NextButton,subst +1 + +702D114A-8A75-4F7C-B228-734D6DB1172C,Prompt +<%ConsoleSelectDestinationText%> + +702D114A-8A75-4F7C-B228-734D6DB1172C,VirtualText +InstallDir + +716175FD-DD14-46E4-AC3E-2E6483C6FF7D,Comment +{Ask the user if they want to proceed with the uninstall.} + +716175FD-DD14-46E4-AC3E-2E6483C6FF7D,Conditions +{2 conditions} + +736623D0-C176-476C-A899-35C05DD59147,Conditions +{0 conditions} + +736623D0-C176-476C-A899-35C05DD59147,ShortcutName +{Help generating keys} + +736623D0-C176-476C-A899-35C05DD59147,TargetFileName +<%InstallDir%>/help/how_to_keys.html + +736623D0-C176-476C-A899-35C05DD59147,WorkingDirectory +<%InstallDir%> + +73AB9FDF-9481-4EC3-8B31-C109BAA1086C,Alias +{Uninstall Actions} + +73AB9FDF-9481-4EC3-8B31-C109BAA1086C,Conditions +{0 conditions} + +78DA1080-A7D6-4FC9-AEC0-E08A82E6E8A7,Conditions +{0 conditions} + +78DA1080-A7D6-4FC9-AEC0-E08A82E6E8A7,ConsoleTitle +{<%AppName%> Installing Pandora FMS Agent as windows service} + +78DA1080-A7D6-4FC9-AEC0-E08A82E6E8A7,ProgramCommandLine +{PandoraAgent.exe --install} + +78DA1080-A7D6-4FC9-AEC0-E08A82E6E8A7,WorkingDirectory +<%InstallDir%> + +7FB76BFF-92E4-4210-9CFA-D6CDDB7C2288,Conditions +{0 conditions} + +7FB76BFF-92E4-4210-9CFA-D6CDDB7C2288,UpdateFilePercentage Yes -FreeBSD-4-x86,InstallDir -<%Home%>/<%ShortAppName%> +7FB76BFF-92E4-4210-9CFA-D6CDDB7C2288,UpdateFileText +Yes -FreeBSD-4-x86,InstallMode -Standard +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,Background +white -FreeBSD-4-x86,InstallType +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,Text,subst +1 + +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,Type +checkbutton + +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,VirtualText +ViewReadme + +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,X +185 + +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,Y +140 + +87DDD23A-793E-41A9-9FC8-5582E7442A15,ExitType +Finish + +922F877C-14DD-462F-8BB4-0CD378D81C95,Conditions +{0 conditions} + +922F877C-14DD-462F-8BB4-0CD378D81C95,ShortcutName +{Start Pandora FMS Agent Service} + +922F877C-14DD-462F-8BB4-0CD378D81C95,TargetFileName +{<%InstallDir%>\scripts\start_pandora_agent.bat} + +922F877C-14DD-462F-8BB4-0CD378D81C95,WorkingDirectory +<%InstallDir%> + +9439434F-D9FB-4645-A50A-23D65C0A5E2C,Conditions +{0 conditions} + +9439434F-D9FB-4645-A50A-23D65C0A5E2C,ConsoleTitle +{<%AppName%> Deregistering Pandora FMS Agent service} + +9439434F-D9FB-4645-A50A-23D65C0A5E2C,ProgramCommandLine +{PandoraAgent.exe --uninstall} + +9439434F-D9FB-4645-A50A-23D65C0A5E2C,WorkingDirectory +<%InstallDir%> + +946FC43B-0E32-4C38-86EF-4F9252C67E16,Destination +<%InstallDir%> + +946FC43B-0E32-4C38-86EF-4F9252C67E16,Name +{Program Files} + +946FC43B-0E32-4C38-86EF-4F9252C67E16,Size +3908623 + +96F7BA2D-A593-40DC-89C9-AE7895FD0984,CheckCondition +{Before Action is Executed} + +96F7BA2D-A593-40DC-89C9-AE7895FD0984,Operator +false + +96F7BA2D-A593-40DC-89C9-AE7895FD0984,String +<%Answer%> + +97F814AB-227B-4241-94E4-0E2061D62063,Conditions +{0 conditions} + +97F814AB-227B-4241-94E4-0E2061D62063,Files +{<%InstallDir%>\pandora_agent.log} + +97F814AB-227B-4241-94E4-0E2061D62063,IgnoreErrors +Yes + +9C96DF15-FD21-468D-9996-76D96466D335,Alias +{Install Actions} + +9C96DF15-FD21-468D-9996-76D96466D335,Conditions +{0 conditions} + +9D5D32C2-9AEC-46C1-98CA-F9A535E6ED82,CheckCondition +{Before Action is Executed} + +9D5D32C2-9AEC-46C1-98CA-F9A535E6ED82,Filename +<%ProgramReadme%> + +9F763EAB-21A4-41E7-B51B-EDC4ACF4C5C8,Action +{Install Actions} + +9F763EAB-21A4-41E7-B51B-EDC4ACF4C5C8,Conditions +{0 conditions} + +A4155ACD-0377-4A2C-B952-2C19BF592347,FileName +<%ShortAppName%>-uninstall + +A4155ACD-0377-4A2C-B952-2C19BF592347,ShortcutName +{Uninstall <%AppName%>} + +A4155ACD-0377-4A2C-B952-2C19BF592347,TargetFileName +<%Uninstaller%> + +A4155ACD-0377-4A2C-B952-2C19BF592347,WorkingDirectory +<%InstallDir%> + +A518E166-9DC7-454F-8EFE-CD4461F093FB,Action +{Uninstall Actions} + +A70C24DF-9653-42D5-8FA1-8E721E36E5C7,Default +Yes + +A70C24DF-9653-42D5-8FA1-8E721E36E5C7,Prompt +<%InstallStartupText%> + +A87C1A6B-ED26-4B07-8736-750725FF34E4,Components +FB96078B-BA3C-498C-8C20-B01C1F28ACA9 + +A87C1A6B-ED26-4B07-8736-750725FF34E4,Description,subst +1 + +A87C1A6B-ED26-4B07-8736-750725FF34E4,Name Typical -FreeBSD-4-x86,ProgramExecutable -{} +AA00EDED-9979-419F-A32C-DF1480E9EFF0,Alias +{Finish Actions} -FreeBSD-4-x86,ProgramFolderAllUsers -No +ACFFE9C0-C404-4FD9-AD70-8F60E822DE65,Conditions +{0 conditions} -FreeBSD-4-x86,ProgramFolderName -<%AppName%> +B2E20690-C57D-4286-9977-F2541E04D71F,BackButton,subst +1 -FreeBSD-4-x86,ProgramLicense -<%InstallDir%>/LICENSE.txt +B2E20690-C57D-4286-9977-F2541E04D71F,BrowseButton,subst +1 -FreeBSD-4-x86,ProgramName -{} +B2E20690-C57D-4286-9977-F2541E04D71F,BrowseText,subst +1 -FreeBSD-4-x86,ProgramReadme -<%InstallDir%>/README.txt +B2E20690-C57D-4286-9977-F2541E04D71F,CancelButton,subst +1 -FreeBSD-4-x86,PromptForRoot +B2E20690-C57D-4286-9977-F2541E04D71F,Caption,subst +1 + +B2E20690-C57D-4286-9977-F2541E04D71F,Conditions +{2 conditions} + +B2E20690-C57D-4286-9977-F2541E04D71F,DestinationLabel,subst +0 + +B2E20690-C57D-4286-9977-F2541E04D71F,Message,subst +1 + +B2E20690-C57D-4286-9977-F2541E04D71F,NextButton,subst +1 + +B2E20690-C57D-4286-9977-F2541E04D71F,Subtitle,subst +1 + +B2E20690-C57D-4286-9977-F2541E04D71F,Title,subst +1 + +B923CC3C-CD18-4F8A-9648-51ADE1168D4A,Alias +{Startup Actions} + +B923CC3C-CD18-4F8A-9648-51ADE1168D4A,Conditions +{0 conditions} + +BAD74F82-1E82-46F5-861A-EFBF6EC6887A,Action +{Install Actions} + +BC4AB013-F50F-49BF-BF98-FF7EBE16BCA4,Alias +{Cancel Actions} + +BF861387-DA7F-4986-B5BB-F77358B58603,Message,subst +1 + +BFA75CD3-3FEF-4F6C-87ED-6037AFEBD4CD,CheckCondition +{Before Action is Executed} + +BFA75CD3-3FEF-4F6C-87ED-6037AFEBD4CD,Operator +false + +BFA75CD3-3FEF-4F6C-87ED-6037AFEBD4CD,String +<%Answer%> + +C0AAD722-CF3D-4708-A62F-4EE9C92F7B24,BackButton,subst +1 + +C0AAD722-CF3D-4708-A62F-4EE9C92F7B24,CancelButton,subst +1 + +C0AAD722-CF3D-4708-A62F-4EE9C92F7B24,Caption,subst +1 + +C0AAD722-CF3D-4708-A62F-4EE9C92F7B24,Message,subst +1 + +C0AAD722-CF3D-4708-A62F-4EE9C92F7B24,NextButton,subst +1 + +C19EE9A4-6BBE-4631-8013-7B7DCA588367,Default Yes -FreeBSD-4-x86,RequireRoot +C19EE9A4-6BBE-4631-8013-7B7DCA588367,Prompt +<%UninstallStartupText%> + +C26F2CA4-11A4-48B9-BEF0-DA6521FF67A8,CheckCondition +{Before Action is Executed} + +C26F2CA4-11A4-48B9-BEF0-DA6521FF67A8,Operator +false + +C26F2CA4-11A4-48B9-BEF0-DA6521FF67A8,String +<%UpgradeInstall%> + +C6CE92F8-3842-4E58-A3A2-5B5D2F7AFB4B,Conditions +{0 conditions} + +C6CE92F8-3842-4E58-A3A2-5B5D2F7AFB4B,Message,subst +1 + +C6CE92F8-3842-4E58-A3A2-5B5D2F7AFB4B,Title,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,BackButton,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,CancelButton,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,Caption,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,Conditions +{0 conditions} + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,Message,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,NextButton,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,Subtitle,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,Text,subst +1 + +C862BDC0-8F67-4546-B658-4A9A8ADCE385,Title,subst +1 + +CFEEDA4E-6870-4C25-8847-2ABB087DF90D,ExitType +Finish + +CFF365EA-C5AD-4E16-9D09-E20AADED45ED,Alias +{Cancel Actions} + +D05D0C20-4972-455A-885D-69F24E9AF177,Action +{Install Actions} + +D3D6A68D-37DE-4FC8-874D-33A762512634,CheckCondition +{Before Action is Executed} + +D3D6A68D-37DE-4FC8-874D-33A762512634,Operator +false + +D3D6A68D-37DE-4FC8-874D-33A762512634,String +<%InstallStopped%> + +D567240B-2A30-47FD-97AA-3EDA09B64E9F,Alias +{Setup Actions} + +D567240B-2A30-47FD-97AA-3EDA09B64E9F,Conditions +{0 conditions} + +D6128B0E-6CFE-4626-87CC-64C883554F0F,Conditions +{0 conditions} + +D6128B0E-6CFE-4626-87CC-64C883554F0F,ShortcutName +{Pandora FMS License} + +D6128B0E-6CFE-4626-87CC-64C883554F0F,TargetFileName +<%ProgramLicense%> + +D6128B0E-6CFE-4626-87CC-64C883554F0F,WorkingDirectory +<%InstallDir%> + +D8C1E7BD-813A-43ED-95A4-4F5DA45D5886,CheckCondition +{Before Action is Executed} + +D8C1E7BD-813A-43ED-95A4-4F5DA45D5886,Filename +<%ProgramReadme%> + +DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB,CheckCondition +{Before Action is Executed} + +DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB,Message,subst +1 + +DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB,Title,subst +1 + +DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB,TrueValue No -FreeBSD-4-x86,RootInstallDir -/usr/local/<%ShortAppName%> +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,AcceptRadiobutton,subst +0 -FreeBSD-x86,Active -No - -FreeBSD-x86,DefaultDirectoryPermission -0755 - -FreeBSD-x86,DefaultFilePermission -0755 - -FreeBSD-x86,Executable -<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> - -FreeBSD-x86,FallBackToConsole +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Active Yes -FreeBSD-x86,InstallDir -<%Home%>/<%ShortAppName%> +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,BackButton,subst +1 -FreeBSD-x86,InstallMode -Standard +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,CancelButton,subst +1 -FreeBSD-x86,InstallType -Typical +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Caption,subst +1 -FreeBSD-x86,ProgramExecutable -{} +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Conditions +{0 conditions} -FreeBSD-x86,ProgramFolderAllUsers -No +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,DeclineRadiobutton,subst +0 -FreeBSD-x86,ProgramFolderName -<%AppName%> +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Message,subst +1 -FreeBSD-x86,ProgramLicense -<%InstallDir%>/LICENSE.txt +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,NextButton,subst +1 -FreeBSD-x86,ProgramName -{} +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Subtitle,subst +1 -FreeBSD-x86,ProgramReadme -<%InstallDir%>/README.txt +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Text,subst +1 -FreeBSD-x86,PromptForRoot +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Title,subst +1 + +E3AB45B0-A6A5-40AC-ADC7-7DD86403BFD0,Conditions +{0 conditions} + +E3AB45B0-A6A5-40AC-ADC7-7DD86403BFD0,ShortcutName +{Edit configuration} + +E3AB45B0-A6A5-40AC-ADC7-7DD86403BFD0,TargetFileName +{<%InstallDir%>\pandora_agent.conf} + +E3AB45B0-A6A5-40AC-ADC7-7DD86403BFD0,WorkingDirectory +<%InstallDir%> + +E573F839-1FCD-4668-93F9-E39764B8CB78,CheckCondition +{Before Action is Executed} + +E573F839-1FCD-4668-93F9-E39764B8CB78,Filename +<%ProgramReadme%> + +E8952A0A-82A0-4AD0-8FA8-8902870AF848,CheckCondition +{Before Next Pane is Displayed} + +E8952A0A-82A0-4AD0-8FA8-8902870AF848,FailureMessage +<%DirectoryPermissionText%> + +E8952A0A-82A0-4AD0-8FA8-8902870AF848,Filename +<%InstallDir%> + +E8952A0A-82A0-4AD0-8FA8-8902870AF848,Permission +{can create} + +EAB473BD-3ECC-4FDE-AF62-B80B89DCAE38,Conditions +{2 conditions} + +EAB473BD-3ECC-4FDE-AF62-B80B89DCAE38,State +disabled + +EAB473BD-3ECC-4FDE-AF62-B80B89DCAE38,Widget +NextButton + +EC5B73CA-A6F4-445F-BA98-988670774CB3,Comment +{Ask the user if they want to proceed with the install.} + +ED3D7C90-4A56-40EE-A2C5-E845C3A57C12,Alias +{Setup Actions} + +ED3D7C90-4A56-40EE-A2C5-E845C3A57C12,Conditions +{0 conditions} + +EDB4771C-ED91-462E-84D9-66E4AE0A9D9C,CheckCondition +{Before Action is Executed} + +EDB4771C-ED91-462E-84D9-66E4AE0A9D9C,String +<%GuiMode%> + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,BackButton,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,CancelButton,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,Caption,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,FileValue,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,Message,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,NextButton,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,ProgressValue,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,Subtitle,subst +1 + +F037AAD5-E79E-4544-B8C0-AA98CDF5438E,Title,subst +1 + +F6A6DB43-C89D-4A19-98D3-1E24284260AE,Comment +{Do not display this pane if this is an upgrade install unless there is more than one installation present} + +F6A6DB43-C89D-4A19-98D3-1E24284260AE,Script +{!<%UpgradeInstall%> || <%PreviousInstallCount%> != 1} + +F71872ED-E931-4B96-B4F8-1F65356FE848,Action +{Uninstall Actions} + +FB96078B-BA3C-498C-8C20-B01C1F28ACA9,Description,subst +1 + +FB96078B-BA3C-498C-8C20-B01C1F28ACA9,FileGroups +946FC43B-0E32-4C38-86EF-4F9252C67E16 + +FB96078B-BA3C-498C-8C20-B01C1F28ACA9,Name +{Default Component} + +FB96078B-BA3C-498C-8C20-B01C1F28ACA9,RequiredComponent Yes -FreeBSD-x86,RequireRoot -No +FDC6FE35-3B6A-42CE-8790-C6057A17B75D,CheckCondition +{Before Action is Executed} -FreeBSD-x86,RootInstallDir -/usr/local/<%ShortAppName%> +FDC6FE35-3B6A-42CE-8790-C6057A17B75D,Operator +false -HPUX-hppa,Active -No +FDC6FE35-3B6A-42CE-8790-C6057A17B75D,String +<%UpgradeInstall%> -HPUX-hppa,DefaultDirectoryPermission -0755 +FFB409C9-5ED9-4C0E-8FD6-7A0EE6982322,CheckCondition +{Before Action is Executed} -HPUX-hppa,DefaultFilePermission -0755 - -HPUX-hppa,Executable -<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> - -HPUX-hppa,FallBackToConsole -Yes - -HPUX-hppa,InstallDir -<%Home%>/<%ShortAppName%> - -HPUX-hppa,InstallMode -Standard - -HPUX-hppa,InstallType -Typical - -HPUX-hppa,ProgramExecutable -{} - -HPUX-hppa,ProgramFolderAllUsers -No - -HPUX-hppa,ProgramFolderName -<%AppName%> - -HPUX-hppa,ProgramLicense -<%InstallDir%>/LICENSE.txt - -HPUX-hppa,ProgramName -{} - -HPUX-hppa,ProgramReadme -<%InstallDir%>/README.txt - -HPUX-hppa,PromptForRoot -Yes - -HPUX-hppa,RequireRoot -No - -HPUX-hppa,RootInstallDir -/usr/local/<%ShortAppName%> +FFB409C9-5ED9-4C0E-8FD6-7A0EE6982322,String +<%GuiMode%> Linux-x86,Active No -Linux-x86,BuildType -dynamic - Linux-x86,DefaultDirectoryPermission -00755 +0755 Linux-x86,DefaultFilePermission -00755 +0755 Linux-x86,Executable <%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> @@ -1655,7 +1214,7 @@ Linux-x86,InstallType Typical Linux-x86,ProgramExecutable -<%InstallDir%>/Pandora +<%InstallDir%>/pandora_agent Linux-x86,ProgramFolderAllUsers No @@ -1681,57 +1240,6 @@ No Linux-x86,RootInstallDir /usr/local/<%ShortAppName%> -Solaris-sparc,Active -No - -Solaris-sparc,DefaultDirectoryPermission -0755 - -Solaris-sparc,DefaultFilePermission -0755 - -Solaris-sparc,Executable -<%AppName%>-<%Version%>-<%Platform%>-Install<%Ext%> - -Solaris-sparc,FallBackToConsole -Yes - -Solaris-sparc,InstallDir -<%Home%>/<%ShortAppName%> - -Solaris-sparc,InstallMode -Standard - -Solaris-sparc,InstallType -Typical - -Solaris-sparc,ProgramExecutable -{} - -Solaris-sparc,ProgramFolderAllUsers -No - -Solaris-sparc,ProgramFolderName -<%AppName%> - -Solaris-sparc,ProgramLicense -<%InstallDir%>/LICENSE.txt - -Solaris-sparc,ProgramName -{} - -Solaris-sparc,ProgramReadme -<%InstallDir%>/README.txt - -Solaris-sparc,PromptForRoot -Yes - -Solaris-sparc,RequireRoot -No - -Solaris-sparc,RootInstallDir -/usr/local/<%ShortAppName%> - TarArchive,Active No @@ -1795,17 +1303,14 @@ TarArchive,VirtualTextMap Windows,Active Yes -Windows,BuildType -{} - Windows,Executable -Pandora_Windows_Agent-<%Version%>-Setup<%Ext%> +<%AppName%>-<%Version%>-Setup<%Ext%> Windows,IncludeTWAPI No Windows,InstallDir -{<%PROGRAM_FILES%>\Pandora_Agent} +<%PROGRAM_FILES%>/pandora_agent Windows,InstallMode Standard @@ -1814,98 +1319,119 @@ Windows,InstallType Typical Windows,ProgramExecutable -{<%InstallDir%>\PandoraAgent.exe} +<%InstallDir%>/PandoraAgent.exe Windows,ProgramFolderAllUsers No Windows,ProgramFolderName -{Pandora FMS Windows Agent} +<%AppName%> Windows,ProgramLicense -{<%InstallDir%>\LICENSE.txt} +<%InstallDir%>/LICENSE.txt Windows,ProgramName {} Windows,ProgramReadme -{<%InstallDir%>\README.txt} +<%InstallDir%>/README.txt Windows,WindowsIcon -C:/pandora_installer/pandora.ico +{Setup Blue Screen.ico} } ::msgcat::mcmset de { -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message <%UninstallingApplicationText%> -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message -<%InstallingApplicationText%> +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message +<%InstallationCompleteText%> -9448E139-2B52-48C9-8C81-D79B14176066,Message +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message <%UninstallCompleteText%> -9F6C8772-1469-43AC-AB51-139E63273CF9,Message -<%InstallationCompleteText%> +BF861387-DA7F-4986-B5BB-F77358B58603,Message +<%InstallingApplicationText%> } ::msgcat::mcmset en { -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message +1957048E-B498-4FFF-A8BA-F2DF640463B1,Message +{This will install <%AppName%> version <%Version%> on your computer. + +It is recommended that you close all other applications before continuing. After installation, +you should edit default configuration file to define server IP address and other parameters. + +Click Next to continue or Cancel to exit Setup.} + +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message <%UninstallingApplicationText%> -10A1AE8A-A5C5-4F0E-8D15-FC176DF534B0,Description -<%ProgramFilesDescription%> +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message +<%InstallationCompleteText%> -14F906D2-8874-4CE1-B74F-B6DE472D2DCC,Message +2B99A465-4666-445D-96BF-9C8F03CDAC60,Message +{Pandora FMS could use SFTP/SSH2 method to copy XML data files to server. + +If you want to use this method, please generate both Public and Private keys and +save them \nlike id_dsa.pub and id_dsa, OpenSSH format, into <%InstallDir%>\key folder. + +Please, refer documentation for more information.} + +2B99A465-4666-445D-96BF-9C8F03CDAC60,Title +{SSH Key Generation} + +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message +<%UninstallCompleteText%> + +4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF,Message <%InstallStartupText%> -14F906D2-8874-4CE1-B74F-B6DE472D2DCC,Title +4F66C16F-6FAC-4A36-B0EA-CCA2324B27DF,Title <%InstallApplicationText%> -1F7C75DC-8004-46C9-A39C-6E852C05E103,Text -<%LaunchApplicationText%> - -308E0161-3353-4A59-88CE-7D8EF4CC769C,Text -<%CreateDesktopShortcutText%> - -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Caption +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,Caption <%ApplicationReadmeText%> -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Message +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,Message {} -333668BE-FF48-4EBC-BDE5-F06A9CB5A099,Title +5EA75DE2-F9E1-405D-800E-B28FB96CDC61,Title <%ApplicationReadmeText%> -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message -<%InstallingApplicationText%> - -4E7789D9-F175-4850-A615-BF786EF9A83C,Message -<%UninstallLeftoverText%> - -4E7789D9-F175-4850-A615-BF786EF9A83C,Title -{Uninstall <%AppName%>} - -5D6C331A-8CAA-4473-9067-B4F94210D48B,Message -<%UninstallStartupText%> - -5D6C331A-8CAA-4473-9067-B4F94210D48B,Title -<%UninstallApplicationText%> - -7080336B-65E6-4818-9201-068FFEA6FB3A,Description -<%TypicalInstallDescription%> - -71FFAE7C-8385-474E-857F-7B435F052367,Description +6057A263-437C-4EB8-93AB-DBC7055A759F,Description <%CustomInstallDescription%> -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,Message -{Do you want to generate the pair of public and private keys?} +60CAEDF4-53E9-46C5-9A0F-5873E12F2328,Text +<%ViewReadmeText%> -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,Title -{Public and Private Key Generation} +86342A9C-494A-4036-BA8E-E4BE8A7BB16C,Text +<%ViewReadmeText%> -93904CE2-E0A2-4CB9-ABF6-1C152320CE31,Text +A87C1A6B-ED26-4B07-8736-750725FF34E4,Description +<%TypicalInstallDescription%> + +BF861387-DA7F-4986-B5BB-F77358B58603,Message +<%InstallingApplicationText%> + +C6CE92F8-3842-4E58-A3A2-5B5D2F7AFB4B,Message +{Last step is to configure your Pandora FMS agent. + +Please change server IP address, and ftp_password if you want to use FTP +transfer with Pandora FMS. Review all other parameters and save file. + +After that, you can safely start Pandora FMS Agent windows service.} + +C6CE92F8-3842-4E58-A3A2-5B5D2F7AFB4B,Title +{Setup Pandora FMS} + +DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB,Message +<%UninstallStartupText%> + +DAE5A5A9-35B4-44B5-89C0-F25FDD2771FB,Title +<%UninstallApplicationText%> + +DE1D4DF7-A35C-4228-8A25-07106AD77C9E,Text {GNU GENERAL PUBLIC LICENSE Version 2, June 1991 @@ -1997,160 +1523,66 @@ NO WARRANTY 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -END OF TERMS AND CONDITIONS -} +END OF TERMS AND CONDITIONS} -9448E139-2B52-48C9-8C81-D79B14176066,Message -<%UninstallCompleteText%> - -9F6C8772-1469-43AC-AB51-139E63273CF9,Message -<%InstallationCompleteText%> - -B3DC46D9-345A-4534-B9CC-873647DA4A81,Text -<%ViewReadmeText%> - -B5120279-23E9-4757-99A3-548F029D0421,Text -<%ViewReadmeText%> - -B62CA434-3DDE-4196-A536-6F84033DDB00,Text -<%CreateQuickLaunchShortcutText%> - -BF85FB82-C863-4A4A-8C45-B3238F33A687,Text -<%CreateQuickLaunchShortcutText%> - -C26ADDF5-B908-4B20-81F9-655807DD5C7B,Message -{Do you want to init Pandora Agent Service?} - -C26ADDF5-B908-4B20-81F9-655807DD5C7B,Title -{Service Initialization} - -D8E7CB00-75A9-4031-BB60-047D19C89753,Message -{The InstallJammer Wizard has successfully installed <%AppName%> <%Version%>. -Click Finish to exit the wizard.} - -DB634BF4-9244-4008-ACF1-9810BCC95A4A,Text -<%LaunchApplicationText%> - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Caption -{Welcome to the Install Wizard for <%AppName%>} - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Message -{This will install <%AppName%> version <%Version%> on your computer. - -It is recommended that you close all other applications before continuing. - -Click Next to continue or Cancel to exit Setup.} - -E8082112-E869-4AAC-918A-3C5307CB6423,Message -{Please generate both Public and Private keys, SSH2 DSA, and save them like id_dsa.pub and id_dsa, OpenSSH format, into <%InstallDir%>\key folder.} - -E8082112-E869-4AAC-918A-3C5307CB6423,Title -{Public and Private Key Generation} - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Caption -{Setup has enough information to start copying the program files. If you want to review or change any settings, click Back. If you are satisfied with the settings, click Next to begin copying files.} - -FD4A35A5-930C-464A-BF60-2E721C498270,Text -<%CreateDesktopShortcutText%> +FB96078B-BA3C-498C-8C20-B01C1F28ACA9,Description +<%ProgramFilesDescription%> } ::msgcat::mcmset es { -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message <%UninstallingApplicationText%> -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message -<%InstallingApplicationText%> - -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,Message -{¿Quiere generar las claves pública y privada?} - -87FE38EB-DF8C-4DD6-8F4A-F09D4DD0ECB6,Title -{Generación de claves pública y privada} - -9448E139-2B52-48C9-8C81-D79B14176066,Message -<%UninstallCompleteText%> - -9F6C8772-1469-43AC-AB51-139E63273CF9,Message +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message <%InstallationCompleteText%> -C26ADDF5-B908-4B20-81F9-655807DD5C7B,Message -{¿Desea iniciar el Servicio Pandora Agent?} +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message +<%UninstallCompleteText%> -C26ADDF5-B908-4B20-81F9-655807DD5C7B,Title -{Inicio de Servicio} - -D8E7CB00-75A9-4031-BB60-047D19C89753,Message -{El Instalador InstallJammer ha instalado <%AppName%> con éxito. Pulse Finalizar para salir de este Instalador.} - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Caption -{Bienvenido al Instalador InstallJammer para <%AppName%>} - -E5CD4D08-6331-4F49-937C-949A501D9B9A,Message -{Este programa instalará <%AppName%> versión <%Version%> en su equipo. - -Se recomienda cerrar las demás aplicaciones antes de continuar. - -Pulse siguiente para continuar o Cancelar para salir de la instalación.} - -E8082112-E869-4AAC-918A-3C5307CB6423,Message -{Genere las claves Pública y Privada de tipo SSH2 DSA, y guárdelas como id_dsa.pub e id_dsa en formato OpenSSH en el directorio <%InstallDir%>\key.} - -E8082112-E869-4AAC-918A-3C5307CB6423,Title -{Generación de clave pública y clave privada} - -F1A35B0F-4ED6-4687-8D6B-92BF1D209A25,Caption -{Se ha recopilado la información necesaria para comenzar a copiar los archivos del programa. Si desea revisar o cambiar la configuración, pulse Atrás. Si esta conforme con la configuración, pulse Siguiente para comenzar a copiar los archivos.} - -TypicalInstallDescription -{Instalación típica.} - -UninstallLeftoverText -{Algunos componentes no pudieron ser eliminados. ¿Desea borrarlos de todos modos? (no recomendado)} - -UninstallStartupText -{Se eliminará completamente <%AppName%> de su sistema. ¿Seguro que desea esto?} +BF861387-DA7F-4986-B5BB-F77358B58603,Message +<%InstallingApplicationText%> } ::msgcat::mcmset fr { -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message <%UninstallingApplicationText%> -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message -<%InstallingApplicationText%> +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message +<%InstallationCompleteText%> -9448E139-2B52-48C9-8C81-D79B14176066,Message +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message <%UninstallCompleteText%> -9F6C8772-1469-43AC-AB51-139E63273CF9,Message -<%InstallationCompleteText%> +BF861387-DA7F-4986-B5BB-F77358B58603,Message +<%InstallingApplicationText%> } ::msgcat::mcmset pl { -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message <%UninstallingApplicationText%> -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message -<%InstallingApplicationText%> +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message +<%InstallationCompleteText%> -9448E139-2B52-48C9-8C81-D79B14176066,Message +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message <%UninstallCompleteText%> -9F6C8772-1469-43AC-AB51-139E63273CF9,Message -<%InstallationCompleteText%> +BF861387-DA7F-4986-B5BB-F77358B58603,Message +<%InstallingApplicationText%> } ::msgcat::mcmset pt_br { -0CC80B2D-22A3-44F2-BE08-9996F406C939,Message +1D572EE2-DD93-4F13-850E-DE0EEB1DA110,Message <%UninstallingApplicationText%> -4D2ED7C9-1F93-4F8E-883B-FE3AD2FF01EF,Message -<%InstallingApplicationText%> +2073DDB6-50AB-4708-82AD-02A6C3F3EDE1,Message +<%InstallationCompleteText%> -9448E139-2B52-48C9-8C81-D79B14176066,Message +4E1B9A69-B88E-4DE5-A0E1-08E04C4BE6B3,Message <%UninstallCompleteText%> -9F6C8772-1469-43AC-AB51-139E63273CF9,Message -<%InstallationCompleteText%> +BF861387-DA7F-4986-B5BB-F77358B58603,Message +<%InstallingApplicationText%> }