2.0 deployment?

It looks like gacutil.exe does not come with the redistributables.

Sounds like Microsoft is encouraging me to build a deployment package

I’m not familiar with deployment packages so where do I start



Answer this question

2.0 deployment?

  • djchapin

  • Mostafa Omar

    gacutil.exe does not come with the framework.

    it does come with the sdk but I'm not going around installing the sdk just to the gacutil.exe.

    I wrote a custom install.exe using the deploy object. It worked fine for me and it's easier than trying to figure out a bunch of different types of deployment project types.


  • bodalal

    sorry, I meant the framework sdk or the windows sdk.

     Are you basically looking for help to create a deployment project


  • Mareen Philip MSFT

    I was looking for something like a quick start for deplyoment projects.
  • LMcFarlin

    Not sure what your question is.

    gacutil.exe comes with the Framework or Windows SDK.

    If you want to build a deployment package, you can use the setup project in visual studio 2005


  • 2.0 deployment?