Font size: +
2 minutes reading time (390 words)

SQL Server Management Studio 18.5 (SSMS) App-V Recipe

App_V_Block_2020

The old recipe for SSMS 17.x was a nice success for me with about 1000 hits. Especially the comments were enlightening. The licensing problem could be solved with a simple registration key. With 18.5 there is nothing more to do here.

Comment 1

Extracting components is no longer necessary. The package runs perfectly on all platforms. I always wanted to add to this point and also thank you again for all the great comments. The old App-V recipe for does not work anymore for some time now (https://www.andreasnick.com/91-app-v-5-recipe-for-sql-server-management-studio-2016-or-ssms-17-x.html).

For a later version we have not found a solution even on the fast one. But now we finally have a working App-V recipe again. The reason for this was again a comment in the old article:

Comment 2

Again many thanks to LCBakkie!

Now we have tested it thoroughly. The package works with an alternative path (PVAD). Unfortunately the application as App-V package, which was created on a 1909 sequencer, is only executable on older systems. So I rebuilt the whole thing on a 8.1 sequencer with App-V 5.1. Then the package works universally. Here are some instructions. If you try it with a new sequencer then it works best with Windows 10 2004 or 20H1.

Recipe SSMS 18.5

  1. i use here a Windows 8.1 sequencer with App-V 5.1 HF 10. You are welcome to use a newer system. I was successful with this.
  2. reset the snapshot an the Sequencer 
  3. Install dotNet 4.7.2 ( LINK )
  4. Copy SSMS 18.5 to the sequencer (LINK)
  5. start the sequencer for PVAD with -EnablePVADControl
  6. optional: deactivate the acquisition of Visual C++ runtime components
  7. select "C:\SSMS\" as PVAD path. Otherwise there seem to be problems if the file paths become too long.
  8. install the application to "c:\SSMS" instead of "C:\Program Files (x86)\Microsoft SQL Server Management Studio 18
    InputBox
  9. do not start or configure the application after installation switch to edit mode
  10. under GAC_MSIL in the folders ending with ".resources" delete all items (folders) with "zh-HANS" (I know I should build a template for this)

[{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.resources\v4.0_15.0.0.0_zh-HANS_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.resources\v4.0_15.0.0.0_zh-HANT_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.Common.resources\v4.0_15.0.0.0_zh-HANS_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.Common.resources\v4.0_15.0.0.0_zh-HANT_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.VstaTemplate.resources\v4.0_15.0.0.0_zh-HANS_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.VstaTemplate.resources\v4.0_15.0.0.0_zh-HANT_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.ProjectRetargetService.resources\v4.0_15.0.0.0_zh-HANS_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.ProjectRetargetService.resources\v4.0_15.0.0.0_zh-HANT_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Utilities.ProjectRetargetService.resources\v4.0_15.0.0.0_zh-HANT_b03f5f7f11d50a3a [{Windows}]\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Tools.Applications.Common.resources\v4.0_15.0.0.0_zh-HANT_b03f5f7f11d50a3a

11. delete all MSI files under c:\Windows\Installer (optional)
12. delete the Package Cache folder under "[{Common AppData}]\Package Cache This makes the package much smaller
13. save now Note: The first start always takes a little longer.

If you like, you can experiment with the first start of the application

 

 

×
Stay Informed

When you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.

Starting MSIX and AppX Applications with PowerShel...
Recipe: Virtualize Edge with App-V

Related Posts

 

Comments 17

Guest - Roy Essers on Wednesday, March 15, 2023 16:46

I recently created a new appv package for SSMS 18.12.1. Because I was also facing the slow start issue, I stumbled upon this article. Sadly no solution, so I started to delve into a procmon trace.

I noticed ssms.exe was searching my whole system for packagepreference files (*.PkgDef). This should be limited to the installation directory which is c:\ssms (if you following this guide). The search folders are defined in ssms.pkgdef which can be found in in C:\ssms\Common7\IDE.

The default content for the file is:

[$Initialization$]
"ApplicationExtensionsFolder" = "$RootFolder$\Extensions"
"PkgDefSearchPath" = "$ShellFolder$\Common7\IDE\ShellExtensions;$ShellFolder$\Common7\IDE\CommonExtensions;$ApplicationExtensionsFolder$\Application;$ApplicationExtensionsFolder$;$RootFolder$"
"RegistryRoot" = "Software\Microsoft\SQL Server Management Studio\18.0"
"ImageManifestSearchPath" = "$ShellFolder$\Common7\IDE\Extensions;\
$ShellFolder$\Common7\IDE\CommonExtensions;\
$AppDataLocalFolder$\Extensions;\
$ApplicationExtensionsFolder$"
[$RootKey$\Help]
"Product" = "SQLServer"
"Version" = "150"
"DefaultQuery" = "method=f1&query=sql13.portal.f1%00sql15.portal.DevRef.f1%00sql13.portal.Installation.f1"
"BrandingPack" = "SQLServerHelpBranding.mshc"

// AutoLoad VS Telemetry package
[$RootKey$\AutoLoadPackages\{adfc4e64-0397-11d1-9f4e-00a0c911004f}]
"{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000
[$RootKey$\AutoLoadPackages\{f1536ef8-92ec-443c-9ed7-fdadf150da82}]
"{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000


For some reason, $RootFolder$ seems to be c:\ if you run the appv package, so I changed the content to:
[$Initialization$]
"ApplicationExtensionsFolder" = "c:\ssms\Common7\IDE\Extensions"
"PkgDefSearchPath" = "$ShellFolder$\Common7\IDE\ShellExtensions;$ShellFolder$\Common7\IDE\CommonExtensions;$ApplicationExtensionsFolder$\Application;$ApplicationExtensionsFolder$;c:\ssms"
"RegistryRoot" = "Software\Microsoft\SQL Server Management Studio\18.0"
"ImageManifestSearchPath" = "$ShellFolder$\Common7\IDE\Extensions;\
$ShellFolder$\Common7\IDE\CommonExtensions;\
$AppDataLocalFolder$\Extensions;\
$ApplicationExtensionsFolder$"
[$RootKey$\Help]
"Product" = "SQLServer"
"Version" = "150"
"DefaultQuery" = "method=f1&query=sql13.portal.f1%00sql15.portal.DevRef.f1%00sql13.portal.Installation.f1"
"BrandingPack" = "SQLServerHelpBranding.mshc"

// AutoLoad VS Telemetry package
[$RootKey$\AutoLoadPackages\{adfc4e64-0397-11d1-9f4e-00a0c911004f}]
"{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000
[$RootKey$\AutoLoadPackages\{f1536ef8-92ec-443c-9ed7-fdadf150da82}]
"{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000


The SSMS App-V package should be starting MUCH faster now. You can even add HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQL Server Management Studio value to the PassThroughPaths regkey. Downsite is that all changes to this regkey will be done at the local registry level, and no longer in the appv bubble.

I recently created a new appv package for SSMS 18.12.1. Because I was also facing the slow start issue, I stumbled upon this article. Sadly no solution, so I started to delve into a procmon trace. I noticed ssms.exe was searching my whole system for packagepreference files (*.PkgDef). This should be limited to the installation directory which is c:\ssms (if you following this guide). The search folders are defined in ssms.pkgdef which can be found in in C:\ssms\Common7\IDE. The default content for the file is: [quote][$Initialization$] "ApplicationExtensionsFolder" = "$RootFolder$\Extensions" "PkgDefSearchPath" = "$ShellFolder$\Common7\IDE\ShellExtensions;$ShellFolder$\Common7\IDE\CommonExtensions;$ApplicationExtensionsFolder$\Application;$ApplicationExtensionsFolder$;$RootFolder$" "RegistryRoot" = "Software\Microsoft\SQL Server Management Studio\18.0" "ImageManifestSearchPath" = "$ShellFolder$\Common7\IDE\Extensions;\ $ShellFolder$\Common7\IDE\CommonExtensions;\ $AppDataLocalFolder$\Extensions;\ $ApplicationExtensionsFolder$" [$RootKey$\Help] "Product" = "SQLServer" "Version" = "150" "DefaultQuery" = "method=f1&query=sql13.portal.f1%00sql15.portal.DevRef.f1%00sql13.portal.Installation.f1" "BrandingPack" = "SQLServerHelpBranding.mshc" // AutoLoad VS Telemetry package [$RootKey$\AutoLoadPackages\{adfc4e64-0397-11d1-9f4e-00a0c911004f}] "{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000 [$RootKey$\AutoLoadPackages\{f1536ef8-92ec-443c-9ed7-fdadf150da82}] "{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000 [/quote] For some reason, $RootFolder$ seems to be c:\ if you run the appv package, so I changed the content to: [quote][$Initialization$] "ApplicationExtensionsFolder" = "c:\ssms\Common7\IDE\Extensions" "PkgDefSearchPath" = "$ShellFolder$\Common7\IDE\ShellExtensions;$ShellFolder$\Common7\IDE\CommonExtensions;$ApplicationExtensionsFolder$\Application;$ApplicationExtensionsFolder$;c:\ssms" "RegistryRoot" = "Software\Microsoft\SQL Server Management Studio\18.0" "ImageManifestSearchPath" = "$ShellFolder$\Common7\IDE\Extensions;\ $ShellFolder$\Common7\IDE\CommonExtensions;\ $AppDataLocalFolder$\Extensions;\ $ApplicationExtensionsFolder$" [$RootKey$\Help] "Product" = "SQLServer" "Version" = "150" "DefaultQuery" = "method=f1&query=sql13.portal.f1%00sql15.portal.DevRef.f1%00sql13.portal.Installation.f1" "BrandingPack" = "SQLServerHelpBranding.mshc" // AutoLoad VS Telemetry package [$RootKey$\AutoLoadPackages\{adfc4e64-0397-11d1-9f4e-00a0c911004f}] "{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000 [$RootKey$\AutoLoadPackages\{f1536ef8-92ec-443c-9ed7-fdadf150da82}] "{54befe64-0558-4d8c-9fd5-ab0b54733b08}"=dword:00000000 [/quote] The SSMS App-V package should be starting MUCH faster now. You can even add HKEY_CURRENT_USER\SOFTWARE\Microsoft\SQL Server Management Studio value to the PassThroughPaths regkey. Downsite is that all changes to this regkey will be done at the local registry level, and no longer in the appv bubble.
Guest - RafMan on Wednesday, September 15, 2021 11:51

Hello,

Thank you fo all you do
you wrote under GAC_MSIL in the folders ending with ".resources" delete all items (folders) with "zh-HANS" (I know I should build a template for this)
but on the line below you have folder ZH-HANT does we must delete to?

Hello, Thank you fo all you do :) you wrote under GAC_MSIL in the folders ending with ".resources" delete all items (folders) with "zh-HANS" (I know I should build a template for this) but on the line below you have folder ZH-HANT does we must delete to?
Guest - RafMan on Wednesday, September 15, 2021 11:34

hello,

thank you for your Website
I did the AppV package of SSMS 18.9.2, he work but when we launch it he is very slow. I disable certificate revocation check in internet options but it's the same always slow to start.
Who can help me for a solution please?

hello, thank you for your Website ;) I did the AppV package of SSMS 18.9.2, he work but when we launch it he is very slow. I disable certificate revocation check in internet options but it's the same always slow to start. Who can help me for a solution please?
Guest - Fahad Nadkar on Wednesday, December 02, 2020 11:01

Hi Andreas...i am not able to install the package on server 2016.
The recipe you provided works on Win10 but is failing on 2016.
Can you please provide some help here.

Error:

Add-AppvClientPackage : Application Virtualization Service failed to complete
requested operation.
Operation attempted: Retrieve Package and Version IDs From Package URL.
AppV Error Code: 0C80080205.
Error module: Streaming Manager. Internal error detail: 74F00E0C80080205.
Please consult AppV Client Event Log for more details.
At line:1 char:1
+ Add-AppvClientPackage -path "C:\temp\Fahad\ixMSSSMS1860\ixMSSSMS1860. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: ( [Add-AppvClientPackage], ClientException
+ FullyQualifiedErrorId : RetrieveGuidsFromPackageURL,Microsoft.AppV.AppvClientPowerShell.AddAppvPackage

Hi Andreas...i am not able to install the package on server 2016. The recipe you provided works on Win10 but is failing on 2016. Can you please provide some help here. Error: Add-AppvClientPackage : Application Virtualization Service failed to complete requested operation. Operation attempted: Retrieve Package and Version IDs From Package URL. AppV Error Code: 0C80080205. Error module: Streaming Manager. Internal error detail: 74F00E0C80080205. Please consult AppV Client Event Log for more details. At line:1 char:1 + Add-AppvClientPackage -path "C:\temp\Fahad\ixMSSSMS1860\ixMSSSMS1860. ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidResult: (:) [Add-AppvClientPackage], ClientException + FullyQualifiedErrorId : RetrieveGuidsFromPackageURL,Microsoft.AppV.AppvClientPowerShell.AddAppvPackage
Andreas Nick on Thursday, December 03, 2020 20:06

Hi Fahad, I just tested it again on server 2016 especially for you. Everything is running fine. The package was generated automatically. English version built on Server 2019 with a 1809 ADK sequencer and as described with PVAD.
Regards, Andreas

Hi Fahad, I just tested it again on server 2016 especially for you. Everything is running fine. The package was generated automatically. English version built on Server 2019 with a 1809 ADK sequencer and as described with PVAD. Regards, Andreas
Guest - Fahad on Friday, December 04, 2020 11:25

Thanks Andreas for your response really appreciate it!!!

I have created the package using sequencer 1809 on one of our Win10 vanilla build.
Is that something specifically I should be sequencing on a server build ??

Thanks Andreas for your response really appreciate it!!! I have created the package using sequencer 1809 on one of our Win10 vanilla build. Is that something specifically I should be sequencing on a server build ??
Andreas Nick on Thursday, December 24, 2020 12:15

I forgot to share the comment and only just saw that there was something else. So most often people forget to switch the sequencer to PVAD mode. That's all I can say about it. If you are packaging an older version, please check out the other blog. This blog is for a version >= 18.5

I forgot to share the comment and only just saw that there was something else. So most often people forget to switch the sequencer to PVAD mode. That's all I can say about it. If you are packaging an older version, please check out the other blog. This blog is for a version >= 18.5
Guest - Mike on Friday, October 30, 2020 03:28

Hi Andreas,

Thank you for the offer, but that won't be necessary.

We had just built a new W2016 server and neglected to manually update the App-V version.
Very silly oversight on our part!
We were still running on version 10.0.15063.0
We updated to 10.1.17763.1 (ADK 1809), but the same issue occurred.
We then attempted to sequence it again, by enabling PVAD. This time it works!

Thank you very much for your assistance with this. It's always the simple things that get missed!

MSIX does sound interesting though, thanks for the tip! We will look into this and see how it compares to App-V.

Hi Andreas, Thank you for the offer, but that won't be necessary. We had just built a new W2016 server and neglected to manually update the App-V version. Very silly oversight on our part! We were still running on version 10.0.15063.0 We updated to 10.1.17763.1 (ADK 1809), but the same issue occurred. We then attempted to sequence it again, by enabling PVAD. This time it works! Thank you very much for your assistance with this. It's always the simple things that get missed! :) MSIX does sound interesting though, thanks for the tip! We will look into this and see how it compares to App-V.
Guest - Mike on Monday, October 26, 2020 04:22

Hi Andreas,

Thank you for providing this fantastic AppV recipe! We have used it to successfully sequence 18.7 SSMS.

However we get the error below on launch. If we click on No to stop the error from coming up it goes away until the user logs out and then the issue comes back again. Do you know how to resolve this error or at least where that setting is stored in the registry so that we can ensure that the error prompt is disabled on startup?

"The 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly."

If we look into the ActivityLog.xml it says the issue is because of:

"SetSite failed for package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage]
Description: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters."

https://files.slack.com/files-pri/T02G1N114-F01CZJLT60N/image.png

Hi Andreas, Thank you for providing this fantastic AppV recipe! We have used it to successfully sequence 18.7 SSMS. However we get the error below on launch. If we click on No to stop the error from coming up it goes away until the user logs out and then the issue comes back again. Do you know how to resolve this error or at least where that setting is stored in the registry so that we can ensure that the error prompt is disabled on startup? "The 'Microsoft.VisualStudio.Editor.Implementation.EditorPackage' package did not load correctly." If we look into the ActivityLog.xml it says the issue is because of: "SetSite failed for package [Microsoft.VisualStudio.Editor.Implementation.EditorPackage] Description: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters." [img]https://files.slack.com/files-pri/T02G1N114-F01CZJLT60N/image.png[/img]
Andreas Nick on Thursday, October 29, 2020 22:20

18.7 has now been packaged. The recipe is the same. We are using a 1809 sequencer (ADK) on server 2019, please note that the ADK sequencer 1903 and 1909 are buggy. My package for 18.7 runs flawlessly and now starts even faster as I think. than about 35 seconds until the GUI appears after a release. By the way, I have just successfully created 18.7 as a MSIX package :-) My company offers the App-V packages as a service. Would you be interested? I can send you an offer or SSMS as Sample if you like

18.7 has now been packaged. The recipe is the same. We are using a 1809 sequencer (ADK) on server 2019, please note that the ADK sequencer 1903 and 1909 are buggy. My package for 18.7 runs flawlessly and now starts even faster as I think. than about 35 seconds until the GUI appears after a release. By the way, I have just successfully created 18.7 as a MSIX package :-) My company offers the App-V packages as a service. Would you be interested? I can send you an offer or SSMS as Sample if you like ;)
Guest - Johnny Dag Hansen on Monday, October 19, 2020 12:21

Thank You again very much - I will test this package as soon as possible! OK, I have been using AppMan Sequencer v10.1.18362.1 (aka 1903) so I will test with the 1809 version instead as soon as possible. I have also been using Windows Server 2016 (build 1607) as sequencing machine OS, since that is the "lowest" common platform for our RDS Environment. Maybe Windows Server 2019 would be a better choice for this exact use case!

Thank You again very much - I will test this package as soon as possible! OK, I have been using AppMan Sequencer v10.1.18362.1 (aka 1903) so I will test with the 1809 version instead as soon as possible. I have also been using Windows Server 2016 (build 1607) as sequencing machine OS, since that is the "lowest" common platform for our RDS Environment. Maybe Windows Server 2019 would be a better choice for this exact use case!
Guest - Johnny Dag Hansen on Sunday, October 18, 2020 16:03

Hi, and thank You for Your reply! But the issue here is that after running the sequencer while installing Citrix Studio, nothing is recorded! I am left with an "empty packet"; no files, registry or anything collected by the sequencer. I have never experienced anything like that before!

Hi, and thank You for Your reply! But the issue here is that after running the sequencer while installing Citrix Studio, nothing is recorded! I am left with an "empty packet"; no files, registry or anything collected by the sequencer. I have never experienced anything like that before!
Andreas Nick on Sunday, October 18, 2020 16:20

I built the package on a Windows Server 2019 with a 1809 (ADK) sequencer. The installation was silent with single packages. The 1903 and 1909 sequencers have bugs. But empty packages I do not know! If it helps you, here is a link to my package (will be deleted soon) https://www.nick-it.de/DesktopStudio_x64_19.12.1.0.zip

I built the package on a Windows Server 2019 with a 1809 (ADK) sequencer. The installation was silent with single packages. The 1903 and 1909 sequencers have bugs. But empty packages I do not know! If it helps you, here is a link to my package (will be deleted soon) https://www.nick-it.de/DesktopStudio_x64_19.12.1.0.zip
Guest - Johnny Dag Hansen on Thursday, October 15, 2020 13:32

Hi, and thank You for a lot of great articles, of which many have been a great help! Now I'm struggling to sequence Citrix Desktop Studio of any newer versions (not sure when it stopped working)...! The last one I sequenced was Dekstop Studio v7 1903, but now I hve tried every version from 7 1912 and upwords; and nothing works! The strange thing is local installations work, and even on the Sequencer Machine during sequencing evertyhing gets installed to C:\Program Files etc. But nothing is "recorded" by the Sequencer - not VREG, not VFS - nothing! Have You had any experience with this?

Hi, and thank You for a lot of great articles, of which many have been a great help! Now I'm struggling to sequence Citrix Desktop Studio of any newer versions (not sure when it stopped working)...! The last one I sequenced was Dekstop Studio v7 1903, but now I hve tried every version from 7 1912 and upwords; and nothing works! The strange thing is local installations work, and even on the Sequencer Machine during sequencing evertyhing gets installed to C:\Program Files etc. But nothing is "recorded" by the Sequencer - not VREG, not VFS - nothing! Have You had any experience with this?
Andreas Nick on Sunday, October 18, 2020 14:20

One more thing: The required MMC is included in the package. After the installation I create the necessary verküpfung manually
New-Shortcut -TargetPath "$env:windir\System32\mmc.exe" -linklocation CommonStartMenu -ShortcutFilePath "DesktopStudio.lnk" `
-IconLocation "C:\Program Files\Citrix\Desktop Studio\Console.ico" -WorkingDirectory "C:\Program Files\Citrix\Desktop Studio\" `
-Arguments """c:\Program Files\Citrix\Desktop Studio\Studio.msc"""

One more thing: The required MMC is included in the package. After the installation I create the necessary verküpfung manually New-Shortcut -TargetPath "$env:windir\System32\mmc.exe" -linklocation CommonStartMenu -ShortcutFilePath "DesktopStudio.lnk" ` -IconLocation "C:\Program Files\Citrix\Desktop Studio\Console.ico" -WorkingDirectory "C:\Program Files\Citrix\Desktop Studio\" ` -Arguments """c:\Program Files\Citrix\Desktop Studio\Studio.msc"""
Andreas Nick on Sunday, October 18, 2020 13:32

It is not that easy and in my opinion it was the same with older versions. The last time I packaged the studio for 7.8. First of all I automate the installation and install single packages. But you can also use the Citrix disk. But now the studio doesn't start with the application "LaunchConsole.exe" but only with a separate MMC. So start the mmc into the virtual bubble of the package (for example: mmc.exe /appvve:931024e3-e1fc-403d-9955-e755048e5ecc_3709619a-4911-47e5-8e64-7fea81121b05) now you can add the studio as a SnapIn. Maybe there is a better way, which I do not know.

It is not that easy and in my opinion it was the same with older versions. The last time I packaged the studio for 7.8. First of all I automate the installation and install single packages. But you can also use the Citrix disk. But now the studio doesn't start with the application "LaunchConsole.exe" but only with a separate MMC. So start the mmc into the virtual bubble of the package (for example: mmc.exe /appvve:931024e3-e1fc-403d-9955-e755048e5ecc_3709619a-4911-47e5-8e64-7fea81121b05) now you can add the studio as a SnapIn. Maybe there is a better way, which I do not know.
Andreas Nick on Friday, October 16, 2020 08:24

Hi and thank you! I will test the studio in the next days. We also have an older version in use at a customer. The studio is a good candidate for our packaging service for App-V standard packages. I also build SSMS fully automated with a script for our customers. Unfortunately we still have a performance problem with it.

Hi and thank you! I will test the studio in the next days. We also have an older version in use at a customer. The studio is a good candidate for our packaging service for App-V standard packages. I also build SSMS fully automated with a script for our customers. Unfortunately we still have a performance problem with it.
Already Registered? Login Here
Friday, March 29, 2024

Captcha Image

@nickinformation Tweets

My german Blog: 

http://www.software-virtualisierung.de

in 

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.