DevPortal

How do I Generate the XML File to Install Pramati Server Silently?


To generate an XML file, copy the following sample in the install.xml file, edit it with your values, and then save it in the directory where PServer<version_no>.jar is stored:

<AutomatedInstallation langpack="eng"/>
     <com.pramati.PramatiWelcomePanel/>
     <com.pramati.PramatiLicensePanel/>
     <com.pramati.PramatiTargetPanel>
          <installpath>C:\1030Silent</installpath>
          <javaHome>C:\j2sdk1.4.2_08</javaHome>
     </com.pramati.PramatiTargetPanel>
     <com.pramati.PramatiCDKeyPanel>
          <name>Mike</name>
          <value>1111111111111111</value>
     </com.pramati.PramatiCDKeyPanel>
     <com.pramati.PramatiServerInstallPanel/>
     <com.pramati.PramatiDefaultSettingsPanel>
          <userName>root</userName>
          <password>pramati</password>
     </com.pramati.PramatiDefaultSettingsPanel>
     <com.pramati.PramatiSummaryPanel/>
</AutomatedInstallation>

In the above example, <name>Mike</name> and <value>1111111111111111</value> refer to the licensee name and license key respectively.


Related Topics:

© Pramati Technologies 2007 Runs on Pramati Server | Feedback | Legal