Create and Install an autorun.zip File

If you create a file called autorun.zip on BrightSign OS 7.0.60 and later, the OS will unpack it to deliver multiple files and directories to the player as a single payload.

Note that:

  • The player needs an autorun.brs as well as the autorun.zip, but it must not be at the root level of your player storage with the autorun.zip or it will prevent the autorun.zip from working.

  • It's important that the final autorun.zip, when unzipped, just contains files and directories. It also should not be contained in another folder. See this Good example and Bad example if necessary.

Add the autozip.brs

  1. Download the autozip.brs file.

  2. Put it in the root level alongside your setup files and directories as shown below. Once the autozip.brs file is in place, follow the steps below to create the autorun.zip file for either MacOS or Windows.

Screen_Shot_2020-04-16_at_9.58.32_AM.png
Windows example
Screen_Shot_2020-04-16_at_9.57.15_AM.png
MacOS example


Create the autorun.zip File in Windows

The built-in zip utility for Windows will not compress empty directories. If your set of files includes empty directories, you can:

  • Add a file in each empty directory (i.e. deleteme.txt).

  • Use a different utility like 7zip, WinZip, or WinRAR.

  1. Select all the files and directories you need (setup files, application, or other content)

  2. Right-click and choose Send to > Compressed (zipped) folder.

  3. A new .zip file will be created. Rename the file to autorun.zip. You can now deliver this file to your player storage.

Create the autorun.zip File in MacOS

  1. Select all the files and directories you need (setup files, application, or other content).

  2. Right-click and choose Compress files.

  3. A new file called Archive.zip will be created. Rename it to autorun.zip. You can now deliver this file to your player storage.


Final Steps

Put the autorun.zip on the root level of your player storage (SD, SSD, etc.) and reboot. The player will then unpack the autorun.zip contents and reboot again. All of the setup files, application, or other contents will now be on the root level of your storage.