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

    Snapin Packs

    Scheduled Pinned Locked Moved
    General
    3
    3
    1.4k
    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.
    • T
      tesparza
      last edited by

      Is it possible to use snapin packs to install multiple applications. For example, I create a script that installs chrome, firefox, 7zip, etc. In the zip file that is uploaded to FOG contains the script and the application that i want to install.
      Reason i want to do this is because i can create monthly batches and deploy them once a month (updated version of apps) I’ve tried but have been unsuccessful.

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

        @tesparza said in Snapin Packs:

        Is it possible to use snapin packs to install multiple applications.

        Yes, it’s possible. Please checkout this tutorial: https://wiki.fogproject.org/wiki/index.php?title=SnapinPacks
        If you have any questions, please first try to figure them out yourself. If you hit a dead end, post here and I’ll try to help.

        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
        • J
          jeffsays
          last edited by

          yes. zip up all the installers you wish to package together into a single zip file with a single batch install script (let’s call it install.cmd) that runs each executable with its relevant silent install options (these can typically be found at their websites).

          zip file contents:

          install.cmd
          7z-x64.exe
          firefox.exe
          firefox.ini
          ChromeStandaloneSetup64.exe
          vlc3.exe
          

          install.cmd:

          7z-x64.exe /S /D="C:\Program Files\7-Zip"
          firefox.exe /INI=[FOG_SNAPIN_PATH]\firefox.ini
          ChromeStandaloneSetup64.exe /silent /install
          vlc3.exe /S /L=1033
          

          note: you would need to create & include firefox.ini in the zip file along with the relevant firefox installer, as seen above

          when you create the snapin pack use:
          template: batch file
          snapin pack file: cmd.exe
          snapin pack arguments: /c “[FOG_SNAPIN_PATH]\install.cmd”

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

          322

          Online

          12.0k

          Users

          17.3k

          Topics

          155.2k

          Posts
          Copyright © 2012-2024 FOG Project