1
I have an app ClickOnce
, I have the option to create a shortcut on Desktop
, but there is a way to make it add a shortcut in Initialize Windows
? Programmatically, the user when installing the application automatically creates the shortcut?
1
I have an app ClickOnce
, I have the option to create a shortcut on Desktop
, but there is a way to make it add a shortcut in Initialize Windows
? Programmatically, the user when installing the application automatically creates the shortcut?
1
Hello,
Have these strategies used here
https://stackoverflow.com/questions/401816/how-can-i-make-a-click-once-deployed-app-run-at-startup
http://dipeshavlani.net/2009/05/12/clickonce-and-startup-on-windows-logon-vista/
http://www.brokenwire.net/bw/Programming/116/run-clickonce-app-on-startup
Thanks, I’ll take a look..
Browser other questions tagged c# wpf clickonce
You are not signed in. Login or sign up in order to post.
You want it to boot together with windows?
– PauloHDSousa
This, I want it to boot together with Windows, but I want to do with programming..
– MeuChapeu
Without programming it’s impossible to do
– PauloHDSousa
And that I can add the shortcut manually on startup
– MeuChapeu
Then add manually.
– PauloHDSousa
Yes, I’ll pass the 500 machines and do it manually!
– MeuChapeu
Then you’ll have to write some lines of code, it might be?
– PauloHDSousa
Yes, what I want is that when the user installs the application already add the shortcut automatically on startup..
– MeuChapeu