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

    Snapin Pack

    Scheduled Pinned Locked Moved
    Windows Problems
    4
    9
    3.8k
    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.
    • fry_pF
      fry_p Moderator
      last edited by

      Hi All,
      I am running RC-8 and am having trouble with a snapin pack. Disclaimer, this is all new to me so I could be missing something simple. I uploaded my .zip and tried both MSI and EXE attempts to no avail. I tried with and without the /quiet arguments as well. It gets past the point of downloading and running the msi or exe but then nothing. The processes sit there with little resource use and sit until I end them. I am thinking that it is a function of the specific MSI or EXE I am trying, but I wanted to cover my bases. See the below screens for more info.

      0_1473428209731_Capturesnap.PNG

      0_1473428242756_Capturesnapexe.PNG

      Thanks,
      Paul

      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
      • Tom ElliottT
        Tom Elliott
        last edited by

        Please ensure the snapin loading files are calling the installer into a ‘silent’ mode as it sounds likely the program installing is waiting for input

        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

          Also please try updating to rc10

          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

          fry_pF 1 Reply Last reply Reply Quote 0
          • fry_pF
            fry_p Moderator @Tom Elliott
            last edited by

            @Tom-Elliott I will try RC-10. I am calling the /quiet argument which I thought would make it silent. I don’t know much about this stuff, so is there another argument I need to find?

            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

            Tom ElliottT Wayne WorkmanW 2 Replies Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott @fry_p
              last edited by

              @fry_p /quiet should do the trick but some installers use their own switches as well to make them silent. This is totally on the installer though. /Quiet is typical for MSI but if msiexec is not the calling point I have no idea what would be needed.

              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
              • Wayne WorkmanW
                Wayne Workman @fry_p
                last edited by

                @fry_p Have you looked at this?
                https://wiki.fogproject.org/wiki/index.php?title=SnapinPacks

                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/

                fry_pF 1 Reply Last reply Reply Quote 0
                • fry_pF
                  fry_p Moderator @Wayne Workman
                  last edited by

                  @Wayne-Workman I did not, but I was messing around manually running with arguments and /quiet or anything like that still prompted for a license agreement. The msi didn’t prompt with that argument, but just hung. I resorted to deploying through group policy for now. I think it ended up being a function of the way the installer was made. Regardless, I have used snapins lately for simpler stuff and it works great! Flash player and adobe reader work flawlessly.

                  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
                  • J
                    Joe Schmitt Senior Developer
                    last edited by

                    @fry_p the one thing I’m seeing from those screenshots is that you have a sub-directory in your zip file. Specifically mentalray_Plugin_for_Maya_2016_EN_JP_ZH_Windows_dlm. I also noticed this is the same name as your zip file. Unless you have that specific folder inside the zip, the folder path should be removed from Snapin Pack 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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

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

                      @Joe-Schmitt said in Snapin Pack:

                      the one thing I’m seeing from those screenshots is that you have a sub-directory in your zip file.

                      I knew this would be confusing for folks, and there’s no way around it, people just need to understand the pathing. It took me months of here-and-there moments to wrap my head around it. So nobody would have to go through that, In the SnapinPacks wiki article, I explained this at very great length.
                      https://wiki.fogproject.org/wiki/index.php?title=SnapinPacks

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

                      158

                      Online

                      12.0k

                      Users

                      17.3k

                      Topics

                      155.2k

                      Posts
                      Copyright © 2012-2024 FOG Project