G
Guest
I'm deploying a C# Windows app using VisualStudio.Net 7.1.3088, and for the life of me I can't get the Checboxes(A) to work properly. All I am trying to do is use checkboxes to prompt the user about whether to install desktop and program menu shortcuts, but the installer always installs them no matter what the user selects. I have set conditions on the "User's Desktop" and "User's Program Menu" file-system items (actually the program-menu shortcut location is in a subfolder, but I set a condition there too), and I have declared the matching condition in the checkbox properties. I have also set "Always Create" to false, but it still doesn't work. I'm sure it must be something I am doing wrong, but I just can't imagine what it might be. Any ideas? Thanks...