How can I make a Click-once deployed app run at startup?

后端 未结 11 1754

How can I make a Click-once deployed app run a startup?

The best option I found by searching was to set the Publisher on the app to Startup, so the Start menu shortc

11条回答
  •  一向
    一向 (楼主)
    2020-12-04 22:44

    Well there're a number of ways to make your application launch on start up, but there's a clean up problem. Even if you use start up registry key and it looks fine, anyway you should clean all you added to thesystem. You can take a look on my article, I faced same clean up problem and used automation and cutom uninstall file to solve issue.

提交回复
热议问题