Skip to content

调试 MSI - 输出 MSI 安装器的输出为日志

标签
操作系统/Windows
操作系统/Windows-Server
软件/Windows/msiexec
操作系统/Windows/MSI
软件/Windows/WindowsAdminCenter
命令行/msiexec
软件/Windows/Powershell
命令行/Powershell
字数
75 字
阅读时间
1 分钟
powershell
msiexec /i "installer.msi" /l*v "log.log"

比如如果要调试 Windows Admin Center 的安装包的话我们可以执行:

powershell
msiexec /i "C:\Users\neko.HOMELAB\Downloads\WindowsAdminCenter2306.msi" /l*v "log.log"

参考资料

msiexec | Microsoft Learn

logging - Create an MSI log file - Stack Overflow

贡献者

页面历史

撰写