Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

System cannot find path specified



  • I have created a new feed of type ProGet Deploy and added a few packages. This is my only active feed. I added a couple servers to my testing environment and they show OK in the UI. I created a new project and added a package to deploy. When I attempt to deploy to the testing environment, it fails with the info below.

    Starting deployment...
    Verifying NuGetServer02...
    Executing: C:\Chocolatey\bin\cinst Deploy 7zip -Version 1.0.0 -Source http://localhost:5555/nuget/Deployment 
    The system cannot find the path specified.
    Verifying NuGetServer03...
    

    Product: ProGet
    Version: 3.2.1



  • Does C:\Chocolatey\bin\cinst actually exist? If not, make sure that the server's "Chocolatey bin path" setting is correct. Note that cinst by itself may not be correct depending on the version of Chocolatey installed since it may be cinst.exe or cinst.bat.



  • I got chocolatey installed on destination servers. I created a new project called "Install Putty" using the default Project Package version 1.0.0. I added putty 0.63 in Packages to Deploy section but deployment fails with error message.

    Starting deployment...
    Verifying NuGetServer02...
    Executing: C:\ProgramData\Chocolatey\bin\cinst Install putty -Version 1.0.0 -Source http://localhost:5555/nuget/Deployment
    Chocolatey (v0.9.8.28) is installing 'Install' and dependencies. By installing you accept the license for 'Install' and each dependency you are installing.
    Unable to find version '1.0.0' of package 'Install'.
    Chocolatey (v0.9.8.28) is installing 'putty' and dependencies. 
    By installing you accept the license for 'putty' and each dependency you are installing.
    Unable to find version '1.0.0' of package 'putty'.
    Command 'install' failed (sometimes this indicates a partial failure). 
    Additional info/packages: Install, putty
    Did you know we are rewriting Chocolatey? The new version is much more stable and secure.
    Find out more and support the future of Chocolatey at https://bit.ly/chocolateykickstarter
    Disable this message by changing ksMessage to false in chocolatey.config.


  • The -source argument doesn't look right. Since the command is running remotely, it shouldn't be accessing localhost, but instead it should be using the ProGet server's URL.

    To override that URL, make sure to set the ODataBaseUrl in Advanced Configuration to something like:

    http://proget-server:1000/nuget/


Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation