# ---Beginning of instructions----------------------------------------- # # Purpose of FilesToRemove.txt is to remove files from Program Files\FlexiOrPhotoPrint after installation # It is designed to be used and modified by SA or it's OEM customers only. # If this script file is present in \install folder of CD it will be parsed and run after installation. # Syntax Version 1.1 # The Pound sign (#) is a comment # If # at beginning of line, line will be ignored # White space at beginning of line will be ignored. # Extra Carriage returns between lines will be ignored. # All paths are RELATIVE to path where Program is installed. # To delete a file in Program Files\FlexiOrPhotoPrint folder of install then do not include path. # Do not specify 'c:' or '\Program files' because user may install in other locations. # Lines that start with '..' or '\' or '/' will be IGNORED. # The installer will NOT delete any file below the installed folder name. # For example if you enter 'c:\Windows' or '..\..\Program files' then # installer will simply ignore the line without issuing an error. # Also if file specified is on another drive or volume then it will not be deleted. # Do not use backslash '\' be used at end of folder pathname. # Under the "Delete" section, EITHER files or folders may be listed. # Under the "KeepOnly" section, EITHER files may be listed. # For files in "KeepOnly" section entire list will be scanned. # All files listed in the highest folders will be kept. Unlisted files in highest folders will be deleted. # If a folder is specified in "KeepOnly" secton, the parent folder will be scanned, and the non-specified folders deleted. # See sample below. # This file format and syntax is Windows and Mac compatible. # However the path and file names actually installed on Windows and Mac differ. # Therefore the OEM must use a different path and lists depending on platform. # For listing many folder names in Windows a free program called Clipname is handy: # http://www.mainsoft.fr/en/downloads.htm # However, you will need to prepend the relative path manually or in a spreadsheet. #Sample: #Begin Delete # Help\Color Profiler.pdf #file will be deleted # ICCProfile\Encad NovaJet 1000i Kodak 1200i #folder will be deleted # Archive\ #folder will be deleted #end Delete #Begin KeepOnly # OutputDrivers\Amnova700.dll #in OutputDrivers folder will keep only 3 files # OutputDrivers\Amnova770.dll # OutputDrivers\Encad.csm # Devices\Encad NovaJet 1000i Kodak 1200i #This is a folder. Only Folder kept under 'Devices' folder. #end KeepOnly #---End of instructions----------------------------------------- #---Beginning of file removal script---------------------------- Begin Delete Program/PSIH/procset/@@Support #file will be deleted because for CPSI Program/PSIH/procset/AdobeTypeComposer #file will be deleted because for CPSI Program/PSIH/procset/CompatibleFonts #file will be deleted because for CPSI Jobs and Settings/DriverSettings Jaws4Resources end Delete Begin KeepOnly #enter list of folders and files to be kept here end KeepOnly