I\'m having an issue with an creating application shortcut on the des开发者_开发技巧ktop from a Visual Studio 2010 deployment project. The shortcut is created just fine, but when I go to drag and drop
I have a .NET component written in C# that needs to register some registry values under the HKLM hive. I\'m expecting this component to be installed on both x86 (32-bit) and x64 (64-bit) boxes running
I am learning VS 2008 setup project to create install for our C# application. I made a mistake trying to delete the exe itself during the uninstall. Now I manually deleted the exe file but the entry s
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\'m doing a Deployment Project in VS2008, and at the end of the installation flow I need to create a shared folder with Full Control permissions to Everyone on the local machine accessible from a com
I want to create a Visual Studio 2008 deployment project that installed some scheduled tasks in the commit phase.