html - Passing params to EXE on a download link click from browser -
i have exe file. placed on server [https://mydoain.donaim.com/installer.exe].
this avilable user html download link. when user clicks on , popup shall display , ask run or save.
exe has option run in different languages.so reqirment read parameter [example:language l1] server , start exe in selected language. exe has got command lins args invoke exe in desird language.
the problem is, how can send command line args download link html tag ? or can download batch file on click event , ask exe run in desired lang.? if case if user downloads exe. on click on exe, installer should popup in download language. please help..
Comments
Post a Comment