I am using VS 2010, and I was able to create a Coded UI test successfully, once. I am trying to do the same, but the Test Builder Dialog box does not appea开发者_开发百科r anymore. I found the followi
I have a file - say readme.txt that I want to copy or insert to a directory say C:\\Documents and Settings\\fooUsername\\Application Data\\BarSoftware
I have a pretty basic c# winforms project that has an associated setup project. It has one custom dialog (Textboxes (A)). When I run the installer, it freezes when I click Next to go to the Select Ins
This is probably a stupid question and my Googling just is not functioning today. I have an application I added a Visual Studio Installer > Setup Wizard project to. I am wondering how to add a butt
I am using Visual Studio 2010. I have a solution that has 2 SqlServer Database projects and Web application projects. When I build each of these projects they generate SQL scripts and zip files for we
I have a C开发者_StackOverflow社区# project, built using VS2008.It has a number of third party dependencies.However, when I create a set-up project for it, the “Detected Dependencies” folder is empt
I\'m trying to create a setup project and I can\'t believe how painful it could be. Non of the tools that I\'ve tried to use, haven\'t satisfy me.
I want to share DirectX redistributable as a prerequisite package of my application setup msi( made with visual Studio).
I have a Web Setup project in VS. I\'ll be switching to WiX, but that\'s in the future and currently I need to solve the following issue.
I\'ve created a .NET assembly for COM interop and it is working well on my development machine.I\'m cu开发者_JAVA百科rrently trying to figure out how to deploy the DLL to a target machine using Visual