博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Registry uninstall values
阅读量:4353 次
发布时间:2019-06-07

本文共 3423 字,大约阅读时间需要 11 分钟。

Original link:

 

---------------------Following content is only used for knowledge sharing. ---------------------

 

(It seems this wordpress theme can’t handle a table this big, for a clean page)

Only a couple of the valid uninstall values are documented on MSDN [1], some of them also have a Windows Installer property and have MSI specific documentation [2], and other values like DisplayIcon have no official documentation at all!

Name=Default Reg. Type Min. OS Format Notes
AuthorizedCDFPrefix SZ IE 4.01 Whitelist of one or more URLs for Software Update Channel [5]. “http:” means any host over http.
Comments SZ 2000    
Contact SZ 2000    
DisplayIcon=Auto SZ 2000 ["]%path%["][,<-%ResId% | %ResIndex%>]
  • Quotes are optional [3]
  • -1 is NOT a valid resource id [3]
DisplayName SZ *   Required by ARP.GUI [7]
DisplayVersion SZ 2000 %major%.%minor%.%build%[.%revision%] Usually string version of Version
EstimatedSize DWORD 2000 %SizeInKiB% Win7+ does not display the size information without this value [4]
HelpLink SZ 2000  
HelpTelephone SZ 2000 %PhoneNumber%  
Installed DWORD      
InstallDate SZ 2000 %YYYYMMDD% Last time a patch was applied or removed from the product or the product was installed/repaired [2][8]
InstallLocation SZ, EXPAND_SZ 2000 %fullpath\to\folder% ARPINSTALLLOCATION: Full path to the application’s primary folder
InstallSource SZ 2000 %fullpath\to\folder%  
Language DWORD MSI? %WIN32:LANGID%  
ModifyPath SZ, EXPAND_SZ *? "%path%" [parameters]  
NoModify=0 DWORD 2000   Prevents display of a Change button for the product in ARP [6]
NoRemove=0 DWORD 2000   This only affects the display in ARP
NoRepair=0 DWORD 2000   If NoModify=1 and NoRepair=0, ARP will display a repair button
ParentDisplayName SZ XP:SP2, 2003   [8] Name of parent tree item
ParentKeyName SZ XP:SP2, 2003   [8] Parents sibling subkey or key under SOFTWARE\Microsoft\Updates? “OperatingSystem” seems to be a special value. Reserved key names: IEUpdate, OEUpdate, KB######, Q######, and ######
ProductID SZ 2000   String displayed in ARP
Publisher SZ 2000   Publisher/Developer of application, links to UrlInfoAbout
QuietUninstallString SZ, EXPAND_SZ? * "%path%" [parameters]  
Readme SZ 2000 <%fullpath\to\readme.txt% | ;  
RegOwner SZ 2000    
RegCompany SZ 2000    
ReleaseType SZ? XP? ["Hotfix" | "Security Update" | "Software Update"]  
RequiresIESysFile SZ IE 4.0? %IEMajor%.%IEMinor%[.%IEBuild%%[.%IERevision%]] If IE is downgraded to a version lower than RequiresIESysFile, perform QuietUninstallString?
HelpTelephone SZ 2000    
Size SZ? MSI?    
SystemComponent DWORD XP?    
TSAware DWORD XP?    
UninstallString SZ, EXPAND_SZ * "%path%" [parameters] Required by ARP.GUI [7]
UrlInfoAbout SZ 2000  
UrlUpdateInfo SZ 2000  
Version DWORD MSI? 0xMMmmBBBB major.minor.build in packed form
VersionMajor DWORD MSI?    
VersionMinor DWORD MSI?    
WindowsInstaller DWORD MSI? %BOOL:IsMSI%  

Notes

  • NT4+ supports entries under HKCU, Win9x only supports HKLM
  • UninstallPath is documented on the Win 2000 Application Specifications page, it is probably a typo and they really mean UninstallString.
  • The %AppName% subkey under …\Uninstall\ is also known as the “Microsoft Application Logo 5 name”
  • AppName subkeys matching “KB??????” seem to get special handling
  • “No*” values under HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\%AppName% override the normal settings under HKCU\…\Uninstall\%AppName%
  • All “text” values also support versions

转载于:https://www.cnblogs.com/cindy-hu-23/p/3962524.html

你可能感兴趣的文章
SVG笔记
查看>>
linux下使用dd命令写入镜像文件到u盘
查看>>
001---进程
查看>>
视频人脸检测——OpenCV版(三)
查看>>
php获取来访者在搜索引擎搜索某个关键词,进入网站
查看>>
物联网架构成长之路(8)-EMQ-Hook了解、连接Kafka发送消息
查看>>
2018-2019-1 20165234 20165236 实验二 固件程序设计
查看>>
IDEA的GUI连接数据库写入SQL语句的问题总结
查看>>
Xpath在选择器中正确,在代码中返回的是空列表问题
查看>>
leecode第一百九十八题(打家劫舍)
查看>>
【BZOJ 1233】 [Usaco2009Open]干草堆tower (单调队列优化DP)
查看>>
07-3. 数素数 (20)
查看>>
写一个欢迎页node统计接口Py脚本(邮件,附件)-py
查看>>
计算两个日期之间的天数
查看>>
山东省第六届蓝桥杯 ///标题:三羊献瑞//c/c++组
查看>>
Unity火炬之光进度
查看>>
Android关于buildToolVersion与CompileSdkVersion的区别
查看>>
袋鼠云日志,日志分析没那么容易
查看>>
缓存穿透 缓存雪崩 缓存并发
查看>>
MySQL表的操作
查看>>