Skip to content

Commit

Permalink
Updated packages with missing files element
Browse files Browse the repository at this point in the history
+ fixed -params to --params in visualstudiocode description
  • Loading branch information
AdmiringWorm committed Dec 13, 2016
1 parent 4a86d82 commit 0e0986c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions automatic/PDFCreator/PDFCreator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ PDFCreator – PDFCreator easily creates PDFs from any Windows program. Use it l
<docsUrl>http://docs.pdfforge.org/pdfcreator/latest/en/</docsUrl>
<projectSourceUrl>https://github.com/pdfforge/PDFCreator</projectSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
3 changes: 3 additions & 0 deletions automatic/cutepdf/cutepdf.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ Portable Document Format (PDF) is the de facto standard for the secure and relia
<releaseNotes>http://www.cutepdf.com/support/updates.asp</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/cutepdf</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
11 changes: 7 additions & 4 deletions automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id></id>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version></version>
<version>0.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -34,8 +34,8 @@ The following package parameters can be set:
* `/NoContextMenuFolders` - Dont't add an `Open with Code` entry to the context menu for folders.
* `/DontAddToPath` - Don't add Visual Studio Code to the path.

These parameters can be passed to the installer with the use of `-params`.
For example: `-params '"/NoDesktopIcon /DontAddToPath"'`.
These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopIcon /DontAddToPath"'`.

## Notes
The package uses default install options except that it adds context menu entries and Visual Studio Code isn't started after installation.
Expand All @@ -49,4 +49,7 @@ The package uses default install options except that it adds context menu entrie
https://code.visualstudio.com/Updates
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>

0 comments on commit 0e0986c

Please sign in to comment.