diff --git a/README.md b/README.md index eef127f..4461e1f 100644 --- a/README.md +++ b/README.md @@ -51,70 +51,17 @@ If you _really_ want to install VS 2015 on Windows Server 2012R2 over naked WinR ## Optional -
Key | -Type | -Description | -Default | -
---|---|---|---|
['visualstudio']['source'] |
- Url | -http(s) root url to all version/edition's ISOs are stored for VisualStudio installation. | -- |
['visualstudio'][VERSION][EDITION]['source'] |
- Url | -- http(s) root url to this version/edition's ISO is stored for VisualStudio installation. VERSION and EDITION should be replaced with one of the supported VS versions/editions. This attribute when set takes precedence over node['visualstudio']['source']. - | -- |
['visualstudio'][VERSION]['update']['source'] |
- Url | -http(s) root url to this version's update ISO is stored for installation. | -- |
['visualstudio']['edition'] |
- Boolean | -The VisualStudio edition to install, i.e. community, professional, premium, ultimate, testprofessional. | -community |
-
['visualstudio']['version'] |
- Integer | -The VisualStudio version to install, i.e. 2010, 2012, 2013, 2015. | -2015 |
-
['visualstudio']['enable_nuget_package_restore'] |
- Boolean | -Sets the system wide environment variable to enable MSBuild/VisualStudio package restore on build. | -True |
-
['visualstudio']['installs'] |
- Array | -An array of hashes that contain the various versions and editions of VS to install. See Usage below for an example. | -- |
['visualstudio']['install_items'][FEATURE]['selected'] |
- Boolean | -Configures the feature on/off. This currently applies to all versions/editions being installed. | -- |
['visualstudio']['2010']['professional']['config_file'] |
- String | -The name of the VS 2010 unattend.ini template to use. | -- |