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

Commit

Permalink
Set WMI Task class at upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Dec 21, 2017
1 parent edb7479 commit 0961d4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions NSIS/FusionInventory-Agent/Include/MiscFunc.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
CreateDirectory "$R0\perl\agent\FusionInventory\Agent"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Task"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Task\Inventory"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Task\Wmi"
CreateDirectory "$R0\perl\agent\FusionInventory\Agent\Task\WMI"
CreateDirectory "$R0\perl\bin"

; Create $R0\fusioninventory-injector.bat
Expand Down Expand Up @@ -447,18 +447,18 @@
FileClose $R1

; Install $R0\perl\agent\FusionInventory\Agent\Task\Inventory.pm
; $R0\perl\agent\FusionInventory\Agent\Task\Wmi.pm
; $R0\perl\agent\FusionInventory\Agent\Task\WMI.pm
SetOutPath "$R0\perl\agent\FusionInventory\Agent\Task"
File "${FIA_DIR}\lib\FusionInventory\Agent\Task\Inventory.pm"
File "${FIA_DIR}\lib\FusionInventory\Agent\Task\Wmi.pm"
File "${FIA_DIR}\lib\FusionInventory\Agent\Task\WMI.pm"

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

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

; Install $R0\perl\bin\fusioninventory-injector
; $R0\perl\bin\fusioninventory-inventory
Expand Down

0 comments on commit 0961d4c

Please sign in to comment.