UPDATED: Best Practices for Application Virtualization (App-V)
Get link
Facebook
X
Pinterest
Email
Other Apps
Since previous video had some technical issues, updated the blog with the new one. This webinar is from Steve Thomas explaining current best practices for App-V.
Earlier when trying to install the Advanced Installer created virtual package through MSI format in windows 10 anniversary update 1607, it failed to install with the below error. This issue is caused because of a launch condition in MSI which has been set to check for App-V client installed as a pre-requisite. Since App-V comes inbox with windows 10 v1607, the pre-req check fails with the above error. This was a known issue even with App-V created packages and it was reported back to Microsoft. Meantime I had a chance to talk with the Advanced Installer team about this issue. They quickly reported that they will look into this issue ASAP and come back with a fix. To my wonder they released an update within a short time period. You can have a look on their release note about this bug fix. http://www.advancedinstaller.com/release-13.3.html Now using Advanced Installer 13.3 when you create a virtual package and use the MSI to install in windows 10 1607, it installs fine witho...
1) Launch the Microsoft Application Virtualization Sequencer from Start->Programs 2) Select the "Standard application" type in the Type of Application to be Virtualized 3) Select "Perform a custom installation" in the select installer screen Provide the virtual application name as Google Chrome and click next. 4) Before the application is installed, make sure that the below registy entries are placed to disable the updates. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update] "UpdateDefault=dword:00000000 "AutoUpdateCheckPeriodMinutes"=dword:0000000 5) Start the installation during monitoring phase.Install the package using source "GoogleChromeStandaloneEnterprise.msi" After installation, perform the following steps. - Delete the services : Google Update service (gupdate, gupdatem) using the below command in CMD ; SC DELETE gupdate SC DELETE gupdatem - Remove the shortcut from desktop - Remove the folder Update from Program Files (x8...
MSBuild 2018 has officially announced the new msix format, and so now it's free to share information publically to all. Since there are already quite few blogs and video's shared in msbuild, I will be sharing those links below which will be quite very useful. MSIX - Inside and Out Accelerating Windows 10 enterprise app deployment through MSIX MSIX - pptx MSIX First Look - Priya Saxena Is MSIX the future for App-V - Tim Mangan A blog by Kevin Kaminski MSIX Intro A closer look at MSIX MSIX But what about App-V? Steps to create MSIX - Pascal Berger To Join MSIX Tech Community click here
Comments
Post a Comment