<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.4" authoringToolBuild="179">
<title>Lingraphica 7.0 Upgrade</title>
<options customize="never" allow-external-scripts="no" rootVolumeOnly="true"/>
<installation-check script="pm_install_check();"/>
<script>function pm_install_check() {
if(!(system.files.fileExistsAtPath('/Users/client/PreviousJune10/Startup.lca') == true)) {
my.result.title = 'You have already installed this upgrade.';
my.result.message = 'It looks like you have already attempted to install this upgrade. Please call Technical Support at 888-123-4567.';
my.result.type = 'Fatal';
return false;
}
return true;
}
</script>
<background file="background" alignment="topleft" scaling="none"/>
<choices-outline>
<line choice="choice6"/>
<line choice="choice7"/>
<line choice="choice8"/>
</choices-outline>
<choice id="choice6" title="Version 7.0">
<pkg-ref id="com.Company.version70upgrade.client.pkg"/>
</choice>
<choice id="choice7" title="C2C Network">
<pkg-ref id="com.Company.version70upgrade.c2cnet.pkg"/>
</choice>
<pkg-ref id="com.Company.version70upgrade.client.pkg" installKBytes="3087504" version="1.0" auth="Root" >file:./Contents/Packages/client.pkg</pkg-ref>
<pkg-ref id="com.Company.version70upgrade.c2cnet.pkg" installKBytes="60" version="1.0" auth="Root">file:./Contents/Packages/c2cnet.pkg</pkg-ref>
</installer-script>