I am writing an installer( msi file) which needs to be run on a terminal server It must be multi use in other words all logged in users should be able to run that program
when the installer is run it writes a set of registry entries to HKLM it also drops an activate.exe in the prog files directory
Each user needs to run activate.exe so that apart from activation logic the correct HKCU entries get created
I guess my question is Does my installer have to "special" or diff in any way for the terminal services installation or does the admin on the machine have to do something to install it "correctly"
How can I make sure that a startmenu entry that points to the activate exe shows up for every user
is there like some sort of shared mode install
Thanks