G
Guest
I know how to install a program silently. I know how to unistall a program silently.
But here's my problem :
I have a msi to deploy application. This msi chooses itself if it should install or uninstall the program (regarding if it is installed yet).
It works with full UI but when I want to use it via command line in a silent mode (using /qb for instance) it works only if the program isn't installed. Otherwise it doesn't uninstall it. In fact there is the ending message but nothing happened.
I use this command line :
msiexec /qb /i toto.msi
How can I do?
But here's my problem :
I have a msi to deploy application. This msi chooses itself if it should install or uninstall the program (regarding if it is installed yet).
It works with full UI but when I want to use it via command line in a silent mode (using /qb for instance) it works only if the program isn't installed. Otherwise it doesn't uninstall it. In fact there is the ending message but nothing happened.
I use this command line :
msiexec /qb /i toto.msi
How can I do?