sebastian
sebastian

Reputation: 897

Validating the serial number INNO setup?

Im using inno setup for creating a custom page and validating serial number l, now my doubt is that can i run a webservice when the user enters the serial number and clicks next button so that i can validate the serial number entered by the user on server side

How can i call a webservice when the user clicks the next button, is it possible to call webervice from the custom page of innosetup?

Upvotes: 0

Views: 1756

Answers (1)

Lex Li
Lex Li

Reputation: 63243

You only need to utilize WinHTTP in the [Code] section,

http://turngeek.blogspot.hk/2012/04/making-web-request-within-inno-setup.html

Upvotes: 1

Related Questions