标签: c#
我正在使用Installer Service类为WPF应用程序之一创建MSI。
假设已创建abc.msi。现在,我将其名称从abc更改为def.msi。
我想在安装MSI时在InstallerService类的Install Method中提取msi的名称。
答案 0 :(得分:0)
这很可能会满足您的要求:
Path.GetFileName(Environment.GetCommandLineArgs()[1])