Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Add new FusionInventory\Agent\Tools\Standards folder installation
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 14, 2017
1 parent b9fc742 commit edb7479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NSIS/FusionInventory-Agent/Include/MiscFunc.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Daemon"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Tools"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Tools\Screen"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Tools\Standards"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Tools\Win32"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\XML"
CreateDirectory "$R0\perl\bin"
Expand Down Expand Up @@ -230,6 +231,10 @@
SetOutPath "$R0\perl\agent\FusionInventory\Agent\Tools\Screen"
File /r "${FIA_DIR}\lib\FusionInventory\Agent\Tools\Screen\*.*"

; Install $R0\perl\agent\FusionInventory\Agent\Tools\Standards\*.*
SetOutPath "$R0\perl\agent\FusionInventory\Agent\Tools\Standards"
File /r "${FIA_DIR}\lib\FusionInventory\Agent\Tools\Standards\*.*"

; Install $R0\perl\agent\FusionInventory\Agent\XML\*.*
SetOutPath "$R0\perl\agent\FusionInventory\Agent\XML"
File /r "${FIA_DIR}\lib\FusionInventory\Agent\XML\*.*"
Expand Down

0 comments on commit edb7479

Please sign in to comment.