bobbintb Posted May 18, 2009 Posted May 18, 2009 my WPI install is supposed to install internet explorer 8 but there is a version for xp and vista. it will be run for both. can i use getOSver()== in order to determine the OS version and install the right program? if so, how?
Kelsenellenelvian Posted May 18, 2009 Posted May 18, 2009 getOSver()=="Vista" Put this in the line for conditions on IE8 for Vista. Then it will not show on any machine except VistagetOSver()=="XP" Same for XP
bobbintb Posted May 19, 2009 Author Posted May 19, 2009 (edited) awesome. thanks! Edited May 19, 2009 by bobbintb
tusk Posted June 22, 2009 Posted June 22, 2009 would i be able to use this to distingust between XP versions;would getOSver()=="XPHOME" be correct, or would i need to do somert different?I'm building an AIO XP disc & want to have different software on each version.Any help would be great!Cheers!!
mritter Posted June 22, 2009 Posted June 22, 2009 If on XP, getOSeditionID() will return "Home Edition" or "Professional Edition".
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now