RunOnce in case of reboot #1844
Unanswered
stanojevicmarko
asked this question in
Q&A
Replies: 1 comment
-
If you need this feature, Squirrel is likely not a good solution for you. Any prerequisite that requires elevation or reboot will not work because you will not be able to clean them up on uninstall. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I know reboot is not what we want to happen, but our app needs some prerequisites which on some machines ask for reboot. If this happens, installer should be called again after reboot. So, we were thinking of RunOnce registry, but custom events happen to late, as earliest is when installation is finished. Is there event, or how to hook into installation start? Or is there another solution?
Thx
Beta Was this translation helpful? Give feedback.
All reactions