9
edits
Changes
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...
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 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:'''
<source lang="xml">
<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>
</source>
[[Category:Silent Installers]]
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 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:'''
<source lang="xml">
<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>
</source>
[[Category:Silent Installers]]