سلام

من یک دستور اجرا برای اجرای فایل msi. دارم:


Sub ExecuteInstaller()
Dim Installer As String = IO.Path.GetFullPath(".\StoreManagement Source Code.msi")
If IO.File.Exists(Installer) = False Then
MsgBox("فایل نصب قابل شناسایی نیست!", MsgBoxStyle.Critical)
Exit Sub
End If
Process.Start("msiexec.exe", String.Format("/i {0}", Installer))
End
End Sub


که از اجرای فایل استنکاف می ورزد....
برای نصب هم از option /i استفاده کردم ولی تنها همین پنخره Windows Installer رو نمایش می ده:

Screenshot 2024-11-18 101133.png