How can I hide the files while installing my application using an Inno Setup made package? It can be hidden by
"[files] attribs : hidden"
but it again can be seen by activating the windows option
"Show hidden file"
How can I hide it permanently to avoid user tempering with EXE file?