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
39783 - installer should install seamonkey into a subfolder from chosen destination path.
34011 - err check for files getting downloaded before installation starts
The code to fix this bug is in, but simply disabled
39015 - Browser needs proxy settings from installer when available
r=sgehani
fixed silent and auto mode.
added uninstall control for shared files
added uninstall control for unregistering ole server files
added uninstall control for do-not-uninstall flag
setup:
added new string resource for error control (UNABLE_TO_LOCATE_LIB_FUNCTION and UNABLE_TO_LOAD_LIBRARY)
affects windows platforms only.
allows us to click on a xpinstall link and have the install happen.
I also changed the windows wizard test application to use explict paths. This
should have been checked in with the rest of the nsIFile/xpInstall stuff. You
may have to adjust these paths manually.
38472 - choosing base now will show base in the StartInstall dialog
38473 - Correct components are now shown in the StartInstall dialog
affects only windows.
38475 - fixed the browse button. It now shows the browse for directory dialog.
32860 - installer truncates long destination paths with "..." correctly.
Also fixed code to display a string in the DlgMessage more accurately.
Optimized the way Setup matches the color to display the strings on the blue background.
Affects only windows platforms.
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.
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.