开发者

Windows setup project - can I specify location of the application in the start menu?

I have added a setup project to my .net windows application (VS 2008), and when I install my application I get a menu item in the start menu for my application at the top level of the start menu. I would like the user to be able to select a folder for the application during installation like I've seen with most applicat开发者_运维知识库ions, but I can't see how to do this. Is it possible using a windows setup project?


On your startup project, right click and choose View->File System Click the parent Node "File System on Target Machine." Right Click, and choose Add You can then access the "Users Start Menu"

This will let you specify a location to put it.

You can then use the User Interface screen to "Add a Dialog" to the install process.

Here you should be able to wire it up that they can select a location, and pass that information to the "Users Start Menu" dialog.

Although, I've never done it so I can't go into details.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜