Commit Graph

24 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
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
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
90a129e087 fixing bug #25902. removed extended resource information that was not needed, but that simply made it more difficult to localize. r=sgehani
git-svn-id: svn://10.0.0.236/trunk@59283 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-31 22:14:51 +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
dveditz%netscape.com
d398de2dfa Bug 12816, move XPInstall initialization closer to the front so we can
clean up after an install *before* the wrong components are loaded.


git-svn-id: svn://10.0.0.236/trunk@55192 18797224-902f-48f8-a5cc-f745e15eee43
1999-12-03 13:37:23 +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
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
ssu%netscape.com
d9286fe159 fixing bug #18867. This now builds the resource file required to run setup.exe. This does not require MFC. It only affects windows platforms.
git-svn-id: svn://10.0.0.236/trunk@53524 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-15 20:13:53 +00:00
cls%seawood.org
a2b4334717 Removing the need for MFC from the build. The .rc files require afxres.h to build but do not appear to be neccessary themselves.
git-svn-id: svn://10.0.0.236/trunk@53435 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-13 22:33:41 +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
cc23cb4fd5 added new resource string. This is related to bug #17391. r=dbragg.
Affects only windows platforms.


git-svn-id: svn://10.0.0.236/trunk@52117 18797224-902f-48f8-a5cc-f745e15eee43
1999-10-28 21:13:28 +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
1a5da6396f fixing bug #15033.
reviewed by sgehani@netscape.com
affects only windows platform.


git-svn-id: svn://10.0.0.236/trunk@49409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-30 06:18:43 +00:00
ssu%netscape.com
02884a9304 updated resource string. Nothing was added or delete, simply changed. Affects only windows platforms.
git-svn-id: svn://10.0.0.236/trunk@48537 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-21 07:02:25 +00:00
ssu%netscape.com
72302d076c changed grammer for a resource string. Affects only windows
git-svn-id: svn://10.0.0.236/trunk@47740 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-16 05:48:00 +00:00
ssu%netscape.com
dfd1078364 added new string resource to installer. Affects windows only.
git-svn-id: svn://10.0.0.236/trunk@47625 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-15 20:02:07 +00:00
ssu%netscape.com
73e1ff5875 updated license file
git-svn-id: svn://10.0.0.236/trunk@46412 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:03:29 +00:00
ssu%netscape.com
ffa1345851 initial checkin. Not part of Seamonkey build yet
git-svn-id: svn://10.0.0.236/trunk@46409 18797224-902f-48f8-a5cc-f745e15eee43
1999-09-08 21:02:46 +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