Difference between revisions of "Pro/ENGINEER"
From WPKG | Open Source Software Deployment and Distribution
Ddavies-ap (Talk | contribs) (New page: NOTE THIS PAGE IS INCOMPLETE Performing a silent installation of PTC's Pro/ENGINEER software [http://www.ptc.com/products/proengineer/] is time-consuming task. One way to do this is belo...) |
(No difference)
|
Revision as of 20:08, 2 December 2008
NOTE THIS PAGE IS INCOMPLETE
Performing a silent installation of PTC's Pro/ENGINEER software [1] is time-consuming task. One way to do this is below, and it is general enough to work for any version and release code of Pro/ENGINEER.
The basic steps are:
1. Create a network installation of the PTC installation media. To do this, use the 2. Create a trial for the installation process. This trail file will provide the parameters for the installation process. 3. Create batch files for the installation and removal of Pro/ENGINEER. 4. Define the WPKG package, which will run the aforementioned batch files.
WPKG Package:
<package
id="proewf2-install"
name="Pro/ENGINEER Wildfire 2.0"
revision="280"
reboot="false"
priority="100">
<check type="uninstall" condition="exists" path="Pro/ENGINEER Release Wildfire 2.0 Datecode M280" />
<install cmd='"%SOFTWARE%\PTC\ProENGINEER\install-silent.bat" 2 M280 4GB' />
<upgrade cmd='"%SOFTWARE%\PTC\ProENGINEER\install-silent.bat" 2 M280 4GB' />
<remove cmd='"%SOFTWARE%\PTC\ProENGINEER\remove-silent.bat" 2' />
</package>