SetupApi MRB文件列表
2021-11-19
41
0
Most recently used (MRU) source lists
最近使用的(MRU)源列表驻留在用户的计算机上,包含有关以前安装中使用的源路径的信息。提示用户输入源路径时,可以使用此信息。
安装应用程序可以访问特定于用户的源列表,如果应用程序具有管理员权限,还可以访问系统范围的源列表。安装应用程序还可以创建临时源列表,该列表在安装应用程序退出时被丢弃。通过调用SetupSetSourceList,安装应用程序可以识别在安装过程中将使用的源列表。
Function | Description |
---|---|
SetupAddToSourceList | Adds an entry to a source list. |
SetupCancelTemporarySourceList | Cancels use of a temporary list. |
SetupFreeSourceList | Frees resources allocated by a previous call to SetupSetSourceList. |
SetupQuerySourceList | Queries the current list of installation sources. |
SetupRemoveFromSourceList | Removes an entry from an installation source list. |
SetupSetSourceList | Sets the installation source list to the system MRU list, the user MRU list, or a temporary list. |