|
- Kix32.exe is stored on the logon folder in the tools dir (version 4.12.0.0) - Login script is set with GPO on OU (with users in it) - Altiris Deployment server Client and Notification server client is installed with application metering 5.5.0.303 - Client operating system = Windows XP with SP1a
Event log error message generated:
The application, \\rsrctest.emitest.xxxx.int\SysVol\rsrctest.emitest.xxxx.int\ policies\{GUID}\User\Scripts\Logon\tools\kix32.exe, generated an application error The error occurred on xx/xx/2003.
The exception generated was C0000006 at address 0041D0EC (kix32)
Logon script used:
logon.vbs: ----------
option explicit
dim oShell
Set oShell = WScript.CreateObject ("WSCript.shell") oShell.run "tools/kix32/kix32 logon.scr" Set oShell = nothing
logon.scr: ---------- messagebox("Logon","OK")
|