cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
navyashree
Level 2

How to modify the message in the dilog box during upgrade or downgrade.

I am seeing the below message while downgrading my app sw. Can anyone help how i modify the text of this image ?? Is there any option to do it.

Labels (1)
0 Kudos
(1) Reply
Thananjeyan_M
Level 6

If your project type is installscript then use the below function

MessageBox (szMsg, nType);

nType : INFORMATION
WARNING
SEVERE

Message Box Icon will be changed based on nType value.

Thanks,
Thananjeyan
0 Kudos