Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0
-
Fix Version/s: 3.2.0 Beta
-
Component/s: Scripts
-
Labels:None
-
Acceptance Test - Add?:No
Description
Create a DMG for Wildfire with embedded installer. The install process should also add a preferences pane for Wildfire that allows:
- The server to be started/stopped
- Install/Uninstall the server as a service
- Launch the admin console
- Show "About" information
The preferences pane should be i18n'ed if possible.
This is the build.xml part of providing background image and icon size/location control for the wildfire .dmg file. It also makes a few other useful changes, specifically turning up the compression level of the dmg and placing the launch daemon in /Library rather than /System/Library.
The other two files that changed are binary files; one added applescript that does the Finder control needed to manipulate the window, and one removed file that we don't need anymore due to restructuring.
Comments and criticism welcome