C# Deployment Wizard

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • C# WannaBe

    C# Deployment Wizard

    Hi,

    I created a C# deployment wizard to deploy my project.
    The project gets deployed correctly, all the files get copied
    to the correct folder etc. The only problem is that it does not
    create any desktop icons, or entries in the Start->Programs menu.
    There is no way to start the program that has been deployed!

    What am I doing wrong here? Any help appreciated.

    thanks
    C# WannaBe


  • Yonas hagos

    #2
    Re: C# Deployment Wizard

    On the "Files on target Machine" --> "Applicatio n Folder" --->."Primary
    output of your project" right click and creat a short cut. Move this
    short cut to 'User's program Menu" folder .

    Repeate same procedure and move the newly create short cut to the "user's
    desk top" folder.

    Both will create a program's and desktop shortcuts to your application.

    Note that, all the stuff I am talking about is inside "setup and deployment
    project". I am sure you know how to access this ....View--> Editor-->Files
    System.

    Hope this helps

    Yonas Hagos





    "C# WannaBe" <LK-at-televital-dot-com> wrote in message
    news:%23z13mOdG FHA.1392@TK2MSF TNGP10.phx.gbl. ..[color=blue]
    > Hi,
    >
    > I created a C# deployment wizard to deploy my project.
    > The project gets deployed correctly, all the files get copied
    > to the correct folder etc. The only problem is that it does not
    > create any desktop icons, or entries in the Start->Programs menu.
    > There is no way to start the program that has been deployed!
    >
    > What am I doing wrong here? Any help appreciated.
    >
    > thanks
    > C# WannaBe
    >
    >[/color]


    Comment

    • C# WannaBe

      #3
      Re: C# Deployment Wizard

      Thank you Yonas! It works like a charm!
      One quick question: currently when the program is installed, the user has
      the option to change the installation folder. How can
      I make it so they have no option but to accept the default folder?

      thanks again!
      C# WannaBe

      "Yonas hagos" <y_hagos@hotmai l.com> wrote in message
      news:%23PVfF2dG FHA.2280@TK2MSF TNGP15.phx.gbl. ..[color=blue]
      > On the "Files on target Machine" --> "Applicatio n Folder" --->."Primary
      > output of your project" right click and creat a short cut. Move this
      > short cut to 'User's program Menu" folder .
      >
      > Repeate same procedure and move the newly create short cut to the "user's
      > desk top" folder.
      >
      > Both will create a program's and desktop shortcuts to your application.
      >
      > Note that, all the stuff I am talking about is inside "setup and[/color]
      deployment[color=blue]
      > project". I am sure you know how to access this ....View--> Editor-->Files
      > System.
      >
      > Hope this helps
      >
      > Yonas Hagos
      >
      >
      >
      >
      >
      > "C# WannaBe" <LK-at-televital-dot-com> wrote in message
      > news:%23z13mOdG FHA.1392@TK2MSF TNGP10.phx.gbl. ..[color=green]
      > > Hi,
      > >
      > > I created a C# deployment wizard to deploy my project.
      > > The project gets deployed correctly, all the files get copied
      > > to the correct folder etc. The only problem is that it does not
      > > create any desktop icons, or entries in the Start->Programs menu.
      > > There is no way to start the program that has been deployed!
      > >
      > > What am I doing wrong here? Any help appreciated.
      > >
      > > thanks
      > > C# WannaBe
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...