systeminformer
systeminformer copied to clipboard
How to silent install v3?
From the source code at https://github.com/processhacker/processhacker/blob/7edcf88278c3b9852afcdcb7816b0ffef148b2a7/tools/CustomSetupTool/main.c#L256 it seems the -silent
would work, but the following does not really work:
processhacker-3.0.3683-setup.exe install -silent | Out-String -Stream
So, how can we silent install v3?