I have included a combobox replacing a textbox in a setup project using orca changing the property table, control table and including entries in combobox table. Now, I'm getting two comboboxes in my setup project but how do i get the value from the property to add it in a condition during installation? Please guide me Thanks
Asked
Active
Viewed 77 times
0
-
You have the property name, so you use that in any place that conditions are allowed. So the issue is really where do want to use it as a condition? On a file being installed? There aren't many places in a VS setup you use conditions, but if you're using Orca to change things you'll need to say where you want to use it. – PhilDW Apr 15 '15 at 16:47
-
Thanks @PhilDW I got how to do this – user3085636 Apr 16 '15 at 15:47