I just installed the newest windows 10 ctp and wanted to try oneget to install everything I need.
When using for example find-package vlc | install-package -verbose -force it gives me the following output:
VERBOSE: NuGet: Installing 'vlc 2.1.5.20140811'.
VERBOSE: NuGet: Successfully installed 'vlc 2.1.5.20140811'.
Name Version Status ProviderName Source Summary
---- ------- ------ ------------ ------ -------
vlc 2.1.5.201... Installed Chocolatey chocolatey VLC Media Player
although it tells me it installed vlc, I can't find it on my system. Neither is there a new folder in C:\Program Files\ or C:\Program Files (x86)\ nor can the start menu search find it nor can i start vlc from powershell.
Where do I find my oneget-installed apps?
Edit (other possible solution): If you run into this problem and can't even find your applications in the directory you'll get by following mikemaccana's solution, then you've probably got the same problem I've had:
You need to set the execution policy to at least remotesigned by running set-executionpolicy remotesigned as admin!