开发者

Tracking Installs with Inno Installer

I'm using the Inno installer for my application.

I've been tr开发者_运维百科ying to figure out how to track how many app installations I get. I've been using browser popup after install, but would like to do it with the installer rather than a popup.

Can't find and addons. So I'm wondering if anyone has done this.

Should I just stick with the popup?


You could always have your installer use curl to make a call out to your webpage...

You could just drop the curl program in the temp folder for the install... execute the call to your page and then delete curl from the temp directory. Of course they could block they could block the call with a personal firewall but that is not any different then them blocking your popup. This would be hidden for the most part which is what I think you are looking for.

You could always write a pascal script right in innosetup to do the call utilizing the winhttp library

Or you could just write a vbscript and execute that with the cscript engine to do the same http call.

That should point you to at least 3 different options to do what you need.


Just in case you have not solved the issue I came across this post that will help. it is a script that will post data via http post

HTTP POST request in Inno Setup Script

hope this helps. i am planning to use is my self and i will post a comment to let you know if it worked out

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜