Distributing Isolated Shell Applications

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at Distributing Isolated Shell Applications.

You must install Visual Studio and the Visual Studio SDK in order to create an isolated shell application. To distribute the application to the machines of other users or customers, you must include a special redistributable package for the isolated shell.

NameDescription
Visual Studio SDKThe SDK you must have to develop and test extensions of Visual Studio. You can also use the SDK to create your own instance of the Visual Studio isolated shell.

Visual Studio is a prerequisite for the SDK.
Microsoft Visual Studio Isolated Shell RedistributableThe redistributable that you include in your Setup program when you build a tools environment on the Visual Studio isolated shell. The isolated Shell redistributable package includes the .NET Framework 4.5.

You must create a special installation program for your integrated or isolated shell application. For more information, see Installing an Isolated Shell Application.

Your installation program must allow for the possibility that your application will be updated, either by Microsoft updates or by your company's updates. For more information about updates, see Servicing Guidelines for Isolated Shell Applications.

Show: