Friedrich,

Here's what I did so you can use it for reference:

Basically the only thing I needed to tweak was the following

BTW, the new "Handle String Operation (Extract Root Folder)" should extract
the correct root folder for you.

Here's what I did:

Set Variable %CLARIONDIRECTORY% to FUNCTION:Extract Full Folder(%_SB_TMP%)
Set Variable %CLARIONDIRECTORYLEN% to FUNCTION:Len(%CLARIONDIRECTORY%)
Set Variable %CLARIONDIRECTORYLEN% to "%CLARIONDIRECTORYLEN%-4"
Set Variable %CLARIONDIRECTORY% to FUNCTION:Left(%CLARIONDIRECTORY%,
%CLARIONDIRECTORYLEN%)

Not everyone installs into the root folder, so I just got the full folder,
and lopped off the \bin at the end.

HTH

Geoff