KNOWN ISSUE: On the Resume_Install_Dialog the next control pointers do not form a cycle
search cancel

KNOWN ISSUE: On the Resume_Install_Dialog the next control pointers do not form a cycle

book

Article ID: 176623

calendar_today

Updated On:

Products

Symantec Products

Issue/Introduction

2809     On the dialog [2] the next control pointers do not form a cycle.
There is a pointer from [3] to [4], but there is no further pointer

Steps to reproduce:

  1. Install attached .MSI.
  2. Install MyMSI.MSI again this time from Start > Run using the command line:

    msiexec /i "C:\Documents and Settings\Admin\Desktop\MyMsi.msi" REINSTALL="ALL"
    The 2809 error is thrown at when the installation starts.

Also causes ice23 to appear during validation.

Note: If you are seeing this behavior during the uninstallation of your application, the workaround workaround is to use the Windows Installer Cleanup Utility (formerly known as MSIZAP)
and is available free from Microsoft

Cause

The tab order in the Resume_Install_Dialog does not complete a cycle.

Resolution

Workaround: In order to change the template so that all future .msi files do not exhibit this behavior follow these steps after backing up the Windows Application.wsi in the C:\Program Files\Altiris\Wise Installation Studio\Windows Installer Editor\Templates\File directory:

  1. Open the Windows Installer Editor and browse out to open the Windows Application.WSI Template in C:\Program Files\Altiris\Wise Installation Studio\Windows Installer Editor\Templates\File.
  2. Open Setup Editor and select the Dialogs tab.
  3. Select the Resume_Install_Dialog.
  4. Right-click on the dialog and select Set Tab Order.
  5. Click on each control until all of them are numbered and the boxes disappear.
  6. If the boxes don't disappear, select the text control in the center of the dialog a second time. There are two controls here, and the cycle will not complete until each control has been selected. The number in the box will increment by one.
  7. Save the template back to the same location.

To fix an existing application, follow steps 2–7 in the .msi exhibiting this behavior.


Applies To
Wise Installation System 7
Windows XP* SP2