mdm
10th August 2004 20:30 UTC
forcing the write back cache to write through
having a problem with target machine caching the newly written ini file and not writing needed values till after install is over. creates erroneous xml config files.
have been trying to use flushINI but it is the file write that is the problem not the ini buffer.
mdm
deguix
10th August 2004 20:38 UTC
have been trying to use flushINI but it is the file write that is the problem not the ini buffer.
That means: high chance of a scripting problem. If you don't want to keep explaining and explaining you can just attach your script. For me that's the most pratical way.:)
But yeah, you need to explain what you're trying to do.
mdm
10th August 2004 23:06 UTC
first, can't publish installer, would endanger job (which doesn't work for me, sorry)
second, is there a method to check timestamp on a file?
mdm
deguix
11th August 2004 00:25 UTC
You can debug scripts by using MessageBox commands or using DumpLog plugin found on Archive. These I use everyday on my application.
second, is there a method to check timestamp on a file?
You can use the constant
${__TIMESTAMP__} for comparations.
mdm
11th August 2004 17:28 UTC
I dont find ${__TIMESTAMP__} anywhere. Can you direct me or give me usage?
Thanks,
mdm
razor_x
11th August 2004 18:12 UTC
chapter 5.html.docs folder in the nsis installation it's a compiler predefine.5.2 specifically.