Background: We have a ClickOnce-deployed WPF app, that talks to WCF Services, which in turn both talk to our own SQL database and also to SharePoint via the Client OM.To set up the WCF and the ClickOn
I was looking for an alternative for an unins开发者_Go百科tall in a setup project (while reading this) and tried the following, which sadly fails:
Our group integrates a bunch of different sub-blocks into our main project and we are trying to determine the best way to manage all of these different pieces of intellectual property. (From here on o
I am creating a new project from the ground up.I have my web application in this web application I have references set up to multiple class libraries.
I need to hide the warning mess开发者_JAVA百科age that pops up when I try to delete the directory which contains files in a Visual Studio setup project. How do I do that?
I have a VS2010 setup project, and one of it\'s uninstall custom actions shows notifications using MessageBox.Show method, but they sometimes appear to be behind the setup wizard window, which is tota
This question already has answers here: 开发者_如何转开发Closed 11 years ago. Possible Duplicate:
I am preparing a custom action that copies a file to a specific location. Existing users of the application will already have the file in the SpecialDirectories.AllUsersApplicationData location. So I
how to make shortcut to Windows-CE application on Smart Device CAB Project ? i try this on my Smart Device CAB Project:
First of all, I\'m aware of why it doesn\'t 开发者_Python百科appear in the \"Add References\" dialog. I also know how I can manually add it.