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
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- Patche to check for new versions at the end of the Installation
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
Mar 01, 2004
06:46 AM
Patche to check for new versions at the end of the Installation
Is there any recommended way to get (patch) updates to also check for new versions at the end of the Installation?
The SetupCompleteSuccess dialog box invokes the CheckForProductUpdates action only if "Not Installed"; is it just a matter of changing this condition, or are there more issues involved?
The SetupCompleteSuccess dialog box invokes the CheckForProductUpdates action only if "Not Installed"; is it just a matter of changing this condition, or are there more issues involved?
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 01, 2004
10:34 AM
The SetupCompleteSuccess dialog box invokes the CheckForProductUpdates action only if "Not Installed"; is it just a matter of changing this condition, or are there more issues involved?
Yes, all you have to do is alter the condition. Make this condition "Not Installed And PATCH" and it should check for updates at the end of the patch.
However, I doubt it will show the "Do you want to check for Updates?" checkbox on this dialog. If you want to show that checkbox as well (and you are using Developer or Devstudio) you will have to make a change or two in the Control or ControlEvent table (basically to add "And PATCH" to the condition of the checkbox control).