Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
git-svn-id: svn://10.0.0.236/trunk@132136 18797224-902f-48f8-a5cc-f745e15eee43
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
git-svn-id: svn://10.0.0.236/trunk@119809 18797224-902f-48f8-a5cc-f745e15eee43
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
git-svn-id: svn://10.0.0.236/trunk@110703 18797224-902f-48f8-a5cc-f745e15eee43
bug 68110 - installer fails on proxy support.
bug 64433 - setup.exe contains "netscape.exe" string.
bug 67259 - xpi error should indicate which package failed.
bug 52597 - show license file under mozilla installer.
bug 40707 - create mozilla mail shortcut.
bug 70892 - uninstall not possible after uninstall, install, then reboot.
bug 68053 contains patch for all of above.
r=dveditz,sgehani
sr=mscott
affects only windows platforms.
git-svn-id: svn://10.0.0.236/trunk@89551 18797224-902f-48f8-a5cc-f745e15eee43
bug 66851 - Cannot download over modem using new download agent
r=dveditz,sgehani
sr=mscott
affects windows platforms only.
git-svn-id: svn://10.0.0.236/trunk@85694 18797224-902f-48f8-a5cc-f745e15eee43
the self-extracting .exe code so it simply uncompresses
its contents without running setup.exe at the end.
There are two fixes to fhe extra.c file.
1) When running in silent/auto mode, if there's not enough disk space, the
installer will go into an infinite loop. This was discovered by fixing bug
#40708. The fix is to simply exit the installer (one line fix).
2) #40715 - Installer could unintentionally delete the selected installation
dir. I've talked to Dan and Samir about this one line fix, and
they both agreed that it should happen.
a=leaf,dvedtiz
r=sgehani
git-svn-id: svn://10.0.0.236/trunk@71125 18797224-902f-48f8-a5cc-f745e15eee43
37911 - added the '>' char to the Next button
38138 - added a ':' in one of the dialog strings
37337 - added option to save the downloaded files and installer
35792 - exposed proxy support
31415 - fixed localization problem with string displayed on blue background
Affects only windows platforms.
git-svn-id: svn://10.0.0.236/trunk@68325 18797224-902f-48f8-a5cc-f745e15eee43
When redirect.ini was deleted, it cause the download agent to start its
download process from the first file when it was restarted.
fixed 33357: installer can no longer be run while a copy is already running.
git-svn-id: svn://10.0.0.236/trunk@67556 18797224-902f-48f8-a5cc-f745e15eee43
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
update license info for the other files.
This is not part of the seamonkey build, yet.
git-svn-id: svn://10.0.0.236/trunk@46238 18797224-902f-48f8-a5cc-f745e15eee43