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

MSI vs SmartInstaller

Scheduled Pinned Locked Moved Solved
Windows Problems
4
9
795
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.
  • S
    Scott B
    last edited by Jan 9, 2020, 3:38 PM

    Other than the file type what is the difference between the fog client MSI installer and the smart installer?

    1 Reply Last reply Reply Quote 0
    • D
      Daniel Miller
      last edited by Jan 9, 2020, 3:51 PM

      The smart installer is capable of installing the fog client on Windows, macOS, and Linux.

      1 Reply Last reply Reply Quote 1
      • S
        Sebastian Roth Moderator
        last edited by Jan 9, 2020, 4:24 PM

        @Scott-B While Daniel’s answer is perfectly right I might just add that technically the SmartInstaller has the MSI packed into it and simply uses msiexec on Windows system to install. For Linux und MacOS it uses it’s own install routines.

        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 1
        • S
          Scott B
          last edited by Jan 9, 2020, 4:28 PM

          @Daniel-Miller @Sebastian-Roth

          Thanks for the explanation. I always wondered since I have always done the MSI.

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by Jan 9, 2020, 10:54 PM

            @Scott-B MSI is just fine on Windows! 🙂

            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
              fry_p Moderator
              last edited by fry_p Jan 25, 2020, 12:18 PM Jan 25, 2020, 6:17 PM

              Sorry to necro this thread, but I also want to mention a certain use-case for the MSI. You can pass arguments using msiexec to install. This is useful for remote/silent installation. This has saved me in the past.

              From the Wiki:

              msiexec /i FOGService.msi /quiet USETRAY="0" HTTPS="0" WEBADDRESS="192.168.1.X" WEBROOT="/fog" 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 "fogserver", 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
              

              Like open source community computing? Why not do it for a good cause?
              Use your computer/server for humanitarian projects when it is idle!
              https://join.worldcommunitygrid.org?recruiterId=1026912

              S 1 Reply Last reply Jan 27, 2020, 1:10 PM Reply Quote 1
              • S
                Sebastian Roth Moderator
                last edited by Jan 26, 2020, 12:42 PM

                @fry_p While you are right that options can be used for MSI install (very important I know!) this is not something specific to MSI. The SmartInstaller can also be called using options: https://wiki.fogproject.org/wiki/index.php/FOG_Client#FOG_Client_0.10.0.2B_Installation_Options

                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

                F 1 Reply Last reply Jan 26, 2020, 12:48 PM Reply Quote 0
                • F
                  fry_p Moderator @Sebastian Roth
                  last edited by Jan 26, 2020, 12:48 PM

                  @Sebastian-Roth well then, today I learned! MSI’s only advantage is you can deploy via GPO I suppose. To my knowledge you have to call a script for an exe. Either way works. Thanks for the clarification.

                  Like open source community computing? Why not do it for a good cause?
                  Use your computer/server for humanitarian projects when it is idle!
                  https://join.worldcommunitygrid.org?recruiterId=1026912

                  1 Reply Last reply Reply Quote 0
                  • S
                    Scott B @fry_p
                    last edited by Jan 27, 2020, 1:10 PM

                    @fry_p

                    This is good information. It’s how I automate the FOG client install after my sysprep images have been restored.

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

                    160

                    Online

                    12.1k

                    Users

                    17.3k

                    Topics

                    155.3k

                    Posts
                    Copyright © 2012-2024 FOG Project