I am working on an installation project in Visual Studio, and I would like the user to be able to specify whether to create a desktop shortcut and / or a Start menu shortcut in the program using checkboxes.
I can install the installer to create work shortcuts in the appropriate places, and I added a dialog box containing checkboxes for the installer; however, I cannot create (or lack thereof) these shortcuts related to the status of these flags.
I assume that I need to set the Condition property, but I'm not sure about the specific syntax. Is this possible, and if so, how can I do this?
visual-studio-2008 windows-installer setup-project
Donut
source share