locked.x is possible.
locked.0=1, inherit causes subitems to inherits locked.x settings from it's parent.
Comparison interface will be entirely rewritten later.
condition.x=<expression>
whereby <expression> could be
file.version("path\filename")<operator>"<data>"
file.date("path\filename")<operator>"<data>"
file.exists("path\filename")
file.size("path\filename")<operator>"<data>"
reg.value("HKLM|HKCU:Key")<operator>"<data>"
reg.value.exists("HKLM|HKCU:Key")
reg.key("HKLM|HKCU:Key")<operator>"<data>"
reg.key.exists("HKLM|HKCU:Key")
whereby each expression can be combined by & or | which means AND comparison and OR comparison respectively.
<operator> can be either =, !, > or <
Usage example could be:
- condition.0=file.version("%systemroot%\system32\wmp.dll")>"1.2.3.4" & file.date("%systemroot%\system32\wmp.dll")="01.12.2004"
if.0=lock, unselect ? unlock, select
BUT I don't know if I am able to do such complicated expressions because I've no experience in such script specific things. may be some one could help me here
@kalavera: Please forget [users.operation], this will be removed on future version.
You are right, it will only be checked if this is changed in WIHU UI.
Quote
- One last suggestion ... maybe the cancel button in the finish dialog should be disabled or hidden if you want to force restart.
No, because you can also set /Nocancel switch.
benjamin



Help


Back to top








