Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2007
    Posts
    88

    Smile Placing link on Destop

    Hello all,

    When creating a project and then using the build feature to produce the final product - is there a step in the process to automatically place an Icon or link on the users desktop to lauch the application created?

    Thanks,

    John

  2. #2
    Join Date
    Aug 2003
    Posts
    2,427
    You wouldn't normally do this when building an application but rather it is functionality you could build into your application to be used when it is running.

    Have a look in the help file at _DesktopFolder and Shell.CreateShortcut.

  3. #3
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    You could use an Installer program to do this more effectively.

    Take a look at:
    Advanced Installer (creates a .MSI install) They offer a free version!
    -OR-
    Inno Setup (Creates a .EXE install) also free!

    Both of these programs will install your AMS files to where ever you want them to go as well as create any folders/shortcuts you may need.(as well as many other features)

    Of course you could use AMS as an installer but it is a lot easier and faster to use a program designed for that purpose.

  4. #4
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by mwreyf1 View Post
    You could use an Installer program to do this more effectively.

    Take a look at:
    Advanced Installer (creates a .MSI install) They offer a free version!
    -OR-
    Inno Setup (Creates a .EXE install) also free!

    Both of these programs will install your AMS files to where ever you want them to go as well as create any folders/shortcuts you may need.(as well as many other features)

    Of course you could use AMS as an installer but it is a lot easier and faster to use a program designed for that purpose.
    Or Setup Factory. :P

  5. #5
    Join Date
    Aug 2004
    Location
    Somewhere in Texas, USA
    Posts
    417
    Forgot about that one.

    I really like FREE though.

  6. #6
    Join Date
    Aug 2007
    Posts
    88

    Thumbs up Works Great!

    Thanks everyone for your input... I was successful in attaining the Advanced Installer 7.13 and it worked like a charm... Thanks to all again -

    You Folks are great!

    John

Posting Permissions

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