Pablo Galiano : VS Shell application deployment

Subscriptions

<March 2010>
SuMoTuWeThFrSa
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

News

Subscribe to Pablo Galiano by Email

Post Categories

VS Shell application deployment

To deploy a VS Shell application we first need to obtain a Shell Load Key (SLK), a Package Load Key (PLK) for the shell resource package and a Package Load Key (PLK) for each VS Package that makes up the application behavior.

All these keys are obtained via the VSIP members web site.

The information needed to obtain a SLK is the following:

  • ThisVersionDTECLSID
  • AppName
  • CompanyName
  • Productversion
  • ID

[$RootKey$]
"ThisVersionDTECLSID"="{65a1a6a1-0b2a-461f-8dc2-1a3ebc299584}"
"AppName"="MyVSShellApp"

"CompanyName"="MyCompany"
"Productversion"="1.0"
"ID"=dword:00000069

The information needed to obtain a PLK for the shell resource package is the following:

  • Resource package GUID
  • CompanyName
  • ProductName
  • ProductVersion
  • ID
  • MinEdition

"AppLocalizationPackage"="{209c95cd-4012-43e5-845a-f09f5f3a13ed}"
"CompanyName"="MyCompany"
"ProductName"="MyVSShellApp"
"Productversion"="1.0"
"ID"=dword:00000065
"MinEdition"="Standard"

The information needed to obtain a PLK for the VS Package behavior is here

 

Links:

http://msdn2.microsoft.com/en-us/library/bb932468(VS.90).aspx

http://msdn2.microsoft.com/en-us/library/bb932503(VS.90).aspx

 

Pablo

posted on Thursday, November 22, 2007 10:56 AM by pga

# Help with using the VS2008 Shell @ Tuesday, November 27, 2007 4:48 AM

Pablo has written a series of posts that should be of help to anyone thinking of hosting their applications

Anonymous

# Help with using the VS2008 Shell @ Tuesday, November 27, 2007 5:46 AM

Pablo has written a series of posts that should be of help to anyone thinking of hosting their applications

Anonymous

# re: VS Shell application deployment @ Thursday, December 13, 2007 11:41 AM

Great, I now have a Shell Load Key for the isolated shell.

Now what do I do with it? I assume that it is registered with appenvsub /setup, etc., but how?

Walter

# Pablo Galiano's VS Shell posts, in a nutshell @ Friday, December 14, 2007 4:12 PM

Pablo Galiano has a great ongoing series of technical blog posts on the new VS 2008 Shell . Links to

Anonymous

# Pablo Galiano's VS Shell posts, in a nutshell @ Friday, December 14, 2007 4:14 PM

Pablo Galiano has a great ongoing series of technical blog posts on the new VS 2008 Shell . Some of the

Anonymous