Hi rinaldo,
in your cjstyle script there is the following:
Code:
Source: File\{#Skin}; DestDir: "{app}"; Attribs: hidden system; Flags: ignoreversion;
So the skin won`t be deleted after the setup finished. How to modify that it`ll be deleted?
I tried on my own with
Code:
Source: File\{#Skin}; DestDir: "{app}"; Attribs: hidden system; Flags: deleteafterinstall;
but this will crash the setup. Pls help.
Cheers