开发者

how to give user an option of conditional Install of Desktop and Quick Launch Shortcuts?

i have created an installer(dot net deployment project) on VS 2005 which automatically installs my application's shortcut on desktop and quick launch.

Now i want to give user an option to choose whether he wants to have the shortcut on desktop/quicklauch or both.It may be in form of checkboxes or radio buttons.

Can you please tell me how can i proceed?

开发者_如何学编程

Thanks in advance.


A solution is to create a custom dialog with some checkboxes. Each checkbox installer property can then be used by a custom action which deletes the unselected shortcuts. Please note that in this case all shortcuts need to be created manually in your setup project.

Another solution is to create the shortcuts from a custom action, again based on the checkbox properties.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜