[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-05-22 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729



This issue depends on issue 45919, which changed state:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-24 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Sun Apr 24 05:00:12 -0700 
2005 ---
The purpose of this issue is to increase the usability of installation on
Windows. Therefore, I suggest we do not add unneccessary UI steps (and thus
localisation needs).

AFAIK Martins checkin asks the user where he/she wants to unpack the
installation files. My attached NSIS script silently, unpacks the installation
files to s subdirectory in the $TEMP directory and launches setup.exe.

The utility that opens and handles MSI files is Windows Installer. Windows
Installer is bundled in Windows XP and Windows 2000. The latest version (2.0) is
already bundled in Windows XP but can be downloaded for Windows 95, 98, ME, NT4
and 2000.

This means that any XP or 2000 user can doubleclick a single MSI file and it
will launch the installer without the need for setup.exe etc. Windows 9x users
may already have the Windows Installer installed without knowing.

I am favoring moving to a single MSI file or alternatively using a silent NSIS
wrapper.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-22 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User mh changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Apr 22 05:31:38 -0700 
2005 ---
make as verified, although
* bitmaps for installer are not final
* not all discussions are finished about how exactly all parameters are set.

will go into master as a new, but not yet completed feature, to enable all
participants to do further work and discussion on this.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-20 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 01:14:47 -0700 
2005 ---
The setup.exe looks for an installed Windows Installer service and checks its
version. If the service is not found or if it is too old, the setup.exe installs
the instmsi* files that are also located in the installation set. Only then the
service can be started with the database  and the required transformation (in
multilingual installation sets).
For multilingual installation sets the setup.exe additionally determines the
language, in which the setup is started.
In my opinion we cannot create installation sets without setup.exe, setup.ini,
instmsi*.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-20 Thread davidfraser
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Wed Apr 20 02:07:39 -0700 
2005 ---
I think the point is not that the setup.exe is not needed for some people (with
old Windows Installer versions etc).
The point is that some people know they have Windows Installer installed, and it
would be simpler to give those people a single msi rather than requiring them to
download a zipfile, unzip it, and then run the installer.

I'm also pretty sure that WISE and InstallShield allow you to include the
instmsi files in a single executable with the msi bundled into it, so presumably
this could be possible here as well (using NSIS or suchlike).

From what I recall the setup.exe reads the Windows locale to decide which
language to launch the installer in. Is that correct? Is there no native Windows
Installer support for determining the correct language?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-19 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 06:19:48 -0700 
2005 ---
To include the cab files into the msi database is already prepared. You only
have to set 

$include_cab_in_msi = 1;

instead of 

$include_cab_in_msi = 0;

in solenv/bin/modules/installer/globals.pm and you will get a 90 MB  msi
database next to other files in the installation set.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-19 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 06:59:11 -0700 
2005 ---
Nice. Why don't we just distribute the single MSI file then instead of applying
a NSIS wrapper and thus additional build requirements?

MySQL installer is now a .msi file. Firefox / Thunderbird 1.1 will also be
available in .msi : https://bugzilla.mozilla.org/show_bug.cgi?id=231062

Sren

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-19 Thread is
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 07:49:32 -0700 
2005 ---
Our installation sets contain some files that cannot be included into the
database. There is a setup.exe with its setup.ini, there are instmsi files and
there are readme and license files.
 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-19 Thread davidfraser
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Tue Apr 19 10:52:34 -0700 
2005 ---
For the READMEs they are usable within the package anyway and presumably could
be made available from the same download location.
It seems like setup.exe and setup.ini are just used to launch the msi
installation anyway. Is there any other critical functionality / reasons why
they are needed?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-18 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User mh changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 01:56:48 -0700 
2005 ---
creation of download sets committed now to cws mh1990.

we still need to find final bitmaps and compression strategy within CAB and 
NSIS.

the msi thing should not discussed within this issue now, I suggest to discuss
this on [EMAIL PROTECTED] first and then may file this as an request for 
enhancement.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-18 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Mon Apr 18 11:26:41 -0700 
2005 ---
Yes, you can make single MSI files, but I don't know how. Maybe it is hidden
somewhere in this documentation:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/windows_installer_development_tools.asp

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-17 Thread davidfraser
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Sun Apr 17 10:31:08 -0700 
2005 ---
As far as I understand you should be able to create a single MSI file that knows
how to install itself, containing the CAB files.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-16 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Sat Apr 16 03:04:51 -0700 
2005 ---
Can I help without setting up a build environment and cws system? What are your
plans for the NSIS wrapper?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-04-06 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User mh changed the following:

  What|Old value |New value

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Apr  6 07:59:34 -0700 
2005 ---
I begin alignment of SO/OOo Nsis installer in cws mh1990. you're welcome to join
this effort.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-03-08 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User thing changed the following:

  What|Old value |New value

   Assigned to|simonbr   |mh

Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Tue Mar  8 09:23:48 -0800 
2005 ---
After exploring the CVS I found out that NSIS related functions have already
been added to these build scripts:
http://tools.openoffice.org/source/browse/tools/solenv/bin/modules/installer/globals.pm
http://tools.openoffice.org/source/browse/tools/solenv/bin/modules/installer/download.pm

I assume this is for the StarOffice wrapper introduced with SO8 Beta.

The SO8 beta wrapper introduces an additional extract to what directory dialog
while the script I attached to this issue is silent and thus doesn't need
additional translation.

Before I go any further I would like Sun to comment on what approach should be
taken:
1) SO and OOo should have different NSIS wrappers
2) SO and OOo should align the NSIS wrappers
a) - and it should be the wrapper introduced in SO8 beta
b) - and it should be the silent wrapper
c) - and lets talk about it

Reassigning to mh for a comment.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-03-06 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Sun Mar  6 14:05:02 -0800 
2005 ---
File extensions definition:
http://development.openoffice.org/releases/filenames.html

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-22 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User thing changed the following:

  What|Old value |New value

CC|'ingog,justinclift,mh,st,t|'ingog,justinclift,mh,pjan
  |hing' |ik,st,thing'

Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 22 10:00:24 -0800 
2005 ---
I am taking this one. Let's see how far I get...

Build requirements:
http://tools.openoffice.org/dev_docs/build_windows_tcsh.html

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-21 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Mon Feb 21 01:23:22 -0800 
2005 ---
Hi Justin,

Issue 33117 is for OOo 1.x and there really is a difference between OOo 1.x and
OOo 2.0. OOo 2.0 is based on MSI and the install files are CAB archives - not
ZIP. That means that there really isn't a lot to gain in compression. But
usability is still an issue.

LZWA compression could be turned on if it is possible to create noncompressed
CAB archives during the build process.

I should probably add that the attached script is global meaning there are no
need for localisation what so ever.

Sren

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-20 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User thing changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22843) Script for a
  |  |silent self-extracting
  |  |.exe installer for 2.0





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 04:35:06 -0800 
2005 ---
Created an attachment (id=22843)
Script for a silent self-extracting .exe installer for 2.0


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-20 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 07:57:51 -0800 
2005 ---
The attached NSIS script will silently extract the install files and run 
setup.exe. 

The .exe installer also passes any command line option such as -a to OOo's
setup.exe. Furthermore, I have added the -x option to extract the install files
to a directory.

I think this works very much like the installer for SO 8 beta.

In order to make these self-extracting installers based on the attached script
NSIS needs to be installed on the build system. 

NSIS can be downloaded from here: http://nsis.sourceforge.net/
License: http://nsis.sourceforge.net/features/license/

Please let me know if I can do more to make this happen.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-20 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User thing changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=22844) Icon used in
  |  |script





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 08:03:30 -0800 
2005 ---
Created an attachment (id=22844)
Icon used in script


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-20 Thread justinclift
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 12:32:33 -0800 
2005 ---
This appears to be a duplicate of IZ 33117.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[installation-issues] [Issue 4729] Provide installation set for Windows as self-extracting .exe or .msi

2005-02-19 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=4729


User thing changed the following:

  What|Old value |New value

CC|''|'thing'

   Summary|Provide installation set  |Provide installation set
  |for Windows as|for Windows as self-
  |autoextracting .exe   |extracting .exe or .msi

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 09:11:39 -0800 
2005 ---
May I suggest we use this issue for discussing what to do with 2.0: How do we
create self-running .exe or .msi downloads for Windows users?

Adjusted summary and Target milestone accordingly.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]