Hi Daniel, Daniel Dehennin wrote: > By the way, I use a file size check for the config to see if it changed > (for upgrade for example), any plan to add some md5/sha check to wpkg ? Actually a good idea. However I am not sure if JScript offers algorithms for it. Implementing different hash algorithms to WPKG is probably not the best solution. Instead you could use 'execute' style checks and call 'md5summer.exe' or similar tools in order to generate checksums. br, Rainer |