Hi, I need to have either one of two things happen...
(I am using a setup project)
When my installation finishes, my program is launched..
The way I am doing this now, is passing the install directory to a dll which gets that value (via custom actions), and then launch that process, that works great... except for one thing, it starts under the account SYSTEM, which my program does not work as it should (under the SYSTEM account), I need it to launch under the user installing it...
I thought about trying to launch my application somehow directly from the custom actions? but I don't see how...
Can anyone help me solve this problem?
Thanks
(I am using a setup project)
When my installation finishes, my program is launched..
The way I am doing this now, is passing the install directory to a dll which gets that value (via custom actions), and then launch that process, that works great... except for one thing, it starts under the account SYSTEM, which my program does not work as it should (under the SYSTEM account), I need it to launch under the user installing it...
I thought about trying to launch my application somehow directly from the custom actions? but I don't see how...
Can anyone help me solve this problem?
Thanks