wodAppUpdate constantly gets cached configuration file, even I change it, what should I do?
First please delete IE temporary files and history, so this starts working on your computer.
Then at the beginning (this is important to get it work) of your PHP file add this lines:
<?php
header("Content-type: text/plain");
header("Pragma: no-cache");
?>#Update file signature
[File]
Name=UpDemo.dll
Size=53248
URL=http://www.weonlydo.com/AppUpdate/test/UpDemo.dll
Date=20061026192600
MD5=662bf45af0b60e2d83c7c8ebf35545fd
Register=1
Compressed=0
Version=1.0.0.2
[Message]
ID=0
Caption=something
Text=some text
that way WinInet (IE engine) will no longer cache PHP file and will request it each time from the server.