C# - Download .exe that launches with parameters -


i wondering if possible host .exe file, when downloaded has parameters associated it, once run can read them on host computer.

i have looked 'clickonce' xml manifest (similar java webstart) concerned lack of native functionality in chrome , firefox (this must). have looked storing in executable filename, 255 character limit concerns me.

i wondering if there way pass parameters executable downloaded website, hosting website?

well, sort of.

most executables this, tucks on data @ end of executable before downloaded. such executable reads own file , finds data @ end.

adobe creative cloud uses instance. if pick application install on website, small stub executable downloaded, figures out if has install creative cloud shell application, , launches information program install.


Comments