How to do a file association when software is not listed?
Hello all,
This will hopefully be a quick question. I'm trying to add Microsoft's Skydrive app to the Software Library list under Service Desk in Kace1000. Normally I would do a file association and add it that way. In this case, the file doesn't show up in the Program Files list under inventory the way they normally do. I believe this is because its meant to install under the user's profile.
Is there any way to add the app if I'm unable to do a file association the regular way?
Hope this makes sense,
Thanks for your time
Carlos
Answers (2)
You can create a manual entry under Computers >Software and use Custom Inventory Rules to look for the folder it installed in or something that lets the KBOX know this software is installed. Then you can associate the software to the title. Normally you want to let the KBOX detect it on its own but there are cases like this where you have to give it a little helping hand.
http://www.kace.com/support/resources/kb/article/Custom-Inventory-Rule-Applications
http://www.kace.com/hk/support/resources/kb/article/What-is-the-syntax-for-custom-inventory-rules
If it does not create an entry in the machines registry under HKLM\Software\microsoft\windows\currentversion\uninstall it will not show up automatically in the software inventory.
You can look HKCU\Software\microsoft\windows\currentversion\uninstall to see if it created a keyset there. If it did export that keyset change HKCU to HKLM and reimport to registry and it will show.
Also if you want you can create your own keyset and merge it during the install
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\skydiveapp]
"Comments"="any comments here" optional
"Contact"="Kilroy" optional
"DisplayVersion"="0.0"
"HelpTelephone"="555-1212" optional
"Publisher"="Microsoft"
"DisplayName"="Skydrive app"
"Readme"="anything you may want to mention" optional