
If they click No they are sent back to the welcome screen and eventually get the dialog again.
If they click Yes the installer closes.
We captured the attached Windows installer log. The only part that sticks out to me is:
Code: Select all
MSI (c) (F4:F8) [17:31:35:673]: Note: 1: 2262 2: AI_AppSearchEx 3: -2147287038
MSI (c) (F4:F8) [17:31:35:673]: Note: 1: 2205 2: 3: AI_TempFile
MSI (c) (F4:F8) [17:31:35:673]: Note: 1: 2228 2: 3: AI_TempFile 4: SELECT `Property` FROM `AI_TempFile`
MSI (c) (F4:F8) [17:31:35:673]: Note: 1: 2262 2: AI_PreRequisite 3: -2147287038
MSI (c) (F4:F8) [17:31:35:673]: Note: 1: 2205 2: 3: AI_XmlLocator
MSI (c) (F4:F8) [17:31:35:673]: Note: 1: 2228 2: 3: AI_XmlLocator 4: SELECT `Property` FROM `AI_XmlLocator`
MSI (c) (F4:F8) [17:31:42:057]: Doing action: UserExit
Code: Select all
-2147287038
Can I get some assistance?