cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
arshadtaylor
Level 3

Urgent! Help With Custom External Dialog!

Hi All!

I have a very urgent doubt I need clarified. After the SetupCompleteSuccess dialog, I have created an external dialog called LicenseRequest that I want to open only if the following conditions are satisfied:

1) Not during Uninstallation
2) During Fresh Installations
3) During Minor Upgrade, ie, upgrading to the current version

For SetupCompleteSuccess, I currently have as the first two rows in the behaviour tab:

Event Argument Condition
NewDialog LicenseRequest (NOT Installed) OR IS_MINOR_UPGRADE
EndDialog Exit 1

THIS IS NOT WORKING!!

I have also tried the following:

Event Argument Condition
EndDialog Exit Installed
NewDialog LicenseRequest 1

But THIS DID NOT WORK FOR MINOR UPGRADES!!

I have a feeling this may do with the fact that the dialog I have created is an external dialog, hence the complications.

Could someone please please please help me sort this out? I'm in dire straits here.

Thanks in advance to the good soul who does! 🙂
Labels (1)
0 Kudos
(1) Reply
dlippert
Level 3

try removing the brackets
0 Kudos