我可以在 inno setup 中使用 msp 文件吗

can I use a msp file in inno setup

我正在尝试创建一个在桌面上安装其他程序的设置。 其中一个文件是 msp 文件,我 运行 它就像一个普通的 exe 文件。 我试过像打开 msi 文件一样打开它,但没有任何结果。 有人可以帮忙吗?this is how i currently try to run it.

this is the error i receive its in dutch but a rough translation is "cannot open this installation package. contact the provider of the file or check if it is a valid windows installer package.

抱歉,花了一些时间,但我修复了这个错误。 我将 msp 文件用作 msi 文件。 我使用了错误的参数,您需要使用 /p 而不是 /i