开发者

Calling msi file in c from CreateProcess

Is there any op开发者_如何学Gotion to call msi file from CreateProcess in c language in window OS.


The Windows ShellExecute function will open a file of a registered type with the correct application, which I think is what you are asking about.


use msiexec filename. ( pass this as a input to Createprocess)

(Refer msiexec for different options)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜