go to any dotnet application shortcut made by dotnet setup and click property, in the screen that’s come up, why find target button is disabled?!
this just happened to the shortcut produced by dotnet Setup, why? and how to enable it?
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.
Advertised Shortcut
EDIT
To add the property, you can use Orca MSI Editor, or take a look at how to Set DISABLEADVTSHORTCUTS property in VS.NET setup project article.
EDIT 2
Some more interesting info over here. You can directly run setup.exe with the parameters –
setup.exe DISABLEADVTSHORTCUTS=1ormsiexec.exe <path to msi-file> DISABLEADVTSHORTCUTS=1.And, if you are using Orca MSI Editor, you can set the property by opening your msi file, and going to the
Propertypage (on the left), and adding a new property by right-clicking "Add Row" menu option. Save the msi, and you are done.