cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

msi cmd parameters

Hi, sorry not sure if this goes here..but.

I am repackaging an installer. all works perfectly finally..now i need to start the msi installer and NOT allow people to cancel the install? how do i manage this? This is not an installshield thing though only msi packet.
(3) Replies
Forget it found it now 🙂 must read more documentation...
You can use qb-! or qb!- to hide the Cancel button.
try the following command:

msiexec /i "path to your msi" /qn

it will silently withour user interaction...

If it helps let me know...


Thanks
Madhu