activescott/lessmsi

Ability to specify full file path (not just file name) in command line

Open

#130 创建于 2019年12月11日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C# (189 fork)auto 404
good first issuehelp wantedhigh priority

仓库指标

Star
 (1,746 star)
PR 合并指标
 (PR 指标待抓取)

描述

In the Wiki for the command-line, there is a note:

Note: There is a known bug err "limitation" that you can only specify the name of the file (not the path). Therefore if there are multiple instances of the file inside the msi with the same name and you want to extract that file there is no way to specify which file to extract. If this is a problem for you report an issue and if I know it is important to someone I'll take the time to make that work.

I could use this capability, as our installers have dlls with the same name (in separate folders), for different languages, and I need the ability to extract all of them.

Thanks in advance.

贡献者指南