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

    MSI vs SmartInstaller

    Scheduled Pinned Locked Moved Solved
    Windows Problems
    4
    9
    768
    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.
    • Scott BS
      Scott B
      last edited by

      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

        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

          @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
          • Scott BS
            Scott B
            last edited by

            @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

              @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
              • fry_pF
                fry_p Moderator
                last edited by fry_p

                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

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

                  @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

                  fry_pF 1 Reply Last reply Reply Quote 0
                  • fry_pF
                    fry_p Moderator @Sebastian Roth
                    last edited by

                    @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
                    • Scott BS
                      Scott B @fry_p
                      last edited by

                      @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

                      176

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project