Closed
Bug 15503
Opened 26 years ago
Closed
[RFE] New API for FileMacAlias that doesn't take target name
Categories
(Core Graveyard :: Installer: XPInstall Engine, enhancement, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: samir_bugzilla, Assigned: samir_bugzilla)
References
Details
We propose a new API for FileMacAlias() that is more "Mac-like" in that it
doesn't take the target name but assumes that the desired target name is
sourceName + " alias":
// public int FileMacAlias( String aSourceFolder,
// String aSourceName,
// String aAliasFolder );
// where
// aSourceFolder -- the folder of the installed file from Get*Folder() APIs
// aSourceName -- the installed file's name
// aAliasFolder -- the folder of the new alias from Get*Folder() APIs
//
// NOTE:
// The destination alias name is aSourceName + " alias" (Mac-like behavior).
//
// returns SUCCESS for successful scheduling of operation
// UNEXPECTED_ERROR for failure
The Mac Alias test case at http://puma/xpinstall/test/trigger.html has a sample
use of this API.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
Assignee | ||
Comment 1•26 years ago
|
||
Fix checked in.
Build 1999-10-22-09-M11(WIN), 1999-10-22-08-M11(MAC), 1999-10-22-08-M11(LINUX)
I never doubted it would work. http://jimbob/jars/f_filemacalias_3.xpi covers
this form.
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Comment 4•23 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
Updated•10 years ago
|
Product: Core → Core Graveyard
Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•