IntelliTect / PSToolbox

PowerShell scripts and modules on PowerShell gallery
https://www.powershellgallery.com/packages?q=Intellitect
MIT License
9 stars 4 forks source link

Setup.ps1 assumes you already have PSToolbox installed #7

Closed adamskt closed 8 years ago

adamskt commented 8 years ago

Error thrown:

The term '\Functions\Import-VisualStudioVars.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At D:\Dev\GitHub\IntelliTect\PSToolbox\Setup.ps1:50 char:6
+     . <<<<  $PSScriptRoot\Functions\Import-VisualStudioVars.ps1
    + CategoryInfo          : ObjectNotFound: (\Functions\Import-VisualStudioVars.ps1:String) [], CommandNotFoundExcep
   tion
    + FullyQualifiedErrorId : CommandNotFoundException
ascott18 commented 8 years ago

This part of the script wasn't used and will be removed.