【发布时间】:2013-11-14 18:50:30
【问题描述】:
我想将我的 ps1 脚本打包成一个 MSI
the ps1 name apple.ps1, which will input 2 parameters
./apple.ps1 <param1> <param2>
How can i make an msi package to run the apple.ps1?
在那个 msi 包中,有一个选项可以让我输入两个参数
有什么教程或者简单的方法吗?
【问题讨论】:
-
它还取决于您用于编写安装程序的工具,因为某些工具具有高级 GUI,可让您简单地将脚本放入文本区域,比在 Wix 中简单得多。跨度>
标签: powershell windows-installer