

The sample SketchUp file used in the video is a free sample downloaded from Joanna James.įinal notes yes we're still running PowerShell CmdLets to Stage and Register MSIX app attach applications. And finally we run (again for demo purposes) the combined de-registering and de-staging part and after that the application is gone again. Google Sketchup leverages the NVidia M60 GPU and runs very smooth. After the scripts are run, which only take a couple of seconds, Google Sketchup is available and ready for the end user! Other users who might also be logged on to the same VM do not see the application. The starting point of the video is that no Google Sketchup is installed, for the sake of the demo I have combined both the Staging and the Registering step. What the video below shows is: A WVD Published Desktop, accessed by WVD and powered by a NVidia M60 GPU (obviously because Sketchup does not run without GPU). It is good practice though to test your 4 scripts prior to doing that! Since the steps are hard to capture in screenshots and to get a feeling of how the Staging and Registering works, I decided to capture those processes in a video. via a Computer GPO) and the registering part during user login (e.g. If you have the 4 scripts in place you can start test driving! Note under production circumstances (when MSX app attach comes out of public preview), you would run the staging part during the machine boot (e.g. In addition I used a Personal Signed Certificate since this is a lab environment. Again, the steps to transform an MSI to MSIX can defer based on what application you are dealing with, but the guide mentioned above contains all of the steps. So, the end result is an MSIX file, in my case I used version 2019 of SketchUp. There are a couple of steps required, this article covers all of the steps in good detail: Create an MSIX package from any desktop installer (MSI, EXE, ClickOnce, or App-V). And we need a storage location (File Server in Azure of Azure Files) where we store the created MSIX app attach file.Īs a first step I have transformed the MSI installer of Google SketchUp into an MSIX installer.
SKETCHUP APP INSTALL
On that machine you install the MSIX packaging tool. Besides that it's also common practice to have a dedicated (temporarily) machine that we use to transform the Google SketchUp MSI installation into an MSIX.
SKETCHUP APP WINDOWS 10
The basic requirement is that we have Windows 10 Build 2004 to launch the MSIX app attach. Since Windows 10 build 2004 is now publicly available, lets switch gears and start using a much larger application, in fact let's pick one that also requires a GPU to be able to run! Let's go ahead and step up our game and publish Google SketchUp using MSIX app attach and run it on a GPU powered Virtual Desktop in Azure published by WVD! Notepad++ obviously is a very light weight application with a small footprint.

My previous article also contained the steps to convert Notepad++ into an MSIX application and transform it into a MSIX app attach application running on WVD. There actually is a great guide available on Microsoft Docs that takes you through all the steps, so I won't repeat them here: Set up MSIX app attach. With the release build 2004 of Windows 10 functionality has been added to the OS that makes deploying MSIX app attach a lot easier with less prerequisites that need to be in place before you start. I shared what that looks liked here.ĭuring the technical preview you had to jump through many hoops to get it working, of course as expected during such an early technical preview phase. You can catch the article here: MSIX app attach will fundamentally change working with application landscapes on Windows Virtual Desktop! A couple of days ago a did a quick test drive with Windows 10 Build 2004 and MSIX app attach with Notepad++. This contains an extensive writeup about dealing with application landscapes in WVD and what MSIX app attach brings to the table. Back in October 2019, when the technology was still into private preview, I published an article about the combination of MSIX app attach and WVD. You probably have heard that MSIX app attach went public preview a couple of weeks ago.
