Using Startup folder for automatic startup of application #6911
-
I am making an installer, which should automatically start an application when Windows starts. All this compiles, and renaming the "StartUp" will cause it not to compile. How can I achieve this? There is In Wix I can add those folders for shortcuts.
and the shortcut itself
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I would use the run registry key for this https://docs.microsoft.com/en-us/windows/win32/setupapi/run-and-runonce-registry-keys But its not clear from your code how you are specifying the folder for the shortcut. |
Beta Was this translation helpful? Give feedback.
I would use the run registry key for this https://docs.microsoft.com/en-us/windows/win32/setupapi/run-and-runonce-registry-keys
But its not clear from your code how you are specifying the folder for the shortcut.
Run the msi with logging to see where it is placing the shortcut.