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
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
2.0 deployment?
djchapin
No quickstarts have been created but a sample is available here:
http://www.microsoft.com/downloads/details.aspx FamilyId=BF253CFD-1EFC-4FC5-BA7E-6A6F21403495&displaylang=en
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
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