Results 1 to 2 of 2

Thread: Patche to check for new versions at the end of the Installation

  1. #1
    Join Date
    Mar 2004
    Location
    The Netherlands
    Posts
    5

    Question Patches 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?
    Last edited by EdwardClements; 03-01-2004 at 07:36 AM.

  2. #2
    Join Date
    Oct 2001
    Posts
    4,852
    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).
    Chandima Rajakaruna
    Macrovision Corporation

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •