#FOR ALL PATHS USE UNIX STYLE. THE BUILD SYSTEM WILL CORRECT FOR WINDOWS. #Name of the product displayed on installer dialogs product.name=WEPS TEST (Wind Erosion Prediction System) #The release id is used by the interface to divide up the user configuration files release.id=fo_test #The release description is displayed on the user interface's about dialog. Should be a friendly and more descriptive version of the release.id. release.description=NRCS Field Office TEST #Where to install the product under the OS equivilent Program Files. Do not include the trailing slash. #We include the full config name and the version to help keep things organized product.install=USDA/WEPS/${config.name}_${version} #Icon for the product product.icon=${weps.install.dir}/images/weps1.ico #Name to use when preparing the database db.name=NRCS_TEST #guid used by the msi to handle upgrades. Should be unique for each configuration. msi.upgrade.guid=971DC273-2F57-4C68-BEFE-69FC33E89595 #properties defined by weps_fo weps.projects.dir=${payload.documents}/My WEPS Files (test) weps.project.dir=${weps.projects.dir}/Project.wpj weps.runs.dir=${weps.projects.dir}/Runs install.config=weps_nrcs_test.cfg install.batch=runwepsnrcs_test.bat