|
#1
|
|||
|
|||
|
HOWTO: Install a Screen Saver
HOWTO: Install a Screen SaverDocument ID: IR02012The information in this article applies to:
SUMMARYThis article explains how to install a screen saver. DISCUSSIONIn the base case, installing a screen saver is simply including an .scr (screen saver) file in your installation and setting its destination to %SysDir%. This will ensure that the screen saver will appear in the Display Properties dialog. Using actions we can also set our screen saver to be the active screen saver, and make sure that the screen saver option is turned on. On Windows NT/2000/XP we will have to edit the "HKEY_CURRENT_USER\Control Panel\Desktop\SCRNSAVE.EXE" registry value's data to: "%SysDir%\your_filename_here.scr".Making sure that the screen save is turned on is the same step on all operating systems, the is done by editing the "HKEY_CURRENT_USER\Control Panel\Desktop\ScreenSaveActive" registry value's data to: "1". (This is an optional step) Note: When you set the active screen saver using the registry or System.ini the changes will not take effect until the computer reboots. Example: In this example we will be installing the screen saver "Cutlets.scr" and making it the default screen saver. Here is the Setup Factory 6.0 pseudo-code that will accomplish this: Here are those actions in more detail:The first Modify INI File Action for Windows 95/98: The first Modify Registry Action for Windows NT/2000/XP:The Modify Registry Action for all operating systems that will make sure the screen saver is active:The Assign Value action to schedule a reboot:Important Notes: None of the above changes will become active until the user has rebooted their system. %NeedsReboot% simply displays the Needs Reboot screen and lets the user decide if they would like to reboot. Set %DoReboot% to TRUE to force a reboot.MORE INFORMATIONFor more information please see the following topics in the Setup Factory 6.0 Help: KEYWORDS: Setup Factory, Screen Saver Last reviewed: October 8, 2002 Copyright © 2002 Indigo Rose Corporation. All rights reserved. |
| Thread Tools | |
| Display Modes | |
|
|






Linear Mode
