ancho Lerena <slerena@artica.es>
* Installer/Pandora_silent.mpi: Installer in silent mode. Should replace pandora.mpi in the future, includes both, using a command line to choose standard or un-attended install. M win32/ChangeLog A win32/installer/pandora_silent.mpi M win32/installer/pandora.mpi git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2111 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c45191912c
commit
1f3f0eeef7
|
@ -1,3 +1,9 @@
|
|||
2009-11-17 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* Installer/Pandora_silent.mpi: Installer in silent mode. Should
|
||||
replace pandora.mpi in the future, includes both, using a command
|
||||
line to choose standard or un-attended install.
|
||||
|
||||
2009-10-17 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* configure.in: Modified path to libregex.a instead original boost
|
||||
|
|
|
@ -488,7 +488,7 @@ array set Properties {
|
|||
|
||||
0C4A17DA-7867-40CC-81B4-0D1F170581AC,StringMap
|
||||
{$ServerIP$ <%ServerIP%>
|
||||
$AgentTemp$ <%InstallDir%>\\temp}
|
||||
$AgentTemp$ <%InstallDir%>}
|
||||
|
||||
0F1370DF-FF15-4CE7-ADF6-CA74BC642334,CheckCondition
|
||||
{Before Action is Executed}
|
||||
|
@ -1154,9 +1154,12 @@ A2D703B9-395E-59F4-B03C-1655F2690FB7,Files
|
|||
{pandora_agent.conf}
|
||||
|
||||
A2D703B9-395E-59F4-B03C-1655F2690FB7,StringMap
|
||||
{$ServerIP$ localhost \n$
|
||||
{$ServerIP$ localhost
|
||||
$ServerPath$ /var/spool/pandora/data_in
|
||||
$AgentTemp$ <%InstallDir%>\temp
|
||||
$AgentTemp$ <%InstallDir%>\\temp
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
A4155ACD-0377-4A2C-B952-2C19BF592347,Conditions
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue