0

When I create an msi using VS2010, the shortcut and filetypes are all getting created as advertised. I am able to disable advertise property for shortcuts by setting DISABLEADVTSHORTCUTS. However, the filetype is still advertised. How can i disable advertise for file types?

Thanks, SAN

1 Answer 1

0

This is one of the many reasons that Microsoft has announced that VDPROJ is being retired.

The only way to get what you want here is to write a bunch of postbuild processing of the resultant MSI to tweak it into what you want. However I suggest you instead look at InstallShield or WiX instead.

Sign up to request clarification or add additional context in comments.

2 Comments

What kind of postbuild processing can I do on the MSI to achieve this?
Execute SQL commands against the raw table data to massage the file extensions to behave the way you want.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.