all groups > dotnet setup > september 2004 >
You're in the

dotnet setup

group:

Setup Project


Setup Project Bob Avallone
9/30/2004 7:13:05 AM
dotnet setup:
I was sucessful in using the setup wizard to create a setup project. I
noticed two things: it does not appear under Stert -> Programs and it doesn't
create a short cut on my desktop. Is there a way to achieve this
functionality?

I don't want to invest in Wise or InstallShield right now.


Re: Setup Project Phil Wilson
9/30/2004 8:46:36 AM
You make those in the File System view. There's a User's Program Menu that
you add folders to. You make a shortcut by rightclicking on your executable,
there's an option. Then you can cut the shortcut and paste it into your
User's Program Menu folders.
--
Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://www.amazon.com/exec/obidos/tg/detail/-/1590592972/104-7044380-4696760

[quoted text, click to view]

RE: Setup Project Bob Avallone
9/30/2004 11:25:02 AM
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
RE: Setup Project ringels NO[at]SPAM subtract_this_field.microsoft.com
9/30/2004 10:12:16 PM
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]
RE: Setup Project Bob Avallone
10/3/2004 12:23:01 PM
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".



AddThis Social Bookmark Button