Jump to content

[Solved] WPI 6.1 Error


Recommended Posts

Hello. I just downloaded WPI 6.1 and pushed some buttons. :P

Now if I click the install button it gives me an error message that WPI 6.0 does not give.

EDIT: Solved. :)

Edited by Dynaletik
Link to comment
Share on other sites


Ok, nevermind. It seems as if 6.1 checks for the UID of every entry? I got no UIDs defined until 6.0. It works now after creating them. :)

Edited by Dynaletik
Link to comment
Share on other sites

Hi all !

Small bug here :

WriteConfigValue(tf, "cond", configList.cond);

if (configList.gcond != "FileExists('%programfiles%\')")

WriteConfigValue(tf, "gcond",configList.gcond);

WriteConfigValue(tf, "regb", configList.regb);

WriteConfigValue(tf, "cmd1", configList.cmd1);

WriteConfigValue(tf, "cmd2", configList.cmd2);

WriteConfigValue(tf, "cmd3", configList.cmd3);

WriteConfigValue(tf, "cmd4", configList.cmd4);

WriteConfigValue(tf, "cmd5", configList.cmd5);

WriteConfigValue(tf, "cmd6", configList.cmd6);

WriteConfigValue(tf, "cmd7", configList.cmd3);

WriteConfigValue(tf, "cmd8", configList.cmd4);

WriteConfigValue(tf, "cmd9", configList.cmd5);

WriteConfigValue(tf, "cmd10", configList.cmd6);

WriteConfigValue(tf, "rega", configList.rega);

WriteConfigValue(tf, "picf", configList.picf);

WriteConfigValue(tf, "picw", configList.picw);

WriteConfigValue(tf, "pich", configList.pich);

WriteConfigValue(tf, "textl", configList.textl);

Cmd7,..,cmd10 are wrong !

Corrected these lines (duplicate lines desapear), but the browse bug remain.

Edited by MFCK
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...