User Tag List

Results 1 to 8 of 8

Thread: Making Shortcuts to Programs

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Making Shortcuts to Programs

    Hi, I'm making an installer program in MMF2 and I was wondering if anybody knew how to make shortcuts to programs. I'm trying to make it so the user can choose to have a desktop icon and a start menu icon created for them.

  2. #2
    No Products Registered

    Join Date
    Mar 2007
    Location
    San Diego
    Posts
    280
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    In the installer settings go to the file tab and then click on the file you want to make the shortcut to. Then go the shortcut tab. Then put the name of the shortcut in the "Desktop Shortcut Name" box and then you can add command line options in the next box (if you know how). Then you can choose an icon for the shortcut in the last box.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    No no, I'm making the installer itself in MMF2. I wanted it to have to feel of the game and possibly have music.

  4. #4
    No Products Registered

    Join Date
    Mar 2007
    Location
    San Diego
    Posts
    280
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    oh I'm sorry I misinterpreted

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    Does anybody know how to make MMF2 create shortcuts to files?

  6. #6
    No Products Registered

    Join Date
    Sep 2006
    Location
    Netherlands
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    MMF2 has no option to do this I believe, but MMF1.5 had an extension for it, the Shortcut object.

    My first solution for you is to create a simple application in MMF1.5 with the Shortcut object to be able to create shortcuts and Global Function object to receive the shortcut information from your MMF2 application. Make this application invisible at start and run it from your MMF2 application. From within your MMF2 application using Global Function you can send a string with all the information the Shortcut object needs to create a shortcut. When the shortcuts have been created close the MMF1.5 application and you will have your shortcuts!

    But I have an alternative for you:

    Download from http://www.optimumx.com/download/ the "shortcut.exe" file. From within MMF2 using the File Object run "shortcut.exe" with the command line as discribed at http://www.vista64.net/forums/powershell/27434-creating-shortcut-lnk-url-files.html.


  7. #7
    No Products Registered

    Join Date
    Sep 2006
    Location
    Netherlands
    Posts
    13
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    See http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=39158&page=1#Po st39158 for an example using MMF1.5

  8. #8
    No Products Registered

    Join Date
    Jul 2006
    Location
    Texas
    Posts
    1,225
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making Shortcuts to Programs

    Dang, well... Hmmm... Oh wait, when I use the 'include external files' feature, would that keep the mmf1.5 file hidden (and not external)?

Similar Threads

  1. automatic shortcuts
    By mnovoa in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 28th May 2013, 04:47 PM
  2. Hotspot Shortcuts?
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 7th January 2013, 08:51 PM
  3. Replies: 1
    Last Post: 19th January 2009, 09:34 PM
  4. keyboard shortcuts
    By Attus in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 20th August 2008, 01:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •