version 3.2.3
when set the "Display Sorted" to "no",it gives me an error message.see the attached image below
Page 1 of 1
"Display Sorted" not work
#2
Posted 04 January 2005 - 12:59 PM
You're right.
Found the bug and solved it. Will be included in next release. For a manual fix edit check.js, search for a line
it's all located in function check(se)
Found the bug and solved it. Will be included in next release. For a manual fix edit check.js, search for a line
if (dflt[i][0]=='yes') {setChecked(i); checkDeps(i); }
and replace it with
if (dflt[i] && dflt[i][0]=='yes') {setChecked(i); checkDeps(i); }
it's all located in function check(se)
#3
Posted 04 January 2005 - 05:58 PM
Bug fixed in version 3.3.0
Johnny Rico - wasn't that the hero's name in 'Starship Troopers' ?
Johnny Rico - wasn't that the hero's name in 'Starship Troopers' ?
- ← Possible bug in configwizard.js
- Windows Post-Install Wizard (WPI)
- Version 3.2 - featuring program exclusions →
Share this topic:
Page 1 of 1



Help

Back to top








