I have created a web page that allows users to install certain applications (without user intervention enabled) by themselves. I need to make a hyperlink execute the install application with some command line switches after it. I can do this with a batch file, but that requires that the user click "run from current location" and i'd like to avoid that. the exact command i need run is:
i can't seem to get this to work in html, it always throws up 404 errors. Can this be done? THANKS!!
Code:
\\server146\vphome\clt-inst\WIN32\SETUP.EXE /s /v"/qb+ /mnavwnt"
i can't seem to get this to work in html, it always throws up 404 errors. Can this be done? THANKS!!