I'm writing an installer for my program in Inno Setup. My program uses web pages and Internet Explorer to interact with it.
Some of my queries take longer than 10 seconds, and I noticed on my friends computer that he had a registry key "RequestTimeout" for Internet Explorer that set a timeout of 10 seconds. This key is not naturally present on Internet Explorer, it is apparently added by a third party installer. But from what I read on the web quite a few people end up with it.
My question is, can I tell Inno Setup to delete or modify this key if it is present during setup?
I've googled and all the resources I could find about Inno Setup and Registry Keys have to do with uninstall options.
ReceiveTimeout
, nothing aboutRequestTimeout
. – TLamalike this
, but maybe it's much detailed. I don't know how to design such page. It's unfair to modify it (or delete) without any option and it's unfair to your application. And it's also quite hard to explain to the user. This page would be shown just when the registry value would be found and would have value, let's say 10 seconds. First option (they could be exchanged) would keep the settings, second would delete the key and the third would allow to enter custom value (that's quite hazard). – TLama