delphi - Get progress value and status of a MSI installation -
i creating delphi application execute msi silent installation . want progress value of msi , installation status , show on delphi applcation
and want close msi if button in delphi application clicked.
i using delphi application because no installation software gives facilities want
to progress value, must use msisetexternalui
function part of windows installer api
, parse installmessage_progress
string, can read more info here parsing windows installer messages
. jedi-apilib
has translation of headers of api in jwamsi
unit.
Comments
Post a Comment