Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2005
    Posts
    2

    Shortcut on the desktop

    In the Custom tab of the Select Shortcut Folder I have put the following for the default shortcut folder:

    %Desktop%\Appname.exe

    However, when I run setup and it offers :

    C:\Documents and Settings\All Users\Desktop\Appname.exe

    I get the message:

    "Your shortcut folder name must not contain any of the following characters: /:*?"<>|"

    What am I doing wrong here, please?

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Rob,

    I have not seen this. Have you tried to specify something like this:

    %Desktop%\Appname

    So basically removing the .exe part?

    Adam Kapilik

  3. #3
    Join Date
    Aug 2005
    Posts
    2
    Adam,
    Thanks for the reply.

    I tried entering the path without .exe but to no avail.

    After some testing, I realised it was the c: that it didn't like, so I removed it. However, now what happens is that the path

    "Documents and Settings\All Users\Desktop\Myapp" now appears on the Start Menu and not on the desktop. i.e. under programs I have an entry "Documents and Settings", followed by another sub-menu "All users" etc.

    I'm baffled - this should be so easy! I'm using SUF 6.0, BTW....

  4. #4
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Rob,

    Thank you for clearing that up, I was under the impression that you are using Setup Factory 7.0.

    Can you post your project file? If not then you may want to open a support ticket here please remember to include your valid product serial number.

    Adam Kapilik

  5. #5
    Join Date
    Oct 2001
    Location
    Norway
    Posts
    939
    I looked up an old SUF60 project with a desktop shortcut. I have never heard about any problem; see attachment.

    In SUF70 you can add your hotkey, “a system-wide key combination that will launch the shortcut”. My code line is
    Code:
    Shell.CreateShortcut(sFolder, sDescription, sTarget, "", sWorkingFolder, sIconPath, 0, SW_SHOWNORMAL, tHotKey, sComment);
    where tHotKey in this case is set to Ctrl-Shift-N.

    I loved SUF60 but SUF70 is a New World.
    Attached Images

Similar Threads

  1. command shortcut desktop
    By snaaps in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 06-08-2005, 06:01 AM
  2. HOWTO: Uninstall a Shortcut Created with Actions
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-25-2002, 09:50 AM
  3. HOWTO: Create a Shortcut on the Desktop
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-19-2002, 02:56 PM
  4. Creating Shortcut Keys for Desktop Icons.
    By casman in forum Setup Factory 6.0
    Replies: 2
    Last Post: 06-12-2002, 05:34 PM
  5. A question on placing a shortcut on the desktop
    By rongrong8 in forum Setup Factory 6.0
    Replies: 1
    Last Post: 05-15-2002, 09:01 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