开发者

How do I do an http request upon successful Inno Setup install, for tracking purposes?

开发者 https://www.devze.com 2023-03-03 20:41 出处:网络
When my program successfully installs via Inno Setup, how do I run a URL in the background? I want to just load a tracking pixel (or a postback) which says that my program was installed.

When my program successfully installs via Inno Setup, how do I run a URL in the background? I want to just load a tracking pixel (or a postback) which says that my program was installed.

I'm aware than in the [Run] section, I can run a .url file wi开发者_StackOverflowth the flag "runhidden", but as far as I know that won't do what I need it to. Am I wrong about that, or are there better option?

Thank you.


There is no TCP/IP related Support Functions, defined by default.
You could build this functionality into a DLL and call it from you Install Script.

This is done installation's where Activation is required to make the program work.

However, I would just launch a browser window using the [Run] section that contains "Getting Started" information. You can then track hits to that page.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号