Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-02-02 Thread Rokas Slavinskas
You can send libreoffice.bat file to every windows user, when he open that
file automaticlly program will be installed.

Wpkg - when user restarts his computer, or restart wpkg service he
automaticlly will get programs installed into his computer.

In wpkg server you have commands and software, and when you change something
in server(for example add new soft with instructions) it will be
automaticlly installed into every user computer which have wpkg client.

Yes, it also upgrade programs. We always with wpkg upgrade firefox.*
http://wpkg.org/Firefox*

On Tue, Feb 1, 2011 at 11:06 AM, Tom Davies tomdavie...@yahoo.co.uk wrote:

 Hi :)

 So you can avoid needing to go to every machine using this?  It just
 installs
 for each user the 1st time they open a .doc or an .odt?  The server
 places
 the install.bat or whatever onto each machine?


 Wpkg sounds excellent = a package manager for Windows!  Does it
 automatically
 upgrade all programs with the latest patches and updates?  Does it also
 upgrade
 programs?  I guess that would be limited to non-proprietary programs or
 perhaps
 other free ones.

 Many thanks for your answers!  Hopefully the people that were asking about
 this
 might have noticed the thread.  I am trying to find the email addresses or
 posts
 from the people that were asking.
 Regards from
 Tom :)





 
 From: Rokas Slavinskas rokas.slavins...@mif.stud.vu.lt
 To: users@libreoffice.org
 Sent: Tue, 1 February, 2011 8:27:17
 Subject: Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

 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 tomdavie...@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 roka...@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 luu...@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+h...@libreoffice.org users%2bh...@libreoffice.org 
 users%2bh...@libreoffice.org users%252bh...@libreoffice.org
  users%2bh...@libreoffice.org users%252bh...@libreoffice.org 
 users%252bh...@libreoffice.org users%25252bh...@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+h...@libreoffice.org users%2bh...@libreoffice.org
 users%2bh...@libreoffice.org users%252bh...@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+h...@libreoffice.org users%2bh...@libreoffice.org
 users%2bh...@libreoffice.org users%252bh...@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+h...@libreoffice.orgusers%2bh...@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+h...@libreoffice.orgusers%2bh...@libreoffice.org
 List archive: http://listarchives.libreoffice.org/www/users

Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-02-02 Thread MR ZenWiz
On Tue, Feb 1, 2011 at 1:15 AM, Rokas Slavinskas
rokas.slavins...@mif.stud.vu.lt wrote:
 You can send libreoffice.bat file to every windows user, when he open that
 file automaticlly program will be installed.


Edit, please?

-- 
Unsubscribe instructions: E-mail to users+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***



Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-02-02 Thread Luuk
On 02-02-11 23:16, MR ZenWiz wrote:
 On Tue, Feb 1, 2011 at 1:15 AM, Rokas Slavinskas
 rokas.slavins...@mif.stud.vu.lt wrote:
 You can send libreoffice.bat file to every windows user, when he open that
 file automaticlly program will be installed.

 Edit, please?

The complete thread about this is here:
http://nabble.documentfoundation.org/LibreOffice-silent-uninstall-tt2391917.html



-- 
Unsubscribe instructions: E-mail to users+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***



Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-02-01 Thread Tom Davies
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 roka...@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 luu...@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+h...@libreoffice.orgusers%2bh...@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+h...@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+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***


Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-02-01 Thread Rokas Slavinskas
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 tomdavie...@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 roka...@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 luu...@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+h...@libreoffice.org users%2bh...@libreoffice.org
 users%2bh...@libreoffice.org users%252bh...@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+h...@libreoffice.orgusers%2bh...@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+h...@libreoffice.orgusers%2bh...@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+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***



Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-02-01 Thread Tom Davies
Hi :)

So you can avoid needing to go to every machine using this?  It just installs 
for each user the 1st time they open a .doc or an .odt?  The server places 
the install.bat or whatever onto each machine?  


Wpkg sounds excellent = a package manager for Windows!  Does it automatically 
upgrade all programs with the latest patches and updates?  Does it also upgrade 
programs?  I guess that would be limited to non-proprietary programs or perhaps 
other free ones.

Many thanks for your answers!  Hopefully the people that were asking about this 
might have noticed the thread.  I am trying to find the email addresses or 
posts 
from the people that were asking.
Regards from
Tom :)






From: Rokas Slavinskas rokas.slavins...@mif.stud.vu.lt
To: users@libreoffice.org
Sent: Tue, 1 February, 2011 8:27:17
Subject: Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

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 tomdavie...@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 roka...@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 luu...@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+h...@libreoffice.org users%2bh...@libreoffice.org
 users%2bh...@libreoffice.org users%252bh...@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+h...@libreoffice.orgusers%2bh...@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+h...@libreoffice.orgusers%2bh...@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+h...@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+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***


[libreoffice-users] Fwd: LibreOffice silent uninstall

2011-01-31 Thread Rokas Slavinskas
Hi,

does anybody know how to silent uninstall Libre Office 3.3?


Thanks,
Rokas.

-- 
Unsubscribe instructions: E-mail to users+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***



Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-01-31 Thread Tom Davies
Windows, Linux, Mac or Bsd?

Silent?  Do you mean as in doing this from the command-line in linux or Bsd and 
avoiding a verbose mode?

Regards from
Tom :)





From: Rokas Slavinskas roka...@gmail.com
To: users@libreoffice.org
Sent: Mon, 31 January, 2011 15:44:45
Subject: [libreoffice-users] Fwd: LibreOffice silent uninstall

Hi,

does anybody know how to silent uninstall Libre Office 3.3?


Thanks,
Rokas.

-- 
Unsubscribe instructions: E-mail to users+h...@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+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***


Re: [libreoffice-users] Fwd: LibreOffice silent uninstall

2011-01-31 Thread Rokas
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 luu...@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+h...@libreoffice.orgusers%2bh...@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+h...@libreoffice.org
List archive: http://listarchives.libreoffice.org/www/users/
*** All posts to this list are publicly archived for eternity ***