punkt33r Posted December 27, 2005 Posted December 27, 2005 O.K. Problem with blank screen/java resolved. But here comes another one... When WPI launches, i choose which programs to install, chose - pressed install and - here comes error : "can't find C:InstallApplicationsAC3AC3Filter.exe..." What a hell?! My WPI config file has all punctuations, example : "cmd1[pn]=['%systemdrive%\Install\Applications\AC3\AC3Filter.exe /S']" and "cmd1[pn]=['%systemdrive%\Install\Applications\ACDSee\ACDSee8.msi /qb']" and so on.... So what's going on? What is my problem? Why WPI did this in 1 line as in C:InstallApplicationsAC3AC3Filter.exe? How should i fix it?
glent Posted December 27, 2005 Posted December 27, 2005 you must use \\ instead of a single \ like this cmd1[pn]=['%systemdrive%\\Install\\Applications\\AC3\\AC3Filter.exe /S'] andcmd1[pn]=['systemdrive\\Install\Applications\\ACDSee\\ACDSee8.msi /qb']"
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