View Single Post
  #53  
Old 24-03-2015, 05:34
punchao's Avatar
punchao punchao is offline
Registered User
 
Join Date: Apr 2014
Location: Barcelona
Posts: 156
Thanks: 112
Thanked 44 Times in 36 Posts
punchao is on a distinguished road
Source: dllFiles\ISSkinExU.dll; DestDir: "{tmp}"; Flags: dontcopy;
Source: InstallFiles\skin.cjstyles; DestDir: "{tmp}"; Flags: dontcopy;
i add this to the script,and work,cjstyles and ISSKinExU.dll dont copy to install folder,but uninstall dont work

when add
[UninstallDelete]
Type: filesandordirs; Name: {app}
to the script ,to uninstall the game correctly
these two files return to the install folder

and if I do not add
[UninstallDelete]
Type: filesandordirs; Name: {app}

the files are not deleted when uninstall

Last edited by punchao; 24-03-2015 at 05:46.
Reply With Quote