Commented Unassigned: Add verification of newly added package source using...
When using Add-PackageSource, there is no verification of whether the source actually exists. It just adds the source with no questions asked and you won't know until you attempt to find/install a...
View ArticleCommented Unassigned: Add verification of newly added package source using...
When using Add-PackageSource, there is no verification of whether the source actually exists. It just adds the source with no questions asked and you won't know until you attempt to find/install a...
View ArticleCommented Unassigned: Add verification of newly added package source using...
When using Add-PackageSource, there is no verification of whether the source actually exists. It just adds the source with no questions asked and you won't know until you attempt to find/install a...
View ArticleCommented Unassigned: Please add support for Npackd [13]
Hello,please also add support for Npackd (https://code.google.com/p/windows-package-manager/)Thank YouComments: We'll have details on the plugin model and a sample/template that you can play with in a...
View ArticleCommented Unassigned: Need logs with detailed install information [12]
Perhaps these exist but I could not find them and they were not where they would be when using the Powershell based chocolatey client. At a minimum these should include the verbose output but more...
View ArticleCommented Issue: Zip Packages Extracted to Flat Folder Structure [9]
The Install-ChocolateyZipPackage helper is extracting all files into the destination folder and not preserving the zip file's folder structure.msmtp.portable is an example package that should extract...
View ArticleCommented Issue: Usage of Chocolatey Aliases fail inside packages [8]
Example: DotNet3.5. This package is just a call to cinst netfx3 -source WindowsFeature.The package cant use nuspec dependencies due t othe special source and if working on a client SKU, the...
View ArticleCommented Unassigned: Add verification of newly added package source using...
When using Add-PackageSource, there is no verification of whether the source actually exists. It just adds the source with no questions asked and you won't know until you attempt to find/install a...
View ArticleCommented Unassigned: Add verification of newly added package source using...
When using Add-PackageSource, there is no verification of whether the source actually exists. It just adds the source with no questions asked and you won't know until you attempt to find/install a...
View ArticleCreated Unassigned: Updating bundled cmdlets through OneGet [15]
Almost powershell's bundled cmdlets don't rely on powershell engine.So, if powershell team separates bundled cmdlets from powershell environment, we can get following benefits.OneGet can implement it,...
View ArticleCommented Unassigned: Updating bundled cmdlets through OneGet [15]
Almost powershell's bundled cmdlets don't rely on powershell engine.So, if powershell team separates bundled cmdlets from powershell environment, we can get following benefits.OneGet can implement it,...
View ArticleCommented Unassigned: Please add support for Npackd [13]
Hello,please also add support for Npackd (https://code.google.com/p/windows-package-manager/)Thank YouComments: I will have this in mind. I just saw this in the "General Q and A": What package managers...
View ArticleCommented Issue: Install-Package/Uninstall-Package Fails Silently in Remote...
From an interactive remote session calling Install-Package or Uninstall-Package just returns a prompt back. No warning or error to indicate that the package was not successfully installed or...
View ArticleCommented Feature: Cmdlets to download/upload packages without installing [7]
Provide a command to download (but not install) a package via OneGet and another to upload a package to a repository. This is useful to be able to copy a package from an untrusted public repository,...
View ArticleCreated Unassigned: Need Update-Package [16]
Currently, there's no Update-Package, so there's no way to support upgrades.In fact, if you call Install-Package on a package you already have installed, and there's a new version, it just does an...
View ArticleEdited Unassigned: Need Update-Package [16]
Currently, there's no Update-Package, so there's no way to support upgrades.In fact, if you call Install-Package on a package you already have installed, and there's a new version, it just does an...
View ArticleCreated Unassigned: Uninstall-Package should support versions [17]
Currently you can install multiple versions of packages side-by-side (depending on support from the underlying package manager _and package_). However, Uninstall-Package will only uninstall the latest...
View ArticleCreated Unassigned: Get-Package must support versions [18]
After calling Install-Package with a name and required version, I end up with multiple side-by-side installs, but Get-Package and Uninstall-Package don't know about versions __and do different...
View ArticleCommented Unassigned: Need logs with detailed install information [12]
Perhaps these exist but I could not find them and they were not where they would be when using the Powershell based chocolatey client. At a minimum these should include the verbose output but more...
View ArticleCreated Unassigned: cross provider support [19]
current I am unable to install cross provider packages, I cant install a module using the PSModule provider because it's dep tries to install with chocolatey and requires a destination param which I...
View Article