Auto Run

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Slobey
    Indigo Rose Customer
    • Mar 2005
    • 17

    Auto Run

    Hi everyone,

    I don't know if this post belongs in here or in add ons, but I was wondering if there is a way in SUF 7.0 to make a cd launch automatically or if there is a plug in or add on that will accomplish this.
  • Ted Sullivan
    Indigo Rose Staff Member
    • Oct 2003
    • 960

    #2
    Check out AutoPlay Media Studio. That's what it does and a whole lot more. It's used by many major software houses for their CD autorun/autoplay menus.

    New Release: Setup Factory 9.6 adds Windows 11 compatibility and support for hardware token OV/EV Code Signing certificates.

    Comment

    • Manikandan
      Forum Member
      • Jan 2007
      • 29

      #3
      Auto run Application EXE

      Hello

      How to execute my application shortcut auto run after installed my build.

      Could you please any one help this regards.

      Thanks
      S.Manikandan

      Comment

      • csd214
        Forum Member
        • Oct 2001
        • 939

        #4
        Slobey, have a look at this post http://www.indigorose.com/forums/showthread.php?t=13058

        Comment

        • zbaranek
          Forum Member
          • Jan 2008
          • 1

          #5
          Create an autorun.inf file

          If you want to autorun the setup, just create a file named "autorun.inf" with this text:
          Code:
          [AUTORUN]
          open=setup.exe
          label=My program
          icon=setup.exe,0

          Comment

          Working...
          X