I solved the problem. If you want silent install program(install from command line unattended) you need write command:
*msiexec /qn /i "\\ntinstall\wpkg\soft\LibreOffice3.3\libreoffice33.msi*" to uninstall: *msiexec /q /x "\\ntinstall\wpkg\soft\LibreOffice3.3\libreoffice33.msi* It very helps when you need install program into more than 10computers. On Mon, Jan 31, 2011 at 9:39 PM, Luuk <[email protected]> wrote: > On 31-01-11 20:05, Rokas Slavinskas wrote: > > I need command line command which can uninstall LibreOffice from pc? Any > > suggestions? I am using windows. > > > > from the directory containting the installation files: > msiexec /uninstall libreoffice33.msi /qr > > (or do msiexec /? for other options) > "msiexec /uninstall libreoffice33.msi /quiet" does not seem to work on > my Windows7 > > > > -- > Unsubscribe instructions: E-mail to > [email protected]<users%[email protected]> > List archive: http://listarchives.libreoffice.org/www/users/ > *** All posts to this list are publicly archived for eternity *** > > -- Unsubscribe instructions: E-mail to [email protected] List archive: http://listarchives.libreoffice.org/www/users/ *** All posts to this list are publicly archived for eternity ***
