You could install with the Windows 10 Store, ClickOnce or Chocolatey. The Windows Store is the prefered version for Windows 10 Anniversary Update and later.
Anniversary Update and later:
Chocolatey is another great way to install and update your application.
- Run Powershell (as Admin)
- Install Chocolatey:
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
- Install NPE:
choco install nugetpackageexplorer
This is legacy. There a lot of install issues with ClickOnce. Also you get a smartscreen error.
Latest clickonce release (uninstall first if previous version is 3.9 or lower)
NuGet Package Explorer is aapplication that makes it easy to create and explore NuGet packages. After installing it, you can double click on a .nupkg file to view the package content, or you can load packages directly from nuget feeds like nuget.org.
To build packages from the command line, use the NuGet command-line tools, which are documented on the official NuGet site.
Currently NPE isn't activly developed, but we do accept (not too large) pull requests (PR).
If you like to help, please check the Github issues. If you like to contribute more structurally, we would be happy to add you to our team!
Please check the FAQ first and search for duplicate issues before reporting them.
-
Launch Package Explorer and select File > New (Ctrl-N), or select Create a new package from the Common tasks dialog when Package Explorer starts:
-
Select Edit > Edit Package Metadata (Ctrl-K) to open the editor for the underlying .nuspec file. Details for the metadata can be found in the nuspec reference.
-
Open the files you want to include in the package in Windows explorer, then drag them into the Package contents pane of Package Explorer. Package Explorer will attempt to infer where the content belongs and prompt you to place it in the correct directory within the package. (You can also explicitly add specific folders using the Content menu.)
For example, if you drag an assembly into the Package contents window, it will prompt you to place the assembly in the lib folder:
-
Save your package with File > Save (Ctrl-S).
-
Create a free account on nuget.org, or log in if you already have one. When creating a new account, you'll receive a confirmation email. You must confirm the account before you can upload a package.
-
Once logged in, click your user name (on the upper right) to navigate to your account settings.
-
Under API Key, click copy to clipboard to retrieve the access key you'll need in the next step:
-
Assuming your package is loaded in Package Explorer, select File > Publish (Ctrl+P) to bring up the Publish Package dialog:
-
Paste your API key intp Publish key and click Publish to push the package to nuget.org.
-
In your profile on nuget.org, click Manage my packages to see the one that you just published; you'll also receive a confirmation email. Note that it might take a while for your package to be indexed and appear in search results, during which time you'll see a message that the package hasn't yet been indexed.
Requirments to build the project:
- VS2015
- Windows 10 SDK