March 13, 201412 yr Hello ,what i want to do that , i have one program , i want this program to be choseen by defult at windos Xp as example but when i use windows 7 it will not be chossen by defult .Is that possible ? and how can i do thathope my point be cleasredthank you
March 13, 201412 yr Author thank you for your help but this option will make the program only shown at "WinXP" and totally hidden at any other windows , but what I need that the program to be shown at "WinXP" and chosen by default but when I use any other windows rather than Xp the same program will be shown but not chosen by default , that's my idea .
March 15, 201412 yr Sorry I forgot use grayed condition.ExampleI set the grayed condition to win7 and the entry to default it was deselected but I was able to select it.So what you'll have to do is add the other os's except winxp in as grayed conditions.
March 15, 201412 yr Author waw, thats worked thank you very muchto add more than one system it will be like that ( getOSver()=="Win7,Win8,Win8.1" ) ?thank you Edited March 15, 201412 yr by Black_Dove
March 15, 201412 yr Author thank you so much , i found the right wayit will be like thisgetOSver()=="Win7" || getOSver()=="VISTA" || getOSver()=="WIN8" || getOSver()=="WIN8.1"thank you
Create an account or sign in to comment