Closed
Bug 569791
Opened 15 years ago
Closed 15 years ago
PCA complains when installer is cancelled
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.1a2
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
Details
(Keywords: fixed-seamonkey2.0.6)
Attachments
(2 files)
80.12 KB,
patch
|
Callek
:
review+
iannbugzilla
:
approval-seamonkey2.0.6+
|
Details | Diff | Splinter Review |
119.50 KB,
application/octet-stream
|
Details |
spinoff of bug 522065 for SeaMonkey
It would be a good thing to backport this to the branches
This changes the manifest resource for Thunderbird's 7zSD.sfx to
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86"
name="7zS.sfx.exe" type="win32"/>
<description>7-Zip Self-extracting Archive v4.42</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls"
version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df"
language="*"/>
</dependentAssembly>
</dependency>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges><requestedExecutionLevel level="asInvoker"
uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
</assembly>
Attachment #448955 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Assignee: installer → robert.bugzilla
Status: NEW → ASSIGNED
Comment 2•15 years ago
|
||
Comment on attachment 448955 [details] [diff] [review]
patch rev1 [Checkin: comment 5]
I'm not diffing between the versions, but I saw the other bug and was thinking about doing this when I was more coherent; that said, rs+
Attachment #448955 -
Flags: review?(bugspam.Callek) → review+
![]() |
Assignee | |
Updated•15 years ago
|
Keywords: checkin-needed
![]() |
Assignee | |
Comment 3•15 years ago
|
||
Thanks Justin
Pushed to comm-central
http://hg.mozilla.org/comm-central/rev/8b7222985822
It would be a good thing to backport this to any active branches
![]() |
Assignee | |
Updated•15 years ago
|
Attachment #448955 -
Flags: approval-seamonkey2.0.5?
Attachment #448955 -
Flags: approval-seamonkey2.0.5? → approval-seamonkey2.0.6+
Comment 5•15 years ago
|
||
Comment on attachment 448955 [details] [diff] [review]
patch rev1 [Checkin: comment 5]
http://hg.mozilla.org/releases/comm-1.9.1/rev/dcfa7f4510b1
Attachment #448955 -
Attachment description: patch rev1 → patch rev1 [Checkin: comment 5]
Updated•15 years ago
|
Keywords: checkin-needed → fixed-seamonkey2.0.6
Target Milestone: --- → seamonkey2.1a2
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•