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

    Snapin will not execute

    Scheduled Pinned Locked Moved
    FOG Problems
    1
    1
    640
    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.
    • M
      Mikael Mieritz
      last edited by

      I hope someone in here can help me.

      I have made a msi package that i want to deploy through fog. My problem is that the license files needed for the program is not included in the msi package so i made a script that copy the license files from a network location to the machine and execute the msi installer. The script works fine when i run it manually but i can’t get fog to execute it.
      It’s just a simple batch script. Toad.bat

      @Echo off

      echo Installing ToaD

      START “” “%LOCALAPPDATA%\Temp\7ZipSfx.000\Toad for Oracle 10.6.msi”

      mkdir %LOCALAPPDATA%“Quest Software”

      copy “S:\Licensed software\Toad\10.6\Quest Software*.*” “%LOCALAPPDATA%\Quest Software”

      I have used sfxmaker to put the script and the msi installer in one file and deploy that using fog. The file is pushed to the client. but never executes. What am i doing wrong?

      Am i missing some arguments or should i do this another way. I feel like i have tried everything.

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

      134

      Online

      12.1k

      Users

      17.3k

      Topics

      155.3k

      Posts
      Copyright © 2012-2024 FOG Project