Hi,
I want the product key's of all Windows applications to be shown on LANDesk with the inventory.
I've found a thread on the forum here where they explain how to do this but it won't work.
Here's the link the thread: http://forum.landesk.com/support/message/38095#38095
All the steps that I've followed are listed in the link that Zman gave.
The problem is that he doesn't copy 'Produkey.exe' to the LDClient when a agent installs LANDesk. He does copy all the other files that are needed...
I added FILE05 to the Data Collection Forms Files and the lines 303 and 304 to Data Collection Forms Post Copy in ntstacfg.in# :
[Data Collection Forms Files]
FILE00=LDCSTM32.EXE
LFILE00=CST32.DLL
LFILE01=CST32.HLP
FILE01=LDCSTM32.DLL
FILE02=LDCUSTOM.INI, LDCUSTOM.INI
FILE03=LDSCNHLP.INI, LDSCNHLP.INI, COPYALWAYS
FILE04=LDCUSTOM.DAT, LDCUSTOM.DAT
FILE05=ProduKey.exe, ProduKey.exe, COPYALWAYS
; FILE numbers from 10000 on up are reserved for the client config wizard.
[Data Collection Forms Post Copy]
REG0=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\Intel Custom Data Forms\EventMessageFile, %DEST%\LDCstm32.exe, , REG_SZ
REG1=HKEY_LOCAL_MACHINE, SYSTEM\CurrentControlSet\Services\EventLog\Application\Intel Custom Data Forms\TypesSupported, 7, , REG_DWORD
INI302=%DEST%\LDSCNHLP.INI, DATA FILES, DATA, %DEST%\LDCUSTOM.DAT, UNIQUE
INI303=%DEST%\LDSCNHLP.INI, DATA FILES, DATA, %DEST%\Microsoft.dat, UNIQUE
INI304=%DEST%\LDSCNHLP.INI, EXECUTE WIN32, LAUNCH, %DEST%\ProduKey.exe TIMEOUT=600, UNIQUE
DELFILE0=ldscnhlp.ini
ADDDIR0=%DEST%\Cache, everyone
Please help,
Thanks in advance
Emyl
PS: I skipped the second step from the link of Zman because I think the registry info isn't important for what I want to get. But I could be wrong. Please help..