cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
erani78
Level 2

Communicate with Windows Installer

Hello,

I have an Installer ( Written in C++) that download an .MSI file and execute it silently.

How can I communicate between them ?

If the user clicked on the "Cancel" button of my installer window, I want to pass a flag to the MSI to start RollBack. Can I do it ????

Thanks,

Eran Israel
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

Monitoring an Installation Using MsiSetExternalUI may provide the information you're looking for.
0 Kudos