quiet install of lightpoint web not working
robertkwild
hi all,
im trying to quietly install lightpoint web, the link below is about the program -
https://lightpointsecurity.com/remote-browser-light-point-web
now im trying this first using just CMD on my local machine just for testing
when i run the following syntax -
msiexec /i C:\setup.msi /q - it doesnt work, it returns a new
msiexec /i C:\setup.msi /passive - it works but i see the progress bar which i dont want as i dont want the end users to get freaked out
thanks, rob
0
Comments
all looks good,
even with the /passive option it didnt show up when i deployed it via pdq deploy on a target pc
Have you tried
/qn?msiexec /i C:\setup.msi /qnnice one /qn worked
whats the difference between q or qn?
/qis "Full UI" and/qnis "No UI".