Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Ian,
Settings are stored in the C:\Program Files\Common Files\Aladdin Shared\HASP\hasplm.ini file. You cannot just copy the same file to all machines since it can contain machine specific information, but you can process all the files by adding the serveraddr = <IP Address> line to the [REMOTE] section. For example:
[REMOTE]
broadcastsearch = 1
aggressive = 0
serversearchinterval = 30
serveraddr = 192.168.1.10
serveraddr = 192.168.1.11