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

FOG - Single Snappin

Scheduled Pinned Locked Moved Unsolved
FOG Problems
5
39
11.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.
  • G
    george1421 Moderator @msaglioc99
    last edited by Jun 29, 2017, 1:24 PM

    @msaglioc99 Hint: User the snapin template of MSI, if you are trying to deploy a msi file.

    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!

    1 Reply Last reply Reply Quote 0
    • M
      msaglioc99 @george1421
      last edited by Jun 29, 2017, 1:25 PM

      @george1421 You would use a snapin verses the snapin packet? Also just upload the installer not the zip file with the installer and batch file?

      G 2 Replies Last reply Jun 29, 2017, 1:26 PM Reply Quote 0
      • G
        george1421 Moderator @msaglioc99
        last edited by Jun 29, 2017, 1:26 PM

        @msaglioc99 A snapin pack would be used if you need to send multiple files to the target computer. But if you are only installing a single msi file then you can send that one directly. NO need to zip anything, just upload your msi and use the msi template.

        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!

        1 Reply Last reply Reply Quote 0
        • M
          msaglioc99
          last edited by Jun 29, 2017, 1:28 PM

          Okay I replicated the screenshots you sent me and I am going to try this. I’ll let you know what happens! Thank You!

          G 1 Reply Last reply Jun 29, 2017, 1:30 PM Reply Quote 0
          • G
            george1421 Moderator @msaglioc99
            last edited by Jun 29, 2017, 1:29 PM

            @msaglioc99 I would use a snapin pack if, for example I needed to deploy a MSI, but then also deploy a preconfigured .INI file with the configurations for the application. So in this example I would create a batch file (like you did) and then include the MSI and the INI in the snapin pack. I would then make fog call the batch file to install the msi and then copy the INI file to the proper location.

            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!

            1 Reply Last reply Reply Quote 0
            • G
              george1421 Moderator @msaglioc99
              last edited by Jun 29, 2017, 1:30 PM

              @msaglioc99 You should find out if that TeamMate_R11.0.2_Desktop file is a .EXE or .MSI file, because the msi template is for .msi files only. The icon you showed us might indicate its a .exe and not a .msi.

              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!

              M 1 Reply Last reply Jun 29, 2017, 1:33 PM Reply Quote 0
              • M
                msaglioc99 @george1421
                last edited by Jun 29, 2017, 1:33 PM

                @george1421 Okay so how can I go about finding this out? What I sent you was by right clicking on the file and then just viewing the properties.

                G 1 Reply Last reply Jun 29, 2017, 1:34 PM Reply Quote 0
                • G
                  george1421 Moderator @msaglioc99
                  last edited by Jun 29, 2017, 1:34 PM

                  @msaglioc99 In windows you need to change your view properties to show you know file extensions. I use a linux laptop so I can’t give you a step by step on how to enable this.

                  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!

                  1 Reply Last reply Reply Quote 0
                  • M
                    msaglioc99
                    last edited by Jun 29, 2017, 1:35 PM

                    Okay I just deployed that file to a target computer using the settings / screenshots you sent me and I was able to see the installer go into the TMP folder and the computer rebooted and said the software was successfully installed but still no software…

                    1 Reply Last reply Reply Quote 0
                    • M
                      msaglioc99
                      last edited by Jun 29, 2017, 1:38 PM

                      I believe this file is .exe not .msi

                      1 Reply Last reply Reply Quote 0
                      • A
                        Avaryan
                        last edited by Jun 29, 2017, 2:02 PM

                        The screenshot in the 2nd or 3rd post very clearly indicated that the installer is a .exe. You do not want/need to use the msi template.

                        Before uploading anything to fog you should be trying to install the application silently on a computer. Try opening a command prompt and typing the filename with /S after it. It’s an InstallShield installer, so if it supports silent installation that will be the switch for it.

                        M 1 Reply Last reply Jun 29, 2017, 2:07 PM Reply Quote 1
                        • M
                          msaglioc99 @Avaryan
                          last edited by Jun 29, 2017, 2:07 PM

                          @Avaryan said in FOG - Single Snappin:

                          o

                          This didin’t work?

                          A 1 Reply Last reply Jun 29, 2017, 2:15 PM Reply Quote 0
                          • A
                            Avaryan @msaglioc99
                            last edited by Jun 29, 2017, 2:15 PM

                            @msaglioc99 Ok, then until you can find a way to install the application silently, uploading it to FOG is useless.

                            Since it’s an InstallShield installer, you may be able to create a response file. Basically, this records the settings you choose during your installation and lets use that file to silent install the application.

                            To try this, open a command prompt at the location of your file. Type TeamMate_R11.0.2_Desktop.exe /r

                            The installer should appear to run normally. Install the application the way your normally would.

                            Find the response file. Default location will be C:\Windows\setup.iss. The modified data on the file should match the time you ran the installer.

                            More directions can be found here:
                            http://publib.boulder.ibm.com/tividd/td/framework/GC32-0804-00/en_US/HTML/instgu25.htm

                            M 1 Reply Last reply Jun 29, 2017, 2:46 PM Reply Quote 1
                            • M
                              msaglioc99 @Avaryan
                              last edited by Jun 29, 2017, 2:46 PM

                              @Avaryan Do I have to runthe installer via command prompt? Or can I just double click and run the installer? Idk how to run the installer via command prompt?

                              1 Reply Last reply Reply Quote 0
                              • M
                                msaglioc99
                                last edited by Jun 29, 2017, 3:00 PM

                                If I type

                                C:\Users\username\Desktop\TeamMate_R11.0.2_Desktop /r the installer does open. Is this what you’re asking?

                                G 1 Reply Last reply Jun 29, 2017, 5:09 PM Reply Quote 0
                                • G
                                  george1421 Moderator @msaglioc99
                                  last edited by Jun 29, 2017, 5:09 PM

                                  @msaglioc99 Lets do a quick recap here since you are new to package building and it does require a bit of the black arts to make things work well.

                                  Some applications have features to allow software to be installed in an unattended or silent manner. These usually take command line switches to set the installer options. The user is typically not presented with any panels asking questions it is just installed automatically. These are the easiest to be deployed no matter what the deployment tool you’re using.

                                  The other and typically older kind require the installer to click through several panels making option selections sometimes these type of installers can be launched in a admin or configuration mode where they will write the users selections out to a setup file that can be used on the next deployment where you just reference the setup file [setup.iss] for all of the selections. When run this way the user is not presented with any setup panels. The application just installs.

                                  The last kind are the ones that don’t support automated installs in any manner. These type require a different kind of tool that takes a snapshot of a sample computer before you install the software and then just after you install the software. The difference between the two becomes your automated installation package. These tools are expensive and not typically needed now days.

                                  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!

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    george1421 Moderator
                                    last edited by Jul 21, 2017, 3:28 PM

                                    {from discussion via IM}

                                    I might assume this might get you pretty close.
                                    0_1500650876914_sn_team_mate.png

                                    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!

                                    1 Reply Last reply Reply Quote 1
                                    • G
                                      george1421 Moderator @msaglioc99
                                      last edited by Jul 21, 2017, 6:20 PM

                                      @msaglioc99 After testing with this application I see its throwing the following error and returned a not successful response to the fog snapin tool

                                      0_1500661182191_tm_fail.png

                                      But it looks like it installed something though
                                      0_1500661216430_tm_menu.png

                                      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!

                                      M 1 Reply Last reply Jul 21, 2017, 7:18 PM Reply Quote 0
                                      • M
                                        msaglioc99 @george1421
                                        last edited by Jul 21, 2017, 7:18 PM

                                        @george1421 what template and snapin settings did you use to deploy what you were able to install

                                        G 1 Reply Last reply Jul 21, 2017, 7:28 PM Reply Quote 0
                                        • G
                                          george1421 Moderator @msaglioc99
                                          last edited by Jul 21, 2017, 7:28 PM

                                          @msaglioc99 None so far, I just wanted to see if the installer ran to completion without any errors. The next step was to deploy via snapin. But since there was an error I stopped.

                                          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!

                                          G 1 Reply Last reply Jul 24, 2017, 6:28 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 2 / 2
                                          • First post
                                            Last post

                                          157

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project