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

Removing Altimage during Uninstall

Hi,

I can disable the Bitmap on the Setup dialogs using

DialogSetInfo(DLG_INFO_ALTIMAGE, "", TRUE);

Is there a way to disable this Bitmap during uninstallation. If so, where in my script should i put this function call?

Regards,

Jens
Labels (1)
0 Kudos
(1) Reply
JF2015
Level 3

Ok, I solved It myself although it wasn't really obvious to me.

All I had to do is to add the Line as first in the OnUninstall function.

All the best,

Jens
0 Kudos