JFLarvoire / SysToolsLib

A library of Windows and Linux system management tools
Apache License 2.0
314 stars 93 forks source link

creating installdir fails #3

Closed nischl closed 7 years ago

nischl commented 7 years ago

Hi,

creating an installdir fails with

New-Item : The given path's format is not supported.

Fix: replace '-Name' with '-Path'

/ni

JFLarvoire commented 7 years ago

Fixed in the updated PSService.ps1 version I just pushed out. Thanks, Jean-François