gbmacman Posted October 30, 2008 Posted October 30, 2008 (edited) It's been a while since I've used WPI. I am testing the latest version on a clean, fully updated/patched XP SP2 VM (VMware Workstation 6.5). IE 7 is not installed and not part of our corporate image.I get an Internet Scripting Error (see attachment) after saving my config. The only change is the addition of the condition (see below). This is 500+ lines into my config.js file (attached). The error occurs only after this change in some of my programs, not all. Installing IE7 does not change the problem.Your help is greatly appreciated.prog[pn]=['Microsoft Office 2007 Standard'];bit64[pn]=['no'];uid[pn]=['MSO07STD'];dflt[pn]=['no'];cat[pn]=['Office'];forc[pn]=['no'];excl[pn]=['MSO03PRO','MSO03STD','MSO07PROPLUS'];cond[pn]=['getOSver()=="Vista"'];pn++;config.js Edited October 30, 2008 by gbmacman
mritter Posted October 30, 2008 Posted October 30, 2008 After some testing, it has to do with MSO07STD. Change the Vista to XP check and it works fine.
gbmacman Posted November 3, 2008 Author Posted November 3, 2008 Quick update...Still have the same issue. I have tested it with XP as a value and it works. Tried it with 7.2 also. Wierd. I can use the Vista value in one application condition, but I get the error as soon as I put it in more than one application. More details to follow.
Kelsenellenelvian Posted November 3, 2008 Posted November 3, 2008 getOSver()=="Vista" && getOSver()=="2003"Is the syntax I have been using. Is the syntax you are using the same?
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