patrick340
Technical User
I just upgraded from Zenworks 3 to 4. I'm trying to install the ZFD agents on my workstations using the zfdagent.MSI I copied the nalexpld 3.x files to a folder on my zen server and I'm using the login script below to run the nalexpld 3.x files
REGREAD "HKLM,Software\Novell\ZENworks,Version"
WRITE "VALUE=%99"
IF "%99"="4.00.0012" THEN EXIT
#\\server\sys\zenworks3\nalexpld.exe
I then deploy the zfdagent.msi it deploys fine I reboot and
get a Dr watson message on Naldesk.exe and I have both the nalexpld.3x and 4.x running. If I reboot again then just the nalexpld 4 runs. It seems like the 3.x file is cached in the registry. does anybody have any ideas on how I could correct this?
Server is Netware 6 workstations are NT 4 and 2000 pro
REGREAD "HKLM,Software\Novell\ZENworks,Version"
WRITE "VALUE=%99"
IF "%99"="4.00.0012" THEN EXIT
#\\server\sys\zenworks3\nalexpld.exe
I then deploy the zfdagent.msi it deploys fine I reboot and
get a Dr watson message on Naldesk.exe and I have both the nalexpld.3x and 4.x running. If I reboot again then just the nalexpld 4 runs. It seems like the 3.x file is cached in the registry. does anybody have any ideas on how I could correct this?
Server is Netware 6 workstations are NT 4 and 2000 pro