This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Communicate with Windows Installer
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 12, 2008
11:26 AM
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
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
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 13, 2008
12:07 PM
Monitoring an Installation Using MsiSetExternalUI may provide the information you're looking for.
