radimus:

the following code:

---start---

Dim $CCMSetupProg, $CCMVersion

$CCMSetupProg = @lserver+"\sysvol\ccmsetup.exe"

if EXIST("c:\system32\ccm\ccmexec.exe")
"1" @SERROR
$CCMVersion = GETFILEVERSION("c:\system32\ccm\ccmexec.exe")
if $CCMVersion = "2.50.3174.1152"

else
shell $CCMSetupProg + ' /SLP=SMSServer /Advcli /AdvCliCmd SMSCACHESIZE=1024'
"2" @SERROR
endif
else
run $CCMSetupProg + ' /SLP=SMSServer /Advcli /AdvCliCmd SMSCACHESIZE=1024'
"3" @SERROR
endif

---end---

runs through just find with no errors, although the ccmsetup.exe will not load up via the logon script. it will load manually for me and a test barebones user account, but not via the logon script?!