Use an environment variable to replace the '/DesktopLauncher' postupdater command-line argument
Categories
(Toolkit :: Application Update, task)
Tracking
()
People
(Reporter: dmcintosh, Assigned: dmcintosh)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidedi])
Attachments
(1 file, 5 obsolete files)
The command-line argument passed to the updater is specified in update_append.ini:
; ExeArg is the argument to pass to the PostUpdateWin exe
ExeArg=/PostUpdate
In bug 2023696, we started passing a new command-line argument /DesktopLauncher alongside /PostUpdate, but arguably we shouldn't be stepping on update_append.ini's metaphorical toes. I thought this would be really easy, quick pre-commit on my bug 2030812 stack, but it's not, so this bug will have the changes to do that. Then bug 2030812 can 'just' add a new environment variable.
Updated•24 days ago
|
| Assignee | ||
Comment 1•24 days ago
|
||
Actually, more of an updater issue, let's move it over.
| Assignee | ||
Comment 2•24 days ago
|
||
| Assignee | ||
Comment 3•24 days ago
|
||
| Assignee | ||
Comment 4•24 days ago
|
||
| Assignee | ||
Comment 5•24 days ago
|
||
Updated•24 days ago
|
| Assignee | ||
Comment 6•24 days ago
|
||
Updated•24 days ago
|
| Assignee | ||
Comment 7•24 days ago
|
||
Updated•24 days ago
|
| Assignee | ||
Comment 8•18 days ago
|
||
We've concluded that using a command-line argument makes sense, so no migration is needed.
Updated•18 days ago
|
Comment 9•18 days ago
|
||
Comment on attachment 9608971 [details]
Bug 2055041 - Pre: Add desktop_launcher_helpers.nsh to TEST_STUB_INSTALLER_DEPS. r=#browser-installer-reviewers!,aborondo
Revision D312155 was moved to bug 2030812. Setting attachment 9608971 [details] to obsolete.
Description
•