Need help with web based auto installer
What I am trying to do is... have a website that my customers can go to, me give them a connection code or something and when they click connect, or whatever button I choose, it auto installs Team Viewer so I can remote in to their machine and fix it.
I am in a location where there is not very good parking and I want to be able to offer a remote service and not have to walk them threw the Team Viewer install process... just have them click a button to automate it all.
Does that make any sense?! lol sorry I am a n00b to coding (but not to tech world)
Please help!!!
Thanks.
I am in a location where there is not very good parking and I want to be able to offer a remote service and not have to walk them threw the Team Viewer install process... just have them click a button to automate it all.
Does that make any sense?! lol sorry I am a n00b to coding (but not to tech world)
Please help!!!
Thanks.
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
pjgeutjens
13 years ago
A couple of issues that come to mind:
1) do the users have admin rights? Since if they don't they won't be able to execute the installer unless you find some way to run it under LocalSystem or another account with the necessary rights
2) Executing downloaded content might be a problem. I don't think the browsers, AV software or Windows itself for that matter will allow downloaded content to be run without at least some fuss..
3) the installer itself shouldn't be too big a problem. Create a transform on the Team Viewer MSI (KB says it's an MSI) that contains all specific setting for the installation and do a silent install using the /qn or /qb command line parameters.
Hope this helps,
PJ
1) do the users have admin rights? Since if they don't they won't be able to execute the installer unless you find some way to run it under LocalSystem or another account with the necessary rights
2) Executing downloaded content might be a problem. I don't think the browsers, AV software or Windows itself for that matter will allow downloaded content to be run without at least some fuss..
3) the installer itself shouldn't be too big a problem. Create a transform on the Team Viewer MSI (KB says it's an MSI) that contains all specific setting for the installation and do a silent install using the /qn or /qb command line parameters.
Hope this helps,
PJ
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.