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
Hello,I am using Installshield professional and mistakingly clicked the button/link to upgrade to the premiere edition (or get the key of this edition). I do not want to purchase the premiere edition but if I now try to start installshield, the appli...
Hi all,to backup a configuration file at uninstall i use the CopyFile command before the FeatureRemoveAll is called.So far so good. The file is correctly copied, but after the uninstall the destination file is also deleted although it is not part of ...
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