system variable changes? (i.e. admintoolsdir) Thread last updated on 2003-10-14 17:16:24

Posted by member 63042 on 2003-10-14 14:19:44

I'm getting an error message that tells me that $admintoolsdir$ is an undefined variable. Isn't this a variable which Litestep itself defines?

Posted by member 1316 on 2003-10-14 15:25:39 link

make sure that $admintoolsdir$ is actually "$admintoolsdir$" (including the quotes).

Posted by member 1 on 2003-10-14 16:46:01 link

Try using $CommonAdminToolsDir$

Posted by member 7 on 2003-10-14 17:16:24 link

$AdminToolsDir$ will only be defined if you actually have a per-user "admin tools" directory in your start menu. To get the admin tools directory for all users try $CommonAdminToolsDir$ as DeV suggested.