Deployment question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ray

    #1

    Deployment question

    Hi all,
    I've followed step-by-step Deploying a Windows Application
    in MSDN and created the My Notepad project, but the
    project doesn't appear in Start/Programs list.
    Any idea what I've missed.
    Thanks,
    Ray
  • Dmitriy Lapshin [C# / .NET MVP]

    #2
    Re: Deployment question

    Hi Ray,

    Check your deployment project so that it installs a shortcut to the Programs
    folder of the Start menu. If the shortcut is present, check that its
    Condition property evaluates to "true".

    --
    Dmitriy Lapshin [C# / .NET MVP]
    X-Unity Unit Testing and Integration Environment

    Deliver reliable .NET software

    "Ray" <r_mahboobi@hot mail.com> wrote in message
    news:003701c367 26$d7c92e10$a10 1280a@phx.gbl.. .[color=blue]
    > Hi all,
    > I've followed step-by-step Deploying a Windows Application
    > in MSDN and created the My Notepad project, but the
    > project doesn't appear in Start/Programs list.
    > Any idea what I've missed.
    > Thanks,
    > Ray[/color]

    Comment

    Working...