I created install with install types and components choise.
1. I want, that on components uninstall page (MUI_UNPAGE_COMPONENTS) be possible change components for uninstall
How can i make this?
What section in scrpit must create?
2. How can make dialog add/remove components, unistall?
3. In script i add attributes for some folders and files.
All work perfect only for all folders inside main folder of a programm - they be with setted icons and background inside. But...
But the main folder of a installed programm have no icon and no background.
I wonder, be cause i check:
the desktop.ini be in this folder
all lines for main folder in script is the same, how for another folders
Why main folder have no icon and back and how possible make this another way?SetFileAttributes $INSTDIR SYSTEM
SetFileAttributes $INSTDIR\Desktop.ini HIDDEN|SYSTEM|READONLY
Thanks in advance