visual-studio-setup-proje
Visual Studio Setup Project - can you configure projects to install transitive dependencies in the correct order?
I\'m using Visual Studio 2010 to create an installer for my project. My installer includes my dependencies, such as .NET 3.5, and the 2007 Microsoft Office Primary Interop Assemblies (PIA). Addit开发者[详细]
2023-04-06 05:37 分类:问答How do I force a Visual Studio setup project generated msi installer to only run in administrative mode?
I have a Visual Studio setup project that generates an msi installer.The in开发者_开发知识库staller works fine if I run it as an administrator.If it is not run as an administrator my updates to HKEY_C[详细]
2023-03-31 16:18 分类:问答Visual Studio Setup Project - Retrieving a string from a TextBox Dialog
I am trying to get a value from one of the text box dialogs in Visual Studio Setup Project into a custom action installer class. It seems that it doesn\'t like it when someone enters a string with a s[详细]
2023-03-05 16:50 分类:问答VS2010 Setup Project force overwrite of files
Looked everywhere and it seems like in VS2010 all options have been removed to do this. I have a Setup Project that has Application Files that get copied over to the Application folder.What I want is[详细]
2023-02-27 08:09 分类:问答Create Event Log Source as part of installation - windows forms app, vs deployment project
I have a vb.net windows form app that I a开发者_Python百科m deploying as using the visual studio deployment project.The app needs to write event logs to the application log in the event viewer.For rea[详细]
2023-02-20 08:32 分类:问答difference between windows installer 3.1 and 4.5 While creating SetUP Project, which one to select when
I am Creating SetUp Project for Win App. in VS2010 Framework 4.0 Now While selecting Prerequisites ( from Project properties win )[详细]
2023-02-20 01:38 分类:问答how can get the path from installer and how set in my app?
i am writing a win app and now i want to make setup for my app,my code is: Microsoft.Win32.RegistryKey rk = Microsoft.Win32.Registry.LocalMachine.OpenSubKey(@\"SOFTWARE\\Microsoft\\Windows\\Current[详细]
2023-02-15 09:52 分类:问答Visual Studio Setup Project Localization of System Controls
I\'m trying to create a Setup using Visual Studio Setup Project. A mistake, but there\'s legacy work to consider here.[详细]
2023-01-20 23:36 分类:问答msi Installer Uninstall
I have an msi installer (VS2008 set-up project).What I would like to happen, is for the installer to initially detect if the software is already installed on the machine.If it is, then to uninstall th[详细]
2023-01-05 11:21 分类:问答NSPredicate usage
I am having string @\"King (+$100)\".I want to use NSPredicate开发者_开发技巧 to find if string is having (+$[0-9]*).So how to use NSPrdicateTry this:[详细]
2022-12-20 00:33 分类:问答