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

MSI Silent Install without Tray Icon

Scheduled Pinned Locked Moved Solved
General
5
7
6.2k
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.
  • P
    Psycholiquid Testers
    last edited by Nov 24, 2015, 1:43 PM

    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 Nov 24, 2015, 3:57 PM

      @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.

      P W 2 Replies Last reply Nov 24, 2015, 4:47 PM Reply Quote 0
      • P
        Psycholiquid Testers @Joe Schmitt
        last edited by Nov 24, 2015, 4:47 PM

        @Jbob Sweet appreciate it.

        1 Reply Last reply Reply Quote 0
        • W
          Wayne Workman @Joe Schmitt
          last edited by Wayne Workman Dec 12, 2015, 11:36 PM Nov 24, 2015, 5:02 PM

          @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
          • W
            Wayne Workman
            last edited by Dec 13, 2015, 5:36 AM

            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 Mar 24, 2020, 4:07 PM

              Is there autostart option in Windows msi intsllataion?

              Regards

              1 Reply Last reply Reply Quote 0
              • S
                Sebastian Roth Moderator
                last edited by Mar 24, 2020, 8:00 PM

                @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

                167

                Online

                12.1k

                Users

                17.3k

                Topics

                155.3k

                Posts
                Copyright © 2012-2024 FOG Project