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
- :
- Pause uninstall
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
‎Sep 07, 2009
06:30 AM
Pause uninstall
Hi there,
I use a customaction [see screeshot for details] (basic MSI installer) during deinstallation process. It runs a managed code ca ( installed with product). I included a userdialog in this c# dll to backup my sql express database.
The workflow I want during deinstalltion is as following:
-> launch uninstall -> run my customaction (uninstall should wait for the comletation of the customaction) -> returnvalue 0 -> continue with uninstall || -> returnvalue 1 -> abort uninstall
How can I realize that with IS 2010 Pro? I hope you can help me out 🙂
Greetings,
Gøran
I use a customaction [see screeshot for details] (basic MSI installer) during deinstallation process. It runs a managed code ca ( installed with product). I included a userdialog in this c# dll to backup my sql express database.
The workflow I want during deinstalltion is as following:
-> launch uninstall -> run my customaction (uninstall should wait for the comletation of the customaction) -> returnvalue 0 -> continue with uninstall || -> returnvalue 1 -> abort uninstall
How can I realize that with IS 2010 Pro? I hope you can help me out 🙂
Greetings,
Gøran
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 07, 2009
09:34 PM
Does changing the Return Processing setting from Asynchronous to Synchronous make any difference?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 08, 2009
06:46 AM
I will check this out, but I think I allready tested this...
thx for you reply 🙂
thx for you reply 🙂