
Third step should be creating file groups. For explanation of CoolSetup's philosophy, check
this page. If you want to create file group, just press 'Add group' button. If you want to remove it, press 'Remove group' button.
Once you created file group, you can add files to it after you select this group using 'Add file(s)' button. A dialog in which you can select all required attributes of file added. You MUST specify source and target path, you can use %tag% style path just by target path (%targetprogramdir%\test.txt). In source file specification you can use some predefined tags -
%phantom_file% (target file will be not created but uninstaller will try to remove it - desirable eg. for configuration files),
%remove_file% (removes target file - uninstaller will not do anything),
%free_file% (truncates target file to zero lenght if it exists or creates new otherwise, uninstaller will not do anything).
If you want to create link to file, you have to check 'Create shortcut' check button. After you do so, some controls will appear and you can use it to create link -
name (name of link),
link dest. directory (target directory of link, must end with '\' character, you can use %tag% styled paths (%targetmenudir%\),
description (this text will appear in link description and in Win98+ as a tooltip),
icon path (specifies path to file, which contains icon for file, in edit box on the right side you have to input icon number in that file),
working directory (working directory, usad mostly by exectuable programs).