
I created an install application that has two features:
Feature1 with the destination propriety set to"[ProgramFilesFolder]/Bentley/V8Files"
Feature2 with the destination propriety set to "[AppDataFolder]/Bentley/XMFiles"
1)Each feature have components and each components set different destination.
2)I created a user interface that has two radiobutton:
a-First radiobutton's name is V8(its' value ="V8")
b-Second radiobutton's name is XM(its' value ="XM")[attachment.jpg]
So, that is what i couldn't:
Feature1 and it's components will install when you push the fist button. Or
Feature2 and it's components will install when you push the second button.
-i tried component condisions but i failed.(installing nothing)
-i added "addLocal" event to "next" button which is in user interface that i've been created.
Ver= Name of the radiobutttonGroup property
event:AddLocal
argument:V8Files
condition:Ver= "V8"
event:AddLocal
argument:XMFiles
condition:Ver = "XM"
but i faild.(it works but installing everting)
What is the problem? What is the best and easy way?
Thank you for your help.
Regards,