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)

PowerPC
Mac System 8.6
enhancement

Tracking

(Not tracked)

VERIFIED FIXED

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.
Status: NEW → ASSIGNED
Target Milestone: M11
Fix checked in.
Blocks: 16654
Status: RESOLVED → VERIFIED
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
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.