How do I display BillBoards in my *Pure* MSI installation?

  • Thread starter Thread starter Neo
  • Start date Start date
N

Neo

Hi,

How do I display billboards in my **pure** msi installation? I know that I
must work with the Binary, BillBoard and BBControl tables. But cant figure
out how to display the billboard in the SetupProgress dialog. Can somebody
give me the steps to do that?

Thanks in advance.
Neo
 
Here is a post build script that I wrote to demonstrate how to add
billboards to a VS.NET created installer. It uses a SQL query to add the
necessary table entries. Take a look:
http://www.vzavenue.net/~mgama/msi/PostBuild.bat.txt

It sounds like you know most of the stuff... you may just be missing the
Billboard control, or the EventMapping for it.
 
Back
Top