Posts

Adobe Acrobat DC App-V & Windows 10 Issue - Resolved

Later have been seeing issues when removing earlier versions of Adobe Acrobat DC and installing newer version in windows 10 1703/1709 which has been explained very well in the below blog by Ryan Ververs-Bijkerk https://www.logitblog.com/app-v-application-was-unable-to-start-correctly-on-windows-10/ The solution was to restart the machine and try again earlier. Now this is fixed with the release of new updates for windows 10. 1703 fixed in 2018.10 - KB4462939 1709 fixed in 2018.10 - KB4462932 1803 fixed in 2018.10 - KB4462933 Thanks to Tim Mangan for sharing this update information.

MS Ignite 2018: MSIX – Accelerating Windows 10 and app deployment - BRK3220

Image

MS Ignite 2018 : MSIX inside and out - BRK2467

Image

Build your first MSIX Package using DAC

Microsoft is building up a MSIX Packaging Tool which we are expecting to be released pretty soon. Till then how to create a MSIX package? It's very easy. If you have used Desktop App Converter tool to create .appx package earlier then you are ready to create MSIX. The steps to create MSIX are pretty same like how we create .appx using DAC. You can follow the below link to create your first MSIX package. Project Centennial - First hands on Converting desktop apps to Universal Windows Platform (UWP) There are some changes that needs to be followed regarding to requirements in the above link. Instead of writing those changes I have decided to share a link where it has been already well explained by Pascal Berger. https://blog.basevision.ch/2018/07/how-to-create-an-msix-right-now-in-the-insider-preview-a-step-by-step-tutorial/ So why wait? Try out your first MSIX creation.

Sequencing Google Chrome using App-V 5.1

Image
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

MSIX - The future universal format

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

Decrypting how Microsoft Teams new MSI works

Image
Microsoft has released a windows Installer MSI for Microsoft Teams for deployment through SCCM.You can download it here As per Microsoft Statement: "The Teams MSI will place an installer in Program Files. Whenever a user signs into a new Windows User Profile, the installer will be launched and a copy of Teams application will be installed in that user's appdata folder. If a user already has the Teams app installed in the appdata folder, the MSI installer will skip the process for that user." NOTE: Don't change the install location as it will break the process. In this blog, I will explain how this happens by opening MSI using Installshield. 1. To Install Microsoft Teams, it first requires .net 4.5 or later to be installed in the machine. This check happens using Launch condition which also does a system search for .net registry to be present in the machine. 2. The MSI has only one file which is Teams.exe that gets installed to [ProgramFilesFolder]Teams Installer locat