Closed Bug 569791 Opened 14 years ago Closed 14 years ago

PCA complains when installer is cancelled

Categories

(SeaMonkey :: Installer, defect)

x86
Windows 7
defect
Not set
normal

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)

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: installer → robert.bugzilla
Status: NEW → ASSIGNED
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+
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
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Attachment #448955 - Flags: approval-seamonkey2.0.5?
Attachment #448955 - Flags: approval-seamonkey2.0.5? → approval-seamonkey2.0.6+
adding checkin-needed for seamonkey2.0.6
Keywords: checkin-needed
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]
Target Milestone: --- → seamonkey2.1a2
Version: unspecified → Trunk
You need to log in before you can comment on or make changes to this bug.