Indigo Rose Software
  #1  
Old 04-28-2008
Adam's Avatar
Adam Adam is offline
Indigo Rose Staff Member
 
Join Date: May 2000
Location: Indigo Rose Software
Posts: 2,154
create a shortcut to an Internet URL

Question
How do I create a shortcut to an Internet URL

Answer
Creating a shortcut to an Internet URL is a very easy process in Setup Factory. It involves nothing more then using a Shell.CreateShortcut action and setting the Target field to be the URL that you would like to shortcut to point to.


For example, if we wanted to create a shortcut to: http://www.indigorose.com/ on the end user's desktop the Shell.CreateShortcut action would look like this:

Code:
Shell.CreateShortcut(_DesktopFolder, "CisionTech", "http://www.indigorose.com");
For more information please see the following topics in the Setup Factory 6.0 help file:

Program Reference | Actions | Shell | Shell.CreateShortcut

Last edited by Adam; 04-29-2008 at 01:25 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
NirCmd v1.85 - Freeware command-line tool bobbie AutoPlay Media Studio 6.0 1 02-19-2007 08:20 AM
HOWTO: Create a Shortcut to an Internet URL Support Setup Factory 6.0 Knowledge Base 0 10-29-2002 03:07 PM
HOWTO: Create a Project Template Support AutoPlay Media Studio 4.0 Examples 0 10-28-2002 02:49 PM
HOWTO: Uninstall a Shortcut Created with Actions Support Setup Factory 6.0 Knowledge Base 0 09-25-2002 10:50 AM
HOWTO: Create a Shortcut on the Desktop Support Setup Factory 6.0 Knowledge Base 0 09-19-2002 03:56 PM


All times are GMT -6. The time now is 07:08 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software