I wanted to make the installation of a desktop link dependent on a condition.
So I set the Condition property of the User's Desktop to the CheckBox1Property of my Checkboxes (A) dialog which I added to the Start section right before the Installation Folder dialog (I found an example where it was described that way).
BUT it does not work ! The condition is ignored. The link is installed anyway. I even set the Transitive property to true, because I made these changes after the first installation of the assembly.
Any idea or hint why it doesn't work, or even better, how it is done correctly, is appreciated!
So I set the Condition property of the User's Desktop to the CheckBox1Property of my Checkboxes (A) dialog which I added to the Start section right before the Installation Folder dialog (I found an example where it was described that way).
BUT it does not work ! The condition is ignored. The link is installed anyway. I even set the Transitive property to true, because I made these changes after the first installation of the assembly.
Any idea or hint why it doesn't work, or even better, how it is done correctly, is appreciated!