3 questions from the last 30 days
0
votes
1
answer
94
views
Install software as admin, but perform updates without admin rights
I'm using a Visual Studio setup project together with my own C# bootstrapper project that guides the user through the installation of my software (on Windows 11).
My main problem is that I need admin ...
0
votes
0
answers
19
views
WiX Toolset bootstrapper hangs after installing VCRedist
When trying to install the bundle, VCRedist seems to still set the reboot flag even though the argument /norestart is used.
The installer then idles/ hangs with 0% CPU usage in the task manager and ...