View Full Version : Placing link on Destop
John Fletcher
08-04-2009, 06:02 AM
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 :lol
longedge
08-04-2009, 06:48 AM
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.
mwreyf1
08-04-2009, 08:27 AM
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.
ShadowUK
08-04-2009, 08:31 AM
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
mwreyf1
08-04-2009, 08:41 AM
Forgot about that one.
I really like FREE though. :D
John Fletcher
08-05-2009, 11:02 PM
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
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.