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
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.

Disable showing billboard
Started by
kari_hun
, Jul 18 2003 10:10
3 replies to this topic
Posted 18 July 2003 - 12:03
Delete the billbord files from SUPPORTDIR before file transfer
Stefan Krüger
InstallSite.org twitter facebook
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. ...
Thank you.
DeleteFile(SUPPORTDIR^"Bbrd1.bmp");
DeleteFile(SUPPORTDIR^"Bbrd2.bmp");
DeleteFile(SUPPORTDIR^"Bbrd3.bmp");
... etc. ...