I am installing all new versions of my software as major upgrades, as the installations are very small and most of the time, all files change anyway.
I would like to skip one dialog in the installer, if an upgrade as compared to a fresh installation is done, but so far I have failed to figure out what conditional (like "Installed AND PATCH") in the following example to use.
<Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog"
Value="WelcomeDlg" Order="2">Installed AND PATCH</Publish>
"AND PATCH"
toAND (NOT PATCH)
to prevent the dialog from showing up in a patch upgrade. – Rebutter