Thread: **New Installer
View Single Post
  #5  
Old 31-03-2016, 11:13
ShadowEagle's Avatar
ShadowEagle ShadowEagle is offline
Registered User
 
Join Date: Dec 2014
Location: Wonderland
Posts: 138
Thanks: 18
Thanked 21 Times in 18 Posts
ShadowEagle is on a distinguished road
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
Reply With Quote