Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Creating Setup with shotcuts

Creating Setup with shotcuts

Scheduled Pinned Locked Moved Visual Basic
helptutorialquestionworkspace
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hsprasain
    wrote on last edited by
    #1

    Hey all: I want to deployed my project by creating a setup file which will create shotcuts icons of the project on destop. In addition, the application also should be added in All programs file of start Menu of windows. I was able to create setup files with out shorcuts on destop. Can you help how to get shotcuts on destop and start menu of window?? Thanks

    C 1 Reply Last reply
    0
    • H hsprasain

      Hey all: I want to deployed my project by creating a setup file which will create shotcuts icons of the project on destop. In addition, the application also should be added in All programs file of start Menu of windows. I was able to create setup files with out shorcuts on destop. Can you help how to get shotcuts on destop and start menu of window?? Thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      What are you using to create the setup ? I actually include the shortcut files in my setup program, but, I don't let the user set a location.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      H 1 Reply Last reply
      0
      • C Christian Graus

        What are you using to create the setup ? I actually include the shortcut files in my setup program, but, I don't let the user set a location.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        H Offline
        H Offline
        hsprasain
        wrote on last edited by
        #3

        Hey: I'm using SetUP project template of Setup and Deployment Project. Even I do include the shortcut files in my setup. It does show. But my problem was the shortcut icons just open the destop. I want the short cut to open my .exe file of my application instead. Like when we click word icon, it opens word file. Thanks a lot for your help.

        C 1 Reply Last reply
        0
        • H hsprasain

          Hey: I'm using SetUP project template of Setup and Deployment Project. Even I do include the shortcut files in my setup. It does show. But my problem was the shortcut icons just open the destop. I want the short cut to open my .exe file of my application instead. Like when we click word icon, it opens word file. Thanks a lot for your help.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Why does the icon point to the desktop ? If you mean that you have a document file which you want to open your program with that document, you need to set that up in the registry.

          Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          H 1 Reply Last reply
          0
          • C Christian Graus

            Why does the icon point to the desktop ? If you mean that you have a document file which you want to open your program with that document, you need to set that up in the registry.

            Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            H Offline
            H Offline
            hsprasain
            wrote on last edited by
            #5

            Hey: Sorry. I have not created the shotcut properly. Thus, I was getting weird result. It works very well now. Thanks a lot for your help.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups