Is it possible to make an updater run through IIS? I've been trying, but for the life of me, I can't seem to get it to work.
UpdaterVersion.ini :
Version.ini:
I also had to set the MIME Types for .ini and .patch
They're both set to "application/octet-stream"
*thinks* Anything else...
OH and the files inside ps0002.patch are named "Update.saf" and "Update.sah"
*Solution!*
The problem was my MIME Types, I had to add them manually. Here is the config for them.
.ini
.Patch
After I did that and Restarted the World Wide Web Service(or whatever it's called) It worked perfect!
UpdaterVersion.ini :
Code:
[Version] CheckVersion=3 UpdaterVersion=18 PatchFileVersion=2
Code:
[Version] CheckVersion=3 CurrentVersion=1 StartUpdate=UPDATE_END
I also had to set the MIME Types for .ini and .patch
They're both set to "application/octet-stream"
*thinks* Anything else...
OH and the files inside ps0002.patch are named "Update.saf" and "Update.sah"
*Solution!*
The problem was my MIME Types, I had to add them manually. Here is the config for them.
.ini
Code:
text/plain
Code:
application/octet-stream