Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cChocoPackageInstaller should pass on Source parameter #144

Open
trueqbit opened this issue Apr 22, 2020 · 1 comment
Open

cChocoPackageInstaller should pass on Source parameter #144

trueqbit opened this issue Apr 22, 2020 · 1 comment

Comments

@trueqbit
Copy link

choco install features the alternative sources windowsfeatures and webpi.

cChocoPackageInstaller { Ensure = 'Present'; Source = 'windowsfeatures' } works perfectly but cChocoPackageInstaller { Ensure = 'Absent'; Source = 'windowsfeatures' } does not, because the UninstallPackage function doesn't pass on the source parameter.

@pauby
Copy link
Member

pauby commented May 10, 2020

If you are using DSC you can use other resources to manage Windows Features. But I agree that we may want to start pushing that through.

@pauby pauby modified the milestones: 2.x, 2.6.0 Jul 16, 2021
@vexx32 vexx32 modified the milestones: 2.6.0, 2.x Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants