Hi,
in our office we use wpkg(wpkg.org);
*WPKG* is an automated software deployment, upgrade and removal program for
Windows.
It can run as a service to install software in the background (silent
install), without user interaction.
Other solution, you can write bat file with instructions. For example:
install.bat, you write in it:
msiexec /qn /i "\\SERVER_NAME\soft\LibreOffice3.3\libreoffice33.msi
and when user open file, libre office will be installed silently, without
user interaction.
On Tue, Feb 1, 2011 at 10:04 AM, Tom Davies <tomdavies04@yahoo.co.uk> wrote:
Hi :)
Ahah, people have been asking about this. How do you get each computer to
actually run the command or do you leave that up to the users?
Do you use Notepad to create a txt file with download instruction and then
this
line at the end and "Save As ..." a batch file ".bat"? or do you compile
it
into an ".exe"?
Regards from
Tom :)
________________________________
From: Rokas <rokassl@bamba.lt>
To: users@libreoffice.org
Sent: Tue, 1 February, 2011 6:20:27
Subject: Re: [libreoffice-users] Fwd: LibreOffice silent uninstall
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 <luuk34@gmail.com> 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
users+help@libreoffice.org <users%2Bhelp@libreoffice.org><
users%2Bhelp@libreoffice.org <users%252Bhelp@libreoffice.org>>
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***
--
Unsubscribe instructions: E-mail to users+help@libreoffice.org<users%2Bhelp@libreoffice.org>
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***
--
Unsubscribe instructions: E-mail to users+help@libreoffice.org<users%2Bhelp@libreoffice.org>
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***
--
Unsubscribe instructions: E-mail to users+help@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.