Commit Graph

48 Commits

Author SHA1 Message Date
ssu%netscape.com
323cda29be fixing bugs #29263 and 12359
added readme and license files support.

a=cathleen
r=sgehani


git-svn-id: svn://10.0.0.236/trunk@61922 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 00:42:11 +00:00
ssu%netscape.com
c78ac45f81 fixing memory corruption detected when I ran code through purify.
Pre-checkin tests done after the fix related to the windows
installer:

  * ran mozilla installer with .xpi files in current dir
  * ran mozilla installer with .xpi files in it's self-extracting .exe file
  * ran commercial installer with .xpi files in current dir
  * ran commercial installer with .xpi files being downloaded from remote
    ftp area.
  * started a process under NT, and made sure installer detected it at
    startup.

fix affects only windows platforms and only the installer (not the browser).

r=dbragg@netscape.com
r=sgehani@netscape.com


git-svn-id: svn://10.0.0.236/trunk@61733 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-26 03:32:52 +00:00
ssu%netscape.com
803f560f37 fixing bug #27856. udpate.html has been moved from the mozilla cvs to
the commercial cvs because it only applies to the
                    commercial build.

affects only windows
r=sgehani


git-svn-id: svn://10.0.0.236/trunk@61646 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 04:11:32 +00:00
ssu%netscape.com
81d315c6fb fixing bug#28641 - fixing major memory leak that only shows up under Win98
with < 64MB RAM.

affects only windows.

a=jevering
r=cathleen


git-svn-id: svn://10.0.0.236/trunk@61541 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 00:03:34 +00:00
ssu%netscape.com
53cd4242a6 fixes bug #27183 - do not require a restart after installation is done by
detecting psm.exe running and not continuing until user
                   quits it.

windows platform only.
r=dveditz


git-svn-id: svn://10.0.0.236/trunk@60958 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 23:10:06 +00:00
ssu%netscape.com
e9e7c649c9 fixing bug #26152 - changed references to "Seamonkey" and "Netscape
Seamonkey" to "Netscape 6".

windows platform only.
r=dveditz


git-svn-id: svn://10.0.0.236/trunk@60851 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 09:00:37 +00:00
ssu%netscape.com
557cca6b32 fixe for bug #27176. it will now detect is user selected to install ontop
of a previous version of mozilla that might be incompatible with the new
version.

windows platform only.

r=sgehani


git-svn-id: svn://10.0.0.236/trunk@60840 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 07:20:39 +00:00
ssu%netscape.com
d17b95f202 fixed bugs:
#24297 - added code to randomly install talkback 2o% of the time.
#27298 - fixed the underline under the N on the Mail&News string
#27184 - removed all references to "SmartUpdate" strings


git-svn-id: svn://10.0.0.236/trunk@60446 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 05:30:25 +00:00
dveditz%netscape.com
b92e672660 Fixes to get this building on VC5 again. r=ssu
git-svn-id: svn://10.0.0.236/trunk@60297 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-10 07:03:49 +00:00
ssu%netscape.com
f5b6560575 Removed MFC dependencies from the native windows installer.
Rewrote nszip.exe to not require MFC to build.
Wrote TestXPI.exe to test xpinstall via xpistub to mimic a native windows
installer.
update makefile.win to not build nszip.exe and build the new tools:
  nsztool
  test
and to not require MOZ_MFC=1 to build these files anymore.

affects only windows platform.

r=dougt
r=dveditz


git-svn-id: svn://10.0.0.236/trunk@60190 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-09 03:25:49 +00:00
ssu%netscape.com
7c10818f5b fix for bug #23225. it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again.
fix for bug #23224. only one instance of setup can be run now.

affects only windows.  r=sgehani


git-svn-id: svn://10.0.0.236/trunk@59547 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-02 22:41:21 +00:00
ssu%netscape.com
ca9fd0f32f fixing bug #11210. Updated the install progress dialog to have a better
look and feel.  r=sgehani.  affects only the windows platform.


git-svn-id: svn://10.0.0.236/trunk@59426 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-01 23:00:49 +00:00
ssu%netscape.com
b215ab8a73 fixing bug #25410. The size shown under the custom install is now the
download size (size of archive), not installation size.

Also has code to help fix bug #21034.  Added code place holder to show the
new Additions dialog.

Fixed problem with not calculating disk space required properly.  It would
not take into account components that get installed outside the user
selected folder (such as the case with security module, which needs to be
installed in a centralized place).  This required the installer to be link
in nsreg_s.dll in order to tap into the Netscape registry to anticipate
where the modules might be installed at.

affects only windows.


git-svn-id: svn://10.0.0.236/trunk@59206 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 23:39:47 +00:00
ssu%netscape.com
3476f08bd7 This fixes bugs #16350, 17631, 20259, 21575.
Installer registers in the Windows registry where mozilla.exe gets
installed to.

Installer is aware of the previous mozilla.exe installation location
and offers it as the default destination location.

Installer now is able to show a Readme.txt in the SetupType dialog.

Eliminated most of the "Netscape" and replaced it with "Mozilla"

a=chofmann
r=sgehani


git-svn-id: svn://10.0.0.236/trunk@56408 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-22 20:19:34 +00:00
ssu%netscape.com
f795458a79 fixes bug #17630. allows the control of at most 3 lines of text on the
blue setup background to be displayed.

Affects only windows platforms.

r=sgehani@netscape.com


git-svn-id: svn://10.0.0.236/trunk@55314 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-04 23:21:26 +00:00
ssu%netscape.com
77889ffe9d fixing problem with not checking for empty string of command line path passed into setup. If an empty string was passed in (meaning nothing was passed in), it would used to still try to contatenate a filename to this empty string. bad. r=sgehani@netscape.com
git-svn-id: svn://10.0.0.236/trunk@54998 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-02 02:14:51 +00:00
warren%netscape.com
eb9a891946 Eliminated the libs build pass.
git-svn-id: svn://10.0.0.236/trunk@54523 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 03:05:01 +00:00
ssu%netscape.com
5a557d72ae updated to deliver *.html files dist install. a=leaf.
git-svn-id: svn://10.0.0.236/trunk@54298 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-23 20:29:45 +00:00
ssu%netscape.com
2bb9a33f4d initial checkin of a smartupdate trial trigger page. not part of tinderbox. a=leaf not part of build either.
git-svn-id: svn://10.0.0.236/trunk@54295 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-23 20:00:19 +00:00
ssu%netscape.com
6aca798337 fixing bug #19597. Fixed the warning of insufficient disk space error message to show the correct disk space required/available. r=dveditz
git-svn-id: svn://10.0.0.236/trunk@54248 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-23 03:21:43 +00:00
ssu%netscape.com
cbc140cc8e fixed the title bar of the Progress dialog during installation of files to
show which component it's currently processing.

also added a new key to parse in the config.ini to help fix bug #19391.

All these changes only affect windows platorms

r=dbragg


git-svn-id: svn://10.0.0.236/trunk@54199 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-22 23:00:21 +00:00
ssu%netscape.com
397e00067a fixing bug #17109. It now takes into account the size of the .xpi file to be downloaded as part of the amount of disk space required. r=sgehani
git-svn-id: svn://10.0.0.236/trunk@53636 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-16 05:59:35 +00:00
dmose%mozilla.org
0efb7c174c updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52910 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-06 03:43:54 +00:00
ssu%netscape.com
7c2c8f0ecb fixing bug #17562. r=sgehani
Fixes problem with not detecting xpinstall reboot return error.


git-svn-id: svn://10.0.0.236/trunk@52465 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-02 01:36:41 +00:00
ssu%netscape.com
da07ac32b1 fixing bug #17391. r=dbragg.
Fixes problem with calculating available disk space under
Win95/win98.  Affects only windows platforms.


git-svn-id: svn://10.0.0.236/trunk@52115 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:12:24 +00:00
ssu%netscape.com
f923fbd1b1 fixed bug #15309. r=dbragg. it now creates an empty Plugins directory within Seamonkey. Not part of tinderbox. would only affect windows.
git-svn-id: svn://10.0.0.236/trunk@51382 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-21 19:50:36 +00:00
ssu%netscape.com
ef93fdf802 fixing bug #16694. fixes crash bug in the select components dialog in the windows installer. r=sgehani. Affects only windows platform.
git-svn-id: svn://10.0.0.236/trunk@51021 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-18 21:15:09 +00:00
ssu%netscape.com
8be86d2e54 fixes bug #6408 and #15393. r=dbragg. fixes windows installer xpinstall
error detection.  Windows platform only"


git-svn-id: svn://10.0.0.236/trunk@50838 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-15 20:47:15 +00:00
ssu%netscape.com
f818f184a0 this checkin is to help fix bug #15393. There is one more step to truly fix it, which will come later. Reviewed by sgehani@netscape.com. This only affects windows platforms. This fix is needed because xpistub.dll no longers requires two callback functions: XpiStart() and XpiFinal().
git-svn-id: svn://10.0.0.236/trunk@50320 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-09 21:41:02 +00:00
ssu%netscape.com
b435bbc5ea fixing bug #15031 and #15032.
reviewed by sgehani@netscape.com
affects only windows platform.


git-svn-id: svn://10.0.0.236/trunk@49410 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:20:04 +00:00
ssu%netscape.com
03bfe962a4 fixing bug# 13117
git-svn-id: svn://10.0.0.236/trunk@48522 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 06:22:10 +00:00
ssu%netscape.com
abf3ce67f7 fixing font type, bug #13572
git-svn-id: svn://10.0.0.236/trunk@48498 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 05:12:02 +00:00
ssu%netscape.com
b8d12225da config.ini no longer being used.
git-svn-id: svn://10.0.0.236/trunk@47757 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 07:25:21 +00:00
ssu%netscape.com
496f496b7e fixed parsing for filename only function. affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@47741 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:55:38 +00:00
ssu%netscape.com
2e896d3926 fixing message typo. Affects only windows builds
git-svn-id: svn://10.0.0.236/trunk@47696 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 01:00:46 +00:00
ssu%netscape.com
cefc8f125b removed obosolete function
git-svn-id: svn://10.0.0.236/trunk@47635 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:29:30 +00:00
ssu%netscape.com
5bb0275756 added dialog to show when launching 3rd party apps during install time. affects only windows.
git-svn-id: svn://10.0.0.236/trunk@47626 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:04:00 +00:00
ssu%netscape.com
7fc08cb036 updated path to where xpinst.dll is located when launching smartupdate via native wizard installer
git-svn-id: svn://10.0.0.236/trunk@47446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-14 23:10:48 +00:00
dveditz%netscape.com
c7b3a35420 Making this compile on vc5. Not part of build yet
git-svn-id: svn://10.0.0.236/trunk@46647 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:34:32 +00:00
ssu%netscape.com
3434b3cd28 fixing problem building under vc5
git-svn-id: svn://10.0.0.236/trunk@46643 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 22:21:21 +00:00
ssu%netscape.com
2a4a3b62b7 fixing code to no longer be dependent on sdinst library. This is not part of the Seamonkey build yet.
git-svn-id: svn://10.0.0.236/trunk@46583 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-09 18:31:21 +00:00
ssu%netscape.com
d1ea0c0356 updated header for building in mozilla. This is not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46447 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:39:55 +00:00
ssu%netscape.com
931ac91b5c initial checkin. Not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46446 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 23:39:21 +00:00
ssu%netscape.com
ef4b4ec1cc fixing bug #13116
git-svn-id: svn://10.0.0.236/trunk@45961 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 23:22:24 +00:00
ssu%netscape.com
862f38a7c2 new file. It is not part of the seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@45911 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 18:55:28 +00:00
ssu%netscape.com
7536cc5188 added icon to setup.exe and changed a parse variable from JAR PATH to XPI PATH. These changes do not affect the seamonkey build. The windows wizard is not part of the build yet.
git-svn-id: svn://10.0.0.236/trunk@45910 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-03 18:53:45 +00:00
ssu%netscape.com
b1832bab0a fixing 13053
git-svn-id: svn://10.0.0.236/trunk@45745 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-02 21:33:49 +00:00
ssu%netscape.com
c81b052643 This is the initial checkin for the windows native install wizard. This will not affect the seamonkey builds.
git-svn-id: svn://10.0.0.236/trunk@45475 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-01 18:31:18 +00:00