ytxldc 发表于 2009-9-14 12:05:48

MSI程序用什么函数能运行?

本帖最后由 ytxldc 于 2009-9-20 09:20 编辑

MSI程序用什么函数能运行?

江郎才尽 发表于 2009-9-19 15:49:30

Runwait("msiexec /i ActivePerl.msi")

ytxldc 发表于 2009-9-19 17:00:48

感谢,我试一下:face (29):

ytxldc 发表于 2009-9-19 17:22:45

相当好用,再次感谢!

zhiwencool 发表于 2009-10-23 23:13:26

ShellExecute

hrb880 发表于 2009-10-24 00:33:15

帮助文档里写的很清楚,用ShellExecute是最佳选择
页: [1]
查看完整版本: MSI程序用什么函数能运行?