A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize requests, please see:
Can we have the latest QuickSupport App adding to our catalog, so we are not having to mass deploy the full version of Teamviewer for end user support.
Please rconsider.
We have a customer migrating from Scappman where it is available in the App Store.
The app installs the QuickViewer EXE to a program file folder:
"...
##Remove existing
if (Test-Path -Path "$envProgramFiles\TeamViewerQS") { Remove-Folder -Path "$envProgramFiles\TeamViewerQS" }
##Copy main exe to ProgramFiles
New-Folder -Path "$envProgramFiles\TeamViewerQS"
Copy-File -Path "$dirFiles\TeamViewerQS_x64.exe" -Destination "$envProgramFiles\TeamViewerQS"
..."
The post install script creates start menu icon, insert uninstall details in the registry and set the product EULA to be already accepted by the user.
Thank you for the explanation. Ok we will stick with deploying the full version instead.
To my understanding (and definitely correct me if I'm wrong here, it has been a while since I've worked with Teamviewer), the QuickSupport is a standalone binary that runs simply by double clicking without installation. At this time we do not support these binaries. We require software to be registered as an installed piece of software that Windows traditionally recognises.