Is there anyway to create a web link without using custom action?
I want to add a web link to start menu that will open default browser on target machine and browse the link.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A solution is to use IniFile table like in this post.
Visual Studio setup projects do not support this, so you will need to edit your MSI with Orca. A simpler approach is to use WiX or a different setup authoring tool which offers more control over your MSI package.