C# setup and deploy project templates located at?
-
I have a C# 2010 console application where I need to create a setup and deployment project for it. I do not have the setup and deployment projects in the visual studio.net 2010 application I am using. I need to find the install templates. Can you tell me where I can find the setup and deployment project install templates so I can add them to my solution ide to work with?
-
I have a C# 2010 console application where I need to create a setup and deployment project for it. I do not have the setup and deployment projects in the visual studio.net 2010 application I am using. I need to find the install templates. Can you tell me where I can find the setup and deployment project install templates so I can add them to my solution ide to work with?
-
I have a C# 2010 console application where I need to create a setup and deployment project for it. I do not have the setup and deployment projects in the visual studio.net 2010 application I am using. I need to find the install templates. Can you tell me where I can find the setup and deployment project install templates so I can add them to my solution ide to work with?
Don't bother. The Setup and Deployment projects were killed off in VS2012 anyway so you're going after legacy technology that, lets be honest here, sucked! You can use any number of other tools that do a better job and are eaier to use, such as Inno Setup, Advanced Installer, InstallShield LE, WiX, ...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
You should find them in the Other Projects ( Project Templates ) Create a new Project of type (Other Projects - > Setup and Deployment -> VS Installer) ...
Regards, Senthil Kumar
-
I do not have a Create a new Project of type (Other Projects - > Setup and Deployment -> VS Installer). I am somehow missing the templates.
If you have an Express version of Visual Studio you won't have it.
A guide to posting questions on CodeProject[^] Dave Kreskowiak