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

    MSI Silent Install without Tray Icon

    Scheduled Pinned Locked Moved Solved
    General
    5
    7
    6.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.
    • PsycholiquidP
      Psycholiquid Testers
      last edited by

      Found the post on the silent install but I am trying to push this via GPO and don’t want the tray icon. Anyone have any ideas?

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

        @Psycholiquid
        Here’s all the CLI options for the client

        msiexec /i FOGService.msi /quiet USETRAY="0" HTTPS="0" WEBADDRESS="192.168.1.X" WEBROOT="/" ROOTLOG="0"
        

        Firstly, all options are optional. Here’s what they all do

        • USETRAY: defaults to "1", if "0" the tray will be hidden
        • HTTPS: defaults to "0", if "1" the client will use HTTPS (not recommended)
        • WEBADDRESS: defaults to "fog-server", this is the ip/dns name of your server
        • WEBROOT: defaults to "/fog"
        • ROOTLOG defaults to "0", if "1" the fog.log will be at C:\fog.log, otherwise %PROGRAMFILES%\FOG\fog.log

        So for your question:

        msiexec /i FOGService.msi /quiet USETRAY="0" WEBADDRESS="XX.XX.XX.XX"
        

        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.

        PsycholiquidP Wayne WorkmanW 2 Replies Last reply Reply Quote 0
        • PsycholiquidP
          Psycholiquid Testers @Joe Schmitt
          last edited by

          @Jbob Sweet appreciate it.

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

            @Jbob going into the wiki.

            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/

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

              Added to Wiki here: https://wiki.fogproject.org/wiki/index.php/FOG_Client

              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/

              1 Reply Last reply Reply Quote 0
              • U
                Uzzi
                last edited by

                Is there autostart option in Windows msi intsllataion?

                Regards

                1 Reply Last reply Reply Quote 0
                • S
                  Sebastian Roth Moderator
                  last edited by

                  @Uzzi Not on Windows as far as I know. But you can probably script that when installing. Depends on what software you use to deploy the MSI.

                  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
                  • 1 / 1
                  • First post
                    Last post

                  193

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project