Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

[Enhancement] Add Parameters in packages.config files #472

Closed
thigg opened this issue May 15, 2014 · 1 comment
Closed

[Enhancement] Add Parameters in packages.config files #472

thigg opened this issue May 15, 2014 · 1 comment

Comments

@thigg
Copy link

thigg commented May 15, 2014

It would be great to add parameters to package.config files like:

[< here] package id="ShrewSoftVpn" ia="/STANDARD /NODESK" [>here]

The reason is, that I would like to make packages.config files wich sets up a whole computer.

[Also it would be nice to link package.config files in package.config files. With that one could build a hirachy, like a standard file and an office file or an developer file wich are extending the standard file]

@thigg
Copy link
Author

thigg commented May 15, 2014

Okay, I simply added to Chocolatey-PackagesConfig at line 26

Chocolatey-Install -packageName $.id -source $.source -version $.version -ia "$.ia"

and it looks like its working

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants