appv

Enterprise deployment of Chrome extension on locked down Windows computers with no internet access to chrome web store

拥有回忆 提交于 2019-12-22 00:34:23
问题 For enterprise-installed Chrome extensions on Windows, is there any alternative deployment methodology which does NOT fetch the extension from the Chrome web store? Situation is that some enterprises use a locked-down network with no external internet access, and will not allow access to public Google URL from which to fetch the extension. Does anyone have any experience with Chrome browser plus extension deployments on Microsoft App-V? 回答1: Absolutely, it's possible. Though it requires a

Possibility to run automation tests on virtualized browser

我的梦境 提交于 2019-12-11 01:14:04
问题 I'm working with automation tests on C# + Selenium WebDriver. I'd like to know if there is any possibility to run tests on virtualized AppV 5.1 browsers (Firefox, Chrome). I've tried to set ChromeOptions.BinaryLocation to chrome.exe under %PROGRAMDATA%\App-V\<PackageId>\<VersionId>\Root\VFS\ProgramFilesX86\Google\Chrome\Application , but it doesn't work. Each test crashes with error Error Message: Initialization method Am.Tests.Login_Test.Init threw exception. System.Invali

Interoping With PowerShell CmdLets

自古美人都是妖i 提交于 2019-12-07 01:43:50
问题 I've been writing some utilities that make use of PowerShell Cmdlets for App-V. The interesting part is Microsoft seems to only document the cmdlets and not the .net assemblies used behind the Powershell modules. Now I'm familiar with P/Invoke and COM Interop and I've learned how to use System.Management.Automation to create a powershell session and invoke the cmdlets. But something doesn't smell right to me. I'm basically writing my own wrapper classes to hide the powershell invocations from

Enterprise deployment of Chrome extension on locked down Windows computers with no internet access to chrome web store

孤者浪人 提交于 2019-12-04 17:19:20
For enterprise-installed Chrome extensions on Windows, is there any alternative deployment methodology which does NOT fetch the extension from the Chrome web store? Situation is that some enterprises use a locked-down network with no external internet access, and will not allow access to public Google URL from which to fetch the extension. Does anyone have any experience with Chrome browser plus extension deployments on Microsoft App-V? Absolutely, it's possible. Though it requires a computer connected to a Domain. Enterprise-installed extensions do NOT have to be hosted on Chrome Web Store.

Preferred way to deliver UWP app without Windows Store

寵の児 提交于 2019-12-01 20:56:07
问题 I need to deliver an UWP app (*) that the client will install on tablets inside their network. The Windows Store is blocked by policy. There is a procedure for signing and sideloading an .appx package (https://blogs.msdn.microsoft.com/micham/2014/05/30/sideloading-store-apps-to-windows-8-1-devices/) but it's very complicated. Is there a way to bundle the app as an .msi or .exe (or APP-V package) instead? (*) It must be an UWP app to register as a File Open Picker. 回答1: Or have the

Preferred way to deliver UWP app without Windows Store

纵饮孤独 提交于 2019-12-01 18:26:54
I need to deliver an UWP app (*) that the client will install on tablets inside their network. The Windows Store is blocked by policy. There is a procedure for signing and sideloading an .appx package ( https://blogs.msdn.microsoft.com/micham/2014/05/30/sideloading-store-apps-to-windows-8-1-devices/ ) but it's very complicated. Is there a way to bundle the app as an .msi or .exe (or APP-V package) instead? (*) It must be an UWP app to register as a File Open Picker. Or have the organization/client signup for a Windows Enterprise store. https://www.microsoft.com/en-us/business-store Dark