NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 2 3 4 5 … 106 Next »
Unattended silent install

 
  • 0 Vote(s) - 0 Average
Unattended silent install
catch22
Offline

Junior Member

Australia
Posts: 5
Threads: 1
Joined: Sep 2025
#1
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
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,132
Threads: 967
Joined: May 2006
#2
2025-09-14, 05:01 PM
There is an option -quiet that might be what you are looking for on a new installation.

Martin
catch22
Offline

Junior Member

Australia
Posts: 5
Threads: 1
Joined: Sep 2025
#3
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.

Martin

Thanks that worked to a certain degree. I ran this from an interactive PowerShell using 
Code:
Start-Process -FilePath D:\NPVRSetup.exe -ArgumentList '-quiet' -Wait


 and 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.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,132
Threads: 967
Joined: May 2006
#4
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
catch22
Offline

Junior Member

Australia
Posts: 5
Threads: 1
Joined: Sep 2025
#5
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.

Martin

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.??
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,182
Threads: 773
Joined: Nov 2003
#6
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.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 54,132
Threads: 967
Joined: May 2006
#7
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 location
md "C:\Program Files\NextPVR"
cd /d "C:\Program Files\NextPVR"
taskkill /im NPVRTray.exe /f                                    
taskkill /im NextPVR.exe /f                                    
net stop "NextPVR Service"                                                        
curl https://nextpvr.com/stable/win64/NPVR.zip -O                                                                  
unzip -u NPVR.zip
rem for a new install
VC_redist.x86.exe" /install /passive /norestart  /silent
installservice.bat
rem end of new install
net start "NextPVR Service"
NPVRTray.exe

Martin
catch22
Offline

Junior Member

Australia
Posts: 5
Threads: 1
Joined: Sep 2025
#8
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
catch22
Offline

Junior Member

Australia
Posts: 5
Threads: 1
Joined: Sep 2025
#9
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

Code:
rem choose your location
md "C:\Program Files\NextPVR"
cd /d "C:\Program Files\NextPVR"
taskkill /im NPVRTray.exe /f                                   
taskkill /im NextPVR.exe /f                                   
net stop "NextPVR Service"                                                       
curl https://nextpvr.com/stable/win64/NPVR.zip -O                                                                 
unzip -u NPVR.zip
rem for a new install
VC_redist.x86.exe" /install /passive /norestart  /silent
installservice.bat
rem end of new install
net start "NextPVR Service"
NPVRTray.exe

Martin

Thanks Martin I'll try that out this evening.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Version 5 install issue with Ceton Tuner??? Pctravel 26 10,473 2025-10-28, 09:30 PM
Last Post: sorahl
  Streaming failed and then Scanner not Active after re-install webby2023 4 268 2025-10-16, 05:00 AM
Last Post: webby2023
  New Install of 7..0.3.250920 can't update schedules Gary7254 4 426 2025-10-09, 07:27 PM
Last Post: mvallevand
  Install failure Lonewolf1061 12 733 2025-09-22, 09:11 PM
Last Post: sub
  Windows install failed GlenH 12 1,194 2025-08-11, 03:00 PM
Last Post: mvallevand
  Windows 24H2 - Can't install Hauppage Drivers Lao Pan 6 2,488 2025-04-04, 04:49 AM
Last Post: seattlefog
  Install Fail on Existing System jsauser11 8 1,372 2025-03-22, 05:35 AM
Last Post: sub
  [FIXED!] NPVRSetup.exe fails to install the latest version Pete (NZ) 5 1,918 2024-12-27, 03:08 PM
Last Post: mvallevand
  How to Import Recordings from Prior Install Without any Export Recordings FIle jw1 32 3,987 2024-11-18, 11:41 AM
Last Post: jw1
  Fail on Install genebeck007 2 887 2024-10-01, 07:44 PM
Last Post: genebeck007

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode