Closed Bug 572398 Opened 14 years ago Closed 8 years ago

RFE: would like to display UI during unattended installation

Categories

(Firefox :: Installer, enhancement)

x86
Windows 7
enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: mkaply, Unassigned)

Details

Currently the Firefox has a silent install option that uses an INI file.

The problem with this option is that the install is completely silent and immediately returns to the command prompt before the install is done.

Before NSIS in the previous installer, there was an option for an "unattended install"

In an unattended install, progress is shown, but the user can't interfere with the install. That way you can customize the install, but still know when it is complete.
(In reply to comment #0)
> Currently the Firefox has a silent install option that uses an INI file.
> 
> The problem with this option is that the install is completely silent and
> immediately returns to the command prompt before the install is done.
No it doesn't
Just verified that it doesn't immediately return before the install is done. Perhaps you aren't using either a script or a batch file to install?
Batch example (you'll need to add quotes as appropriate for your paths):

call <path to installer>\Firefox Setup 3.6.exe /INI=<path to config ini>\install.ini

I'd very very much prefer not displaying the UI which would require disabling the controls along the way and it does wait until completion.
There's no way to just display the last dialog (the progress dialog)?
It is possible to display all pages or a single page if the time is spent to implement / maintain it. IMO, it seems rather strange to do so and it isn't something the vast majority of other installers do for unattended installations. This seems like the desire is for what there was in 1.5 and earlier vs. any actual need.
Severity: normal → enhancement
Summary: Need an Unattended Install Option → RFE: would like to display UI during unattended installation
On Windows XP, I return to the command line immediately for every command. So the only way to know the silent install is running is the occasional hourglass.

I'll check other Windows installs to make sure I'm not crazy.
I've tested this on XP a while back and it did work.
This hasn't come up in the wild.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.