Deployment Problem

  • Thread starter Thread starter Del
  • Start date Start date
D

Del

Hi,

I am trying to create a simple install for an application I have built
using the standard version of VB.NET. What I want to do here is have
the install add a desktop shortcut to the 'enduser's' desktop. As
there is no wizard with the standard edition, I am struggling to do
this (I am very much a newbie). I have tried the help files, but to
be honest, I am struggling and really would appreciate a little help
please.

Thanks in advance.

Del.
 
Hi,

Right click on the setup project name and in the view menu select
file system. Right click on file system on target machine and select add
special folder. Add the User's Desktop folder. Place a shortcut to your
app in the folder.

Ken
 
Back
Top