DVR-Scan icon indicating copy to clipboard operation
DVR-Scan copied to clipboard

Installer Should Not Require Admin

Open Breakthrough opened this issue 9 months ago • 1 comments

Right now the installer requires admin privileges as it installs DVR-Scan system wide. It should also allow installing only for the current user, which won't require admin. I don't know if the AdvancedInstaller license I have allows customizing this or having a dialog box for it, so should revisit the setup UI to see if it's possible.

Breakthrough avatar Mar 12 '25 00:03 Breakthrough

This should be possible with the AdvancedInstaller CLI:

AdvancedInstaller.com /edit dist/installer/PySceneDetect.aip -SetProperty InstallationType=PerMachineIfAdmin
AdvancedInstaller.com /edit dist/installer/PySceneDetect.aip -AddDialog InstallTypeDlg -After WelcomeDlg
AdvancedInstaller.com /edit dist/installer/PySceneDetect.aip -AddEnvironmentVariable -Name "PATH" -Value "[APPDIR]" -Component "APPDIR" -Append -InstallAction CreateRemove

Breakthrough avatar Oct 29 '25 01:10 Breakthrough