Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

quiet install of lightpoint web not working

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

4 comments
Date Votes
  • all looks good,

    even with the /passive option it didnt show up when i deployed it via pdq deploy on a target pc

    0
  • Have you tried /qn?

    msiexec /i C:\setup.msi /qn

    0
  • nice one /qn worked

    whats the difference between q or qn?

    0
  • /q is "Full UI" and /qn is "No UI".

    enter image description here

    0