Gustav Brock
gustav at cactus.dk
Sat Nov 1 17:26:08 CDT 2014
Hi Jim OK, thanks, I didn't realize it was a PowerShell option. However, it seems tightly Integrated with "nuget" as it doesn't function without that as the provider: <ps> Windows PowerShell Copyright (C) 2014 Microsoft Corporation. All rights reserved. PS C:\Users\gustav.CACTUS> get-command -Module OneGet CommandType Name Version Source ----------- ---- ------- ------ Cmdlet Find-Package 1.0.0.0 OneGet Cmdlet Get-Package 1.0.0.0 OneGet Cmdlet Get-PackageProvider 1.0.0.0 OneGet Cmdlet Get-PackageSource 1.0.0.0 OneGet Cmdlet Install-Package 1.0.0.0 OneGet Cmdlet Register-PackageSource 1.0.0.0 OneGet Cmdlet Save-Package 1.0.0.0 OneGet Cmdlet Set-PackageSource 1.0.0.0 OneGet Cmdlet Uninstall-Package 1.0.0.0 OneGet Cmdlet Unregister-PackageSource 1.0.0.0 OneGet PS C:\Users\gustav.CACTUS> Get-PackageSource Name ProviderName IsTrusted IsRegistered IsValidated Location ---- ------------ --------- ------------ ----------- -------- PSGallery PSModule False True False https://msconfiggallery.cloud... MSPSGallery PSModule True True False http://www.microsoft.com/ PS C:\Users\gustav.CACTUS> Find-package -Name zoomit -AllVersions The provider 'nuget v2.8.3.3' is not installed. 'nuget' may be manually downloaded from 'https://oneget.org/nuget-anycpu-2.8.3.3.exe' and copied to 'C:\Users\gustav.CACTUS\AppData\Local\OneGet\ProviderAssemblies'. Would you like OneGet to automatically download and install 'nuget' now? [Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): N WARNING: Unable to find package provider 'NuGet'. Find-package : The specified OneGet provider 'NuGet' is not available. At line:1 char:1 + Find-package -Name zoomit -AllVersions + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Microsoft.Power...ets.FindPackage:FindPackage) [Find-Package], Exception + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Find-Package,Microsoft.PowerShell.OneG et.CmdLets.FindPackage PS C:\Users\gustav.CACTUS> Get-Package WARNING: The package provider 'PSModule' did not return any packages. PS C:\Users\gustav.CACTUS> </ps> /gustav ________________________________________ Fra: accessd-bounces at databaseadvisors.com <accessd-bounces at databaseadvisors.com> på vegne af Jim Lawrence <accessd at shaw.ca> Sendt: 1. november 2014 19:11 Til: Access Developers discussion and problem solving Emne: Re: [AccessD] Windows 10... Hi Guys: You guys could always install it? http://www.howtogeek.com/200334/windows-10-includes-a-linux-style-package-manager-named-oneget https://github.com/oneget/oneget ...and download the ZIP: https://github.com/OneGet/oneget/archive/master.zip Jim ----- Original Message ----- From: "Gustav Brock" <gustav at cactus.dk> To: "Access Developers discussion and problem solving" <accessd at databaseadvisors.com> Sent: Saturday, November 1, 2014 4:35:49 AM Subject: Re: [AccessD] Windows 10... Hi Shamil I installed the build 9860. No OneGet. Neither in the Store. /gustav ________________________________________ Fra: accessd-bounces at databaseadvisors.com <accessd-bounces at databaseadvisors.com> på vegne af Gustav Brock <gustav at cactus.dk> Sendt: 7. oktober 2014 10:15 Til: Access Developers discussion and problem solving Emne: Re: [AccessD] Windows 10... Hi Shamil OK, a bit like true Windows Store app. It may be included with an update. I'll pay attention. /gustav -----Oprindelig meddelelse----- Fra: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] På vegne af Salakhetdinov Shamil Sendt: 7. oktober 2014 00:01 Til: Access Developers discussion and problem solving Emne: Re: [AccessD] Windows 10... Hi Gustav -- AFAIU OneGet should be integrated (installed by default) in the release version of MS Windows 10. Using OneGet you can setup an MS Windows software package by using one command line - and all the dependent software will be "automagically" discovered and installed. Also using OneGet and PowerShell it will be possible to develop MS Windows target configurations setup automation scripts... ... Thank you. -- Shamil Sun, 5 Oct 2014 11:16:37 +0000 from Gustav Brock <gustav at cactus.dk>: >Hi Shamil > >Yes. >No. > >From your links it doesn't look like a Windows native option, rather a Codeplex project. > >It's new to me. Have you some thoughts regarding its usage? > >/gustav >________________________________________ >Fra: accessd-bounces at databaseadvisors.com < >accessd-bounces at databaseadvisors.com > på vegne af Salakhetdinov Shamil >< mcp2004 at mail.ru > >Sendt: 5. oktober 2014 08:18 >Til: Access Developers discussion and problem solving >Emne: Re: [AccessD] Windows 10... > > Hi Gustav -- > >Have you installed it? >Does it have OneGet?