My vbs or js script is unpacked into a temporary folder. Why?
A. Specify Execution Type = Compile in the script options. In this case, the script will not be unpacked. ExeScript Host technology will be used to run it instead. It is the most secure way to run the script, nobody will be able to extract valuable information, everything is encrypted, etc. ExeScript is the only program of this kind that makes it possible not to unpack the script to a folder. However, there are some limitations concerning the use of some WScript elements. See the article ExeScript Host Language for details.