Indigo Rose Software
  #1  
Old 10-24-2005
rFactor rFactor is offline
Forum Member
 
Join Date: Oct 2005
Location: Ann Arbor MI USA
Posts: 2
Add Shortcut to Start Menu

I'll sure there is an example somewhere but I could not find it. What I want to do in Visual Patch 2.0 is simply add shortcut to a new readme in the Start Menu. I would also like to delete on from the previous install.

This is what I have in the Post Patch Actions

result = String.Concat(Shell.GetFolder(SHF_STARTUP), "\\rFactor");
Shell.CreateShortcut(result, "rFactor Readme", "%AppFolder%\\Readme.chm", "", "", "", 0, SW_SHOWNORMAL, nil, "");
result = String.Concat(Shell.GetFolder(SHF_STARTUP), "\\rFactor");
Shell.DeleteShortcut(result, "Readme.txt");
  #2  
Old 10-24-2005
rFactor rFactor is offline
Forum Member
 
Join Date: Oct 2005
Location: Ann Arbor MI USA
Posts: 2
OK looks like my mistake was think SHF_STARTUP was SHF_STARTMENUPROGRAMS
So the below script DOES work
 

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
Shortcut in Start menu ThunderBoy Setup Factory 7.0 Discussion 2 07-20-2005 08:52 AM
Start Menu shortcut to a website under Windows NT 4.0 Tek Setup Factory 6.0 3 07-30-2004 09:18 AM
Removing Start Menu Shortcut thomas2 Setup Factory 6.0 1 08-05-2003 09:29 AM
TUTORIAL: Showing and Hiding Objects in AutoPlay Menu Studio 3.0 Support AutoPlay Menu Studio 3.0 0 10-10-2002 03:39 PM
HOWTO: Create Nested Shortcuts in the Start Menu Support Setup Factory 6.0 Knowledge Base 0 09-24-2002 11:26 AM


All times are GMT -6. The time now is 12:17 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