Hold your guns! I did check to see if all the project outputs are set to the same processor architecture (in this case, x64). They are. So what am I trying to do?
I have a smart client app (WinForms/WPF) currently deployed using ClickOnce. A particular client has expressed the 开发者_如何学Godesire to silently deploy the app to it\'s intranet network users as
I have a WinForms application built using Visual Studio 2008.I added a Setup Project to the solution to create a开发者_StackOverflow中文版n installation MSI file.I need the setup project to create a s
I\'m 开发者_开发知识库not sure what happened, but my installer is in a weird state--when I install my MSI, it doesn\'t seem to be running the current version of the code (I\'m using Custom Actions).I
I have the following problem. After I uninstall the project - all folder is removing. But it contains the files which shouldn\'t be deleted. What could you advice me?
I\'m looking for a easy way to include application installation folder to a %PATH% environment variable after installation is开发者_如何学Go complete.
When setting up a Setup Project in Visual Studio 2010 and even to 开发者_如何学PythonI removing all the prerequistes .NET 4.0 is still required on the computer that runs the Installation. Deploying wi
I have created a C#/.Net application using visual studio. I have also created an installer project that puts out two files:
I\'ve created a setup project in Visual Studio 开发者_运维技巧2008. I would like the installed location
I am w开发者_高级运维orking on a Visual Sudio 2010 Setup Project to install an Entity Framework / SQL Compact app. The app needs to install an SDF file on the user\'s machine. As I understand the Micr