Closed
Bug 566125
Opened 15 years ago
Closed 15 years ago
"Invalid command: ${UpdateShortcutAppModelIDs}" when building uninstaller
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: jimm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
Current Windows build processes give the following error when building the uninstaller:
Invalid command: ${UpdateShortcutAppModelIDs}
Error in macro UninstallOnInitCommon on macroline 53
Error in script "uninstaller.nsi" on line 130 -- aborting creation process
Looks like this is coming from http://hg.mozilla.org/mozilla-central/rev/a24884c8140a for bug 562753 or http://hg.mozilla.org/mozilla-central/rev/2074183c0d6c for bug 521141 (which are closely related and landed in the same push anyhow.
Assignee | ||
Comment 1•15 years ago
|
||
This should be easy to fix by adding
!insertmacro UpdateShortcutAppModelIDs
to the uninstaller.nsi script. Let me see if I can work up a patch.
Assignee | ||
Updated•15 years ago
|
OS: Linux → Windows 7
Reporter | ||
Comment 2•15 years ago
|
||
jimm, thanks for looking into that.
If we fix the bustage by that, we'll still want a bug to actually port the other stuff (given that we want to support Win7 well), right?
Assignee | ||
Comment 3•15 years ago
|
||
Assignee: installer → jmathies
Attachment #445558 -
Flags: review?(robert.bugzilla)
Assignee | ||
Comment 4•15 years ago
|
||
Assignee | ||
Updated•15 years ago
|
Attachment #445558 -
Attachment is obsolete: true
Attachment #445558 -
Flags: review?(robert.bugzilla)
Assignee | ||
Comment 5•15 years ago
|
||
Comment on attachment 445561 [details] [diff] [review]
patch
There's no Vendor in Thunderbird's application.ini.
Attachment #445561 -
Flags: review?(robert.bugzilla)
Updated•15 years ago
|
Attachment #445561 -
Flags: review?(robert.bugzilla) → feedback+
Comment 6•15 years ago
|
||
Comment on attachment 445561 [details] [diff] [review]
patch
Jim, this looks fine but I'm not a SeaMonkey or Thunderbird peer so you will need to get someone that is to r+ it which is why I changed it feedback+
Reporter | ||
Comment 7•15 years ago
|
||
Comment on attachment 445561 [details] [diff] [review]
patch
r=me for the suite/ parts.
Attachment #445561 -
Flags: review+
Assignee | ||
Comment 8•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> http://hg.mozilla.org/comm-central/rev/1d899bd49d9e
Well theoretically, my review was only for the suite/ parts and not for the mail/ parts, but I'm sure the Thunderbird team won't be sad that their builds got fixed with this checkin ;-)
Comment 10•15 years ago
|
||
Comment on attachment 445561 [details] [diff] [review]
patch
Assuming TB considers my "Build-Config" peer status as applying to [un]installer adding a r+ just for future-sake.
Reviewed after the fact.
Attachment #445561 -
Flags: review+
You need to log in
before you can comment on or make changes to this bug.
Description
•