serializer
Programmer
I am using VS 2008 and have created a setup project. I have a "tray"-client that needs to be started on startup as the logged in user. This works after adding the link to the registry. The problem is, that I want to start this application after install. When I do that with a normal Process.Start (in my custom installer class) it starts as SYSTEM. This is not good enough for me as I can't do what I want to do as SYSTEM.
After some further reading I saw that there is flag called: msidbCustomActionTypeTSAware ( The problem is that I have no idea of to set this flag in my custom c# installer project. I cannot change to WIX and need this to be resolved in my existing Setup. Does anyone have any idea of to do this?
Thanks.
After some further reading I saw that there is flag called: msidbCustomActionTypeTSAware ( The problem is that I have no idea of to set this flag in my custom c# installer project. I cannot change to WIX and need this to be resolved in my existing Setup. Does anyone have any idea of to do this?
Thanks.