I want to force users to like a Facebook page before installing an application, currently I'm using the free Inno Setup installer for my applications, but I have no problem writing my own installer which allows what I want to do, problem is I don't know where to start.
How can I prevent users who didn't like my Facebook page to install the application? ofc I'll be providing a skip method for users who don't have a Facebook account.
NOTE:
I'm offering this application for free and I estimated that it will reach 1000 downloads in the first month, since I don't require any registration, I'm not getting any email/contact information from users and my FB page is the only way that I could get in touch with them, to notify them about updates and bugs and also it's a great way to encourage any possible donations.
So liking the FB page as a requirement is simply an alternative for asking user's email address. as I noted above, I'll provide a skip method too.