Announcement

Collapse
No announcement yet.

IE in Kiosk Mode

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • IE in Kiosk Mode

    I'm trying to create an autorun splash with AMS 3 - the execute statement I need to provide from the root of the drive is:

    iexplore -k xyz.html

    AMS allows me only 1 parameter, either -k, or xyz.html. How can I include both.

    ------------------

  • #2
    Re: IE in Kiosk Mode

    You could try creating a custom variable, then pass this to IE.

    eg: %myvar% = "-k abc.html"

    I haven't tried it so i don't know!

    Comment


    • #3
      Re: IE in Kiosk Mode

      Hi,
      You can do this in AutoPlay using an action that looks like this:

      Filename: iexplore
      Arguments: -k xyz.html

      AutoPlay accepts as many arguments as you want, the only stipulation is that they all have to be on the same line.

      mark.
      MSI Factory The Next Generation Intelligent Setup Builder

      Comment

      Working...
      X