Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2007
    Posts
    69

    Remove shortcuts from desktop and Start Programs?

    There are bunch of options of creating shortcuts, but I do not see how can I remove shortcuts that become obsolete...

    Any ideas or script samples?

    Thank you

  2. #2
    Join Date
    Jul 2007
    Posts
    69
    Any script samples please? Is there a "Shell.DeleteShortcut" function or something like that?

  3. #3
    Join Date
    Jan 2000
    Posts
    2,002
    You can do that using a Remove Files action from the installer itself. See the attached project. It removes a shortcut called "My Old Notepad" from the Start > Programs > My Notepad group during installation. The secret is just to delete the file <shortcut name>.lnk. For example, "My Old Notepad.lnk".

    If you want to do it from the bootstrapper using a script, see the Shell.DeleteShortcut action. Although in this case I would reccomend doing it directly from the MSI installer assuming that you know the name of the file.
    Attached Files

  4. #4
    Join Date
    Jul 2007
    Posts
    69
    Quote Originally Posted by Brett View Post
    You can do that using a Remove Files action from the installer itself. See the attached project. It removes a shortcut called "My Old Notepad" from the Start > Programs > My Notepad group during installation. The secret is just to delete the file <shortcut name>.lnk. For example, "My Old Notepad.lnk"
    That should work. Thank you!

Similar Threads

  1. How do I remove old desktop shortcuts?
    By Stein Inge in forum Setup Factory 7.0
    Replies: 10
    Last Post: 03-04-2007, 03:30 AM
  2. NirCmd v1.85 - Freeware command-line tool
    By bobbie in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 02-19-2007, 07:20 AM
  3. Remove shortcuts from old version
    By Stein Inge in forum Setup Factory 7.0
    Replies: 0
    Last Post: 01-05-2007, 01:21 AM
  4. Start Menu Shortcuts?
    By srussell in forum AutoPlay Media Studio 6.0
    Replies: 6
    Last Post: 12-06-2005, 08:26 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