Hi Linda,
The messagebox is written in OnBegin event of uninstallation script and it is written by us only.
When we uninstall the software through Add/Remove , This will be not displayed. But the same will be displayed when we do upgrade.
if (FeatureSetData(MEDIA,"ToCheckWin2003",FEATURE_FIELD_SELECTED,TRUE,szData) < 0 ) then MessageBox("Error in Deselecting feature", INFORMATION); endif;
Can you tell me what can be reason to fail FeatureSetData on uninstallation script while upgrade ??
Thanks, Amit |