I want to give user option whether to add shortcut into quick launch when deployment my VC++ applicaiton.
Note : without conditional based, my installer able to add shortcut into quick launch.
Under user interface Editor,
I created conditional installation based on User choices with Radiobuttons (2 buttons).
All used default values (e.g. ButtonProperty = BUTTON2, button 1 = 1 button 2 = 2, default = 1)
I went to File system editor
Now, I can't find condition under shortcut property.
So, I try to set condition folder hold the shortcut. e.g. BUTTON2=1
But, it still add the shortcut into quick launch when i select button2.
Any idea?