nope, Phil is correct.
If you open your setup project within Visual Studio, you should see a
treeview displaying the "File System on Target Machine".
To create the shortcuts, simply click on the Application Folder node in the
tree view, right click on the file you want to create the shortcut for, and
select "Create shortcut". Then just drag this to the 'User's Desktop' node
or User's Programs Menu node, etc.
Every time you then run your setup, it should place the shortcuts there.
Francis Ingels
SDET Developer Division Sustained Engineering
--------------------
[quoted text, click to view] >Thread-Topic: Setup Project
>thread-index: AcSnGs0CpPSSKOcDS7Cn0LDXhG/nJA==
>X-WBNR-Posting-Host: 146.115.67.13
>From: =?Utf-8?B?Qm9iIEF2YWxsb25l?= <BobAvallone@discussions.microsoft.com>
>References: <E486105C-7D2C-4173-8E55-B450359C1E56@microsoft.com>
>Subject: RE: Setup Project
>Date: Thu, 30 Sep 2004 11:25:02 -0700
>Lines: 4
>Message-ID: <0C8586AA-F341-468A-90A3-C8E6D9EC8363@microsoft.com>
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.dotnet.framework.setup
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.setup:9059
>X-Tomcat-NG: microsoft.public.dotnet.framework.setup
>
>I think you are telling me how to do this manually. I want to be able to
>automate these features so it's handled by the set up kit. I have seen
this
>done in many kits I have installed. Many it's not possible. I can live
with
>that.
>
While I appreciate both your reply, I found them difficult to follow. This
best explaination I found was on the vbcity forum.
http://www.vbcity.com/forums/topic.asp?tid=78405 I am posting this here for future searchers. (I corrected one typo)
Right-click on your set up project, click on "View--File System".
Click on "Application Folder" and look for the listing "Primary Output from
....", where the "..." will be your application project's name. Right-click on
this entry and select "Create Shortcut".
Now right-click on "Shortcut to Primary Output from ..." and select rename,
giving the name you want the user to see for your application.
You should already see a listing for "User's Desktop". Drag-and-drop the
shortcut from #3 into "User's Desktop".