Advanced Customization > Info*Engine User’s Guide > Info*Engine Packages > Using the Info*Engine Package Manager
  
Using the Info*Engine Package Manager
The Package Manager utility is a simple Java application that creates, installs, and uninstalls task packages. The main Java class for the Package Manager is com.infoengine.administration.packaging.UI. The Package Manager can be started from a windchill shell. For example:
windchill "--javaargs=-DpropFile=<Windchill>/codebase/wt.properties"
com.infoengine.administration.packaging.UI
The classpath can be specified either as the CLASSPATH environment variable, or on the Java command line. An example of the classpath specified on the Java command line is:
java -classpath classpath com.infoengine.administration.packaging.UI
where classpath is the classpath noted above.