@echo off

REM ################################################################
REM Installs: Password Safe w Yubikey support
REM Download link: http://sourceforge.net/projects/passwordsafe/
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM ################################################################

setlocal

REM Kör Setup
msiexec.exe /i "%~dp0pwsafe-3.29Y.msi" ALLUSERS=2 /qn

endlocal

REM Return exit code to SCCM

exit /B %EXIT_CODE%

  • No labels