Visual Studio Developer Center > Visual Studio Forums > Visual Studio Extensibility > developer using sdk ,After the release, the user's computer is not required to install sdk in order to use?
Ask a questionAsk a question
 

Answerdeveloper using sdk ,After the release, the user's computer is not required to install sdk in order to use?

Answers

All Replies

  • Wednesday, November 04, 2009 4:49 PMEd DoreMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    It sounds like you may be encountering problems deploying a Visual Studio Package on a machine that does not have the Visual Studio SDK on it? If that is the case, you need to ensure your package has properly integrated a Package Load Key, and registered itself properly on the target system, as described in the following links:

       How to: Obtain a Package Load Key
       How to: Install a Package Load Key

    Sincerely,


    Ed Dore
  • Friday, November 06, 2009 2:59 AMNancy ShaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi 秋风秋色,

    Based on my understanding, your question is not related to Visual Studio Extensibility. If you want to ask how to deploy a Visual Studio Package, please refer to Ed Dore's suggestion.

    But if you just want to ask how to deploy a Visual C# or Visual C++ which does not installed Windows SDK, please refer to the following artciles:

    And I highly suggest you post the question in right forum, and you will get better answer.

    Best Regards,
    Nancy


    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • Friday, November 06, 2009 4:55 AM秋风秋色 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    may you give me a install sample ,i use the codesweep install but it's show error ?

     i do a install with C# Reference.Package but it's show error too;

    thanks

  • Friday, November 06, 2009 4:58 AM秋风秋色 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    thank you, my question with  Visual Studio Extensibility but i make a install , always error
  • Wednesday, November 11, 2009 4:00 AMNancy ShaoMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi 秋风秋色,

    Sorry for the delay.

    If you just want to deploy your Visual Studio Package on a machine which does not have Visual Studio SDK , please refer to Ed Dore's suggestion.

    If you want to know a sample about how to deploy a Visual Studio Integration Package, see this video with following link:

    http://msdn.microsoft.com/en-us/vstudio/cc627235.aspx


    Best Regards,
    Nancy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.