update_expires

where to give this statement in application

i get product key through TurboActivate.GetPKey() function

wyUpdate.exe -urlargs:"PRODUCT-KEY-GOES-HERE"

i am unable yo know where to use above statement .

thank you

Well, if you're using wyUpdate as a silent updater, just pass the "urlargs" parameter when you're launching wyUpdate.

If you're using the AutomaticUpdater, use the "wyUpdateCommandline" property. For example:

automaticUpdater1.wyUpdateCommandline = "-urlargs:""" & productKey & """"