Closed
Bug 470987
Opened 17 years ago
Closed 17 years ago
Sunbird executable should have the manifest with requestedExecutionLevel="asInvoker"
Categories
(Calendar :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b1
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
Details
Attachments
(1 file)
|
963 bytes,
patch
|
ssitter
:
review+
|
Details | Diff | Splinter Review |
Spinoff of bug 378598 for Sunbird... I thought this was already done!
This will disable the folder virtualization, then some software update/installer related bugs will be fixed.
Comment 1•17 years ago
|
||
Is the solution from Bug 445545 not enough?
http://mxr.mozilla.org/comm-central/source/calendar/sunbird/app/MozillaSunbird.exe.manifest
| Assignee | ||
Comment 2•17 years ago
|
||
I suspect this is due to the manifest file not being named sunbird.exe.manifest... just recompiled with a sunbird.exe.manifest present and it had requestedExecutionLevel="asInvoker"
Without the sunbird.exe.manifest in place all I have is
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.762" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
</dependentAssembly>
</dependency>
</assembly>
| Assignee | ||
Comment 3•17 years ago
|
||
I believe this should do the trick... Firefox's splash.rc also references firefox.exe.manifest
Assignee: nobody → robert.bugzilla
Status: NEW → ASSIGNED
Attachment #354352 -
Flags: review?(ssitter)
| Assignee | ||
Comment 4•17 years ago
|
||
This really should be a priority to be fixed for the next release so requesting blocking so it doesn't fall to the wayside
Flags: blocking-calendar1.0?
Comment 5•17 years ago
|
||
Comment on attachment 354352 [details] [diff] [review]
patch rev1
untested but the change seems reasonable, r=ssitter
Attachment #354352 -
Flags: review?(ssitter) → review+
| Assignee | ||
Comment 6•17 years ago
|
||
Pushed to comm-central
http://hg.mozilla.org/comm-central/rev/1bf15ea55295
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → 0.8
| Assignee | ||
Updated•17 years ago
|
Flags: blocking-calendar1.0?
| Assignee | ||
Comment 7•17 years ago
|
||
I verified this is now fixed using a tinderbox build from
http://ftp.mozilla.org/pub/mozilla.org/calendar/sunbird/tinderbox-builds/comm-central-sunbird-win32/1230149299/
The correct manifest exists in the sunbird.exe and the directories are no longer created under %LOCALAPPDATA%\VirtualStore\Program Files
Updated•17 years ago
|
Target Milestone: 0.8 → 1.0
Comment 8•14 years ago
|
||
These bugs are likely targeted at Lightning 1.0b1, not Lightning 1.0. If this change was done in error, please adjust the target milestone to its correct value. To filter on this bugspam, you can use "lightning-10-target-move".
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•