Hi! Right after install if you go to the setup wizard and try to open a setup file...path will be bad. My path of WPI: c:\WPI\ And it will be: %wpipath%\WPI that will be a bad path. I resolved the issue by modifing configwizard.js line 951 but it's not a decent solution, it just trims four more chars from path: str=str.replace(trimpath, '/\s'); //remove the trimpath //1 str = "\"" + trimpathvar +str.substring(theStart+5,str.length)+"\""; return str; Another thing is: if you make dependecies for 2 programs (one to another and vica versa) they will cause a stack overflow error. Can it be checked somehow? This is a wonderful software. It takes a hell lot time to configure, but the time it saves... Thx a lot! configwizard.js