D
dfererer
Dear all,
I want to install and run ClickOnce Deploying application under a
Windows Service,I have make the service starting the application
successfully(user API ShellExecute("MyApp.appref-ms")),but not like
under regular user account, some time,it acts as if the application is
still not installed,it prompts to install first,especially after the
Windows reboots.
As we know, we need a service run in unattached situation.I don't know
why the ClickOnce deploying application can't keep it's installation
information under the SYSTEM account(LocalSystem),like other regular
user account?
Any help will be very appreciated.
I want to install and run ClickOnce Deploying application under a
Windows Service,I have make the service starting the application
successfully(user API ShellExecute("MyApp.appref-ms")),but not like
under regular user account, some time,it acts as if the application is
still not installed,it prompts to install first,especially after the
Windows reboots.
As we know, we need a service run in unattached situation.I don't know
why the ClickOnce deploying application can't keep it's installation
information under the SYSTEM account(LocalSystem),like other regular
user account?
Any help will be very appreciated.