Compile an installable Screensaver package (EXE file)

Once your project is created, you must compile your screensaver in order to be installed on the end-user computer. The file that will be created will be compatible with Windows Screensavers. You can choose to create an installation package (strongly recommended).

During this compilation process, the project will first be compiled as a SCR file. Then, this file will be compressed and included in an easy-to-use installation package.

Once created, the EXE/SCR file can't be modified or decompiled. Save your project and don't loose your SSP file! Using this compilation method you can create demo/limited versions of your screensavers.

Create an installable Screensaver package

To learn how to create a install package from your project, read this topic:  Compile an installable Screensaver package (EXE file)

How to install a screensaver on a computer using an install package

When a screensaver is compiled as an install package, the installation is very simple for the end user.

1. Launch the install package. A dialog box opens.

2. Follow the installation wizard. Accept the license agreement if any.

3. The screensavers is installed (as default if asked by the user).

   Related Topics