In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly shows you "how to uninstall ASP.NET", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "how to uninstall ASP.NET" this article.
The first method to realize the uninstall function of ASP.NET installation package:
1. Add the file msiexec.exe to the packaged project (generally found under c:\ windows\ system32\)
two。 Select the application folder in the file system view, press the right button on msiexec.exe, select create Shortcut, and rename the shortcut to Uninstall.
3. Change the Arguments of this shortcut to "/ x {product id}" and the value of the product id to the ProductCode property value of the packaged project.
The second method to realize the uninstall function of ASP.NET installation package: (recommended)
1. To install the package, make a note of ProductCode (select the root directory of solution Explorer, such as setup1, and then check the property tab, not the properties in the right button). You will need to use the following
two。 Create a new console program uninst.exe file with VS.net
'power by: landlordh' for 2000 Module uninstall Sub Main () Dim myProcess As Process = New Process If System.Environment.OSVersion.ToString.IndexOf ("NT 5") Then myProcess.Start ("msiexec", "/ X {2B65D4A9-C146-4808-AB4B-321FB0779559}") 'changed to his own ProductCode End If myProcess.Close () End Sub End Module
3. Add the exe file of the console program BIN directory to the packaged program file to create a shortcut to uninst.exe in the program group
The above is all the contents of the article "how to uninstall ASP.NET". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.