• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    How to deploy teamviewer ?

    Scheduled Pinned Locked Moved
    General
    8
    15
    7.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dureal99d @Ric41
      last edited by

      @Ric41 so i take it you are trying to deploy teamviewer with all its settings for your corporation in tact right?

      If so i seen something on this matter ill post the link once i get home . i know it has somerhing to do with packaging the file and your companys details in a msi yourself and deploying it

      1 Reply Last reply Reply Quote 0
      • R
        Ric41 @Joe Schmitt
        last edited by

        @Joe-Schmitt said in How to deploy teamviewer ?:

        @Ric41 teamviewer usually will take TeamViewer.exe /S as a valid parameter (note that it is capital S). However teamviewer likes to start itself after being installed, so you would probably have to get the PID of the spawned process and kill it after the installer finishes.

        The /S is okay, thanks a lot (without any window at the end). i regret that its not documented by teamviewer

        @dureal99d said in How to deploy teamviewer ?:

        @Ric41 so i take it you are trying to deploy teamviewer with all its settings for your corporation in tact right?

        If so i seen something on this matter ill post the link once i get home . i know it has somerhing to do with packaging the file and your companys details in a msi yourself and deploying it

        If you have a mean to deploy also parameters and the company account, it’s great 🙂

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @Ric41
          last edited by

          @Ric41 said in How to deploy teamviewer ?:

          The /S is okay, thanks a lot (without any window at the end). i regret that its not documented by teamviewer

          They have no reason to help you deploy the non-enterprise version. Probably as soon as they learn the word is out, they will change the arguments.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          D 1 Reply Last reply Reply Quote 0
          • J
            Joe Schmitt Senior Developer
            last edited by Joe Schmitt

            @Wayne-Workman /S is standard and has been around in teamviewer for awhile (at least starting in the early 201X’s). The reason it’s /S is because Teamviewer uses NSIS to package their installers (which a simple hexdump of the installer’s manifest would reveal), and NSIS uses /S as a convention.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

            1 Reply Last reply Reply Quote 0
            • D
              dureal99d @Wayne Workman
              last edited by

              @Wayne-Workman said in How to deploy teamviewer ?:

              @Ric41 said in How to deploy teamviewer ?:

              The /S is okay, thanks a lot (without any window at the end). i regret that its not documented by teamviewer

              They have no reason to help you deploy the non-enterprise version. Probably as soon as they learn the word is out, they will change the arguments.

              You are right I was looking at their site and the only way I see that you can deploy and retain settings is if your corporation has a professional license with Teamviewer, or if you are one bad jama with programming of course.

              1 Reply Last reply Reply Quote 0
              • x23piracyX
                x23piracy
                last edited by x23piracy

                Hi,

                you will only get tv msi if your are corporate user, if you don’t have a corporate license you can do it like that:
                Setup Teamviewer the way you like it, export the settings in options. Then…

                reg import "%cd%\Standard.reg"
                "%CD%\TeamViewer.exe" /MSI /S
                

                This is what i used before we had the corporate license 🙂
                I’ve used SFXMaker to make a exe package to use as a snapin.

                i can give u the current msi file if you like, they don’t embed the license in the installier so i can give it to you without any harm :), FYI the normal exe installer contains the msi 😉

                Latest Teamviewer 12 msi in english language:
                REMOVED FOR SECURITY REASONS, talk to me if you need the file in chat.

                Additionally: http://www.itninja.com/question/deploying-teamviewer-host-with-req-file
                Read all!

                Something else, the tv msi is not a real msi, it’s just wrapped around the exe installer. i don’t know why they won’t use a real msi and give corporate a chance the get a license embedded installer, maybe because they are afraid that installers are may shared 😄

                Regards X23

                ║▌║█║▌│║▌║▌█

                1 Reply Last reply Reply Quote 2
                • R
                  Ric41
                  last edited by

                  Hi,
                  Thanks, but i’ll use the .exe, the install is okay with it. Do u know a mean to automatically associate the teamviewer deployment to our teamviewer account ? The goal is to have access directly to all the pc without asking the password or host id. The account address is stored in the registry, but i think it will have a problem with the account password.

                  Tom ElliottT 1 Reply Last reply Reply Quote 0
                  • Tom ElliottT
                    Tom Elliott @Ric41
                    last edited by

                    @Ric41 I believe when you download Teamviewer for installation, it gives you the opportunity to setup what they call an “unattended” mode.

                    This, however, is beyong the scope of FOG and probably should not be discussed on these forums.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                    Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                    Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                    1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott
                      last edited by Tom Elliott

                      https://www.teamviewer.com/en/res/pdf/first_steps_unattended_access_en.pdf

                      Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                      Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                      Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                      1 Reply Last reply Reply Quote 0
                      • F
                        Fantazma
                        last edited by

                        Hello,

                        I’m using simple switches to deploy :

                        start /wait TeamViewer_Host_Setup.exe /S /norestart
                        

                        Find on the google at source: Teamviewer silent install

                        Best regards

                        1 Reply Last reply Reply Quote 0
                        • 1 / 1
                        • First post
                          Last post

                        156

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project