Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Disable showing billboard


3 replies to this topic

kari_hun

kari_hun
  • Members
  • 10 posts

Posted 18 July 2003 - 10:10

Hi,

I use the showing billboards function of IS Prof 7. It works fine. I would like the billboards only for first install, repair and modify modes. During uninstallation I prefer NOT to show billboards. But my uninstaller shows billboards like in other modes.

Has anyone any idea?

Thanks,
kari_hun

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 July 2003 - 12:03

Delete the billbord files from SUPPORTDIR before file transfer

kari_hun

kari_hun
  • Members
  • 10 posts

Posted 18 July 2003 - 13:00

It is great!

Thank you very much for the qiuck help.

kari_hun


shuttledude

shuttledude
  • Full Members
  • 26 posts

Posted 07 May 2004 - 19:21

I tried this code and it did not work -- could you please tell me what is wrong with the syntax? The code does not crash, but the billboards are still displayed.

Thank you.

DeleteFile(SUPPORTDIR^"Bbrd1.bmp");
DeleteFile(SUPPORTDIR^"Bbrd2.bmp");
DeleteFile(SUPPORTDIR^"Bbrd3.bmp");
... etc. ...