Skip to content

Commit

Permalink
Install all HTTP server plugins default configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 2, 2019
1 parent fad6c62 commit 019f7f1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions NSIS/FusionInventory-Agent/Include/MiscFunc.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,10 @@
nsExec::Exec '"$PLUGINSDIR\sed.exe" -i -e "s/$$/\r/" "$R0\docs\releases\installer-readme.txt"'
Delete "$R0\docs\releases\sed*"

; Install $R0\etc
; Install $R0\etc with all default HTTP server plugin configurations
SetOutPath "$R0\etc\"
File /oname=agent.cfg.sample "${FIA_DIR}\etc\agent.cfg"
File /oname=inventory-server-plugin.cfg "${FIA_DIR}\etc\inventory-server-plugin.cfg"
File /oname=server-test-plugin.cfg.sample "${FIA_DIR}\etc\server-test-plugin.cfg"
File /oname=ssl-server-plugin.cfg "${FIA_DIR}\etc\ssl-server-plugin.cfg"
File "${FIA_DIR}\etc\*-plugin.cfg"

; Install $R0\perl\agent\FusionInventory\Agent.pm
SetOutPath "$R0\perl\agent\FusionInventory"
Expand Down

0 comments on commit 019f7f1

Please sign in to comment.