Did you read the developer guidelines you can download from this site? It's all described in there. Also in the TouchSmart 3.0 SDK that you can download from this site.
You need to use RegisterSmartCenterApp.exe, a helper application that comes with the TouchSmart 3.0 software.
Hi,
I have developed a wpf application and i created the setup file now i need to install that application under HP Touch Smart.
How do i register a wpf application under HP Touch Smart Environment?
GeekTieGuy said: Did you read the developer guidelines you can download from this site? It's all described in there. Also in the TouchSmart 3.0 SDK that you can download from this site. You need to use RegisterSmartCenterApp.exe, a helper application that comes with the TouchSmart 3.0 software.
Hi thank's for reply,
Yes i have gone through the sdk 3.0, in that they have fallowed the registring the wpf app through command propmt like 'C:\Program Files (x86)\Hewlett-Packard\TouchSmart\SmartCenter 2.0>RegisterSmartCenterApp.exe updateconfig ' executing this in command.
But in my case this should happen from the wpf app setup.exe.
How can i achieve ?
In that case you have to use a mechanism in your setup.exe that will call RegisterSmartCenterApp.exe after your WPF app is installed. The TS 3.0 SDK includes an example of how that can be done using WiX (Windows Installer XML). If I remember correctly, that sample uses Windows Installer Custom Actions along with a Registry Search to obtain the path to RegisterSmartCenterApp.exe.
RSS

