2025-09-14, 10:48 AM
How do i run the NPVRSetup silently during an unattended windows install i tried /S /s and /silent but asks for a directory.
Cheers
Cheers
|
2025-09-14, 10:48 AM
How do i run the NPVRSetup silently during an unattended windows install i tried /S /s and /silent but asks for a directory.
Cheers
2025-09-14, 05:01 PM
There is an option -quiet that might be what you are looking for on a new installation.
Martin
2025-09-15, 01:55 AM
(2025-09-14, 05:01 PM)mvallevand Wrote: There is an option -quiet that might be what you are looking for on a new installation. Thanks that worked to a certain degree. I ran this from an interactive PowerShell using Code: Start-Process -FilePath D:\NPVRSetup.exe -ArgumentList '-quiet' -Waitand it opened the default browser with the NextPVR login page (which i would rather it did not) but even after closing the browser the Start-Process did not return. This would cause a problem in an unattended installation.
2025-09-15, 02:14 AM
Fair point but the browser is s needed to configure things anyway. You can always do manual update os NPVR.zip and SC install if you want a headless install.
Martin
2025-09-15, 11:05 PM
(2025-09-15, 02:14 AM)mvallevand Wrote: Fair point but the browser is s needed to configure things anyway. You can always do manual update os NPVR.zip and SC install if you want a headless install. Thanks for the reply. I run the Windows 10 auto install on a number of machines and would love for it complete everything completely unattended. NextPVR is closed source i believe so i could not help out. Is there a way to pay for features or enhancements.??
2025-09-16, 12:00 AM
NextPVR in only for non commercial use. I can’t think why anyone installing in their own home would need a silent automated install.
2025-09-16, 12:05 AM
(This post was last modified: 2025-09-16, 12:06 AM by mvallevand.)
Yes it is closed source Just script it with batch files. That is as simple as
Code: rem choose your locationMartin
2025-09-23, 07:42 AM
(2025-09-16, 12:00 AM)sub Wrote: NextPVR in only for non commercial use. I can’t think why anyone installing in their own home would need a silent automated install. Because i install it on multiple machines and i want to my entire OS install end to end unattended. Also preparing mutliple machines to be upgraded to Windows 11. Cheers
2025-09-23, 07:42 AM
(2025-09-16, 12:05 AM)mvallevand Wrote: Yes it is closed source Just script it with batch files. That is as simple as Thanks Martin I'll try that out this evening. |
|
|