Skip to content

Commit

Permalink
Forgot to include Storages and PartNumber dedicated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 27, 2020
1 parent 4cf9677 commit 344f768
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NSIS/FusionInventory-Agent/Include/MiscFunc.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,14 @@
SetOutPath "$R0\perl\agent\FusionInventory\Agent\Tools\Standards"
File /r "${FIA_DIR}\lib\FusionInventory\Agent\Tools\Standards\*.*"

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

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

; 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 344f768

Please sign in to comment.