If you install it as a service I think it's going to be a PITA to start and stop it.
Could you add the users to the power users group, and does that give enough permissions to run the program?
incedentally, to install as a service you can run "
%unc% instsrv.exe
nameofservice %unc%srvany
where
%unc% is the path to instsrv and srvany and
nameofservice is any name you choose for the service.
then go to the registry and find HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
nameofservice
and specify the .exe of the application. You could do this by adding the subkey parameters, and then under parameters add a new string value named application with a value of the UNC to the executable.
Then from computer management you go to services and view the properties of the service you created. Under the logon tab, you click the box to enable it to interact with the desktop, and then start the service.
You'll have to get instsrv.exe and srvany.exe from the resource kit or find then on the web...or I could email them to you. You might be able to install the ATI TV tuner .exe directly as a service, but alot of programs like that are real fussy about it and won't work right.
You could also install as a service with a .vbs script, but I have trouble with that. In fact, if anyone cares to share any tips with me feel free to PM me
