home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201">
- <title>XtraFinder</title>
- <options customize="never" allow-external-scripts="no"/>
- <domains enable_localSystem="true"/>
- <volume-check script="pm_volume_check();"/>
- <script>function pm_volume_check() {
- if(!(my.target.systemVersion && /* >= */ system.compareVersions(my.target.systemVersion.ProductVersion, '10.6.0') >= 0)) {
- my.result.title = 'Failure';
- my.result.message = 'Installation cannot proceed, as not all requirements were met.';
- my.result.type = 'Fatal';
- return false;
- }
- return true;
- }
- </script>
- <background file="background" alignment="bottomleft" scaling="none"/>
- <welcome file="Welcome"/>
- <choices-outline>
- <line choice="choice11"/>
- <line choice="choice9"/>
- <line choice="choice10"/>
- <line choice="choice12"/>
- </choices-outline>
- <choice id="choice11" title="XtraFinder Preflight" start_visible="false">
- <pkg-ref id="com.trankynam.xtrafinder.preflight.pkg"/>
- </choice>
- <choice id="choice9" title="XtraFinder">
- <pkg-ref id="com.trankynam.xtrafinder.XtraFinder-1.pkg"/>
- </choice>
- <choice id="choice10" title="XtraFinderAddition">
- <pkg-ref id="com.trankynam.xtrafinder.XtraFinder.pkg"/>
- </choice>
- <choice id="choice12" title="XtraFinder Postflight" start_visible="false">
- <pkg-ref id="com.trankynam.xtrafinder.postflight.pkg"/>
- </choice>
- <pkg-ref id="com.trankynam.xtrafinder.preflight.pkg" installKBytes="0" version="1.0" auth="Root">#xtrafinderPreflight.pkg</pkg-ref>
- <pkg-ref id="com.trankynam.xtrafinder.XtraFinder-1.pkg" installKBytes="308" version="1.0" auth="Root">#xtrafinder-1.pkg</pkg-ref>
- <pkg-ref id="com.trankynam.xtrafinder.XtraFinder-1.pkg">
- <relocate search-id="pkmktoken6">
- <bundle id="com.trankynam.XtraFinder"/>
- </relocate>
- </pkg-ref>
- <pkg-ref id="com.trankynam.xtrafinder.XtraFinder.pkg" installKBytes="3728" version="1.0" auth="Root">#xtrafinder.pkg</pkg-ref>
- <pkg-ref id="com.trankynam.xtrafinder.postflight.pkg" installKBytes="0" version="1.0" auth="Root">#xtrafinderPostflight.pkg</pkg-ref>
- <locator>
- <search id="pkmktoken6-1" type="component">
- <bundle CFBundleIdentifier="com.trankynam.XtraFinder" path="/Applications/XtraFinder.app"/>
- </search>
- <search id="pkmktoken6-0" type="script" script="pkmktoken6_combined()">
- <script>
- function pkmktoken6_combined() {
- function pkmk_add_results_to_array(results, array) {
- for(i = 0; i < results.length; i++)
- array.push(results[i]);
- }
- var result = new Array();
- var search;
- search = my.search.results['pkmktoken6-1'];
- if(search) pkmk_add_results_to_array(search, result);
- return result;
- }
- </script>
- </search>
- <search type="script" id="pkmktoken6" script="pkmktoken6_final()">
- <script>
- function pkmktoken6_final() {
- var combined = my.search.results['pkmktoken6-0'];
- return combined;
- }
- </script>
- </search>
- </locator>
- </installer-script>