install-windows-7.xml 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <section id="install-windows-7">
  2. <title>
  3. Toolkit Installation on <productname>Windows 7</productname>
  4. </title>
  5. <para>
  6. The <productname>Windows</productname> version of the toolkit comes pre-compiled and ready to install and run using the native <application>Windows Installer</application>. You may copy and distribute installation file <filename>plc-utils-x.x.x.msi</filename>. Users merely click on the file to install the package and may discard it afterwards. This method of installation permits remote installation over network.
  7. </para>
  8. <para>
  9. The version of the Windows Installer used here needs Microsoft <productname>.NET Framework 1.1</productname> to work correctly. Newer versions of the <productname>.NET Framework</productname> will not work. The <productname>.NET Framework</productname> must be installed before the toolkit is installed or the <productname>Windows Installer</productname> will report dependency errors and refuse to complete installation. Multiple versions of the <productname>.NET Framework</productname> can coexist under <productname>Windows 7</productname>. The <productname>.NET Framework</productname> needed is included in the toolkit <filename>support</filename> folder.
  10. </para>
  11. <para>
  12. Failure to <link linkend='removal-windows-7'>remove previous toolkit versions</link> on some systems may result in the message &quot;Another version of this product is already installed&quot; when trying to install a new version. You may want to remove prior version before starting toolkit installation.
  13. </para>
  14. <para>
  15. Windows versions of toolkit programs that communicate with powerline devices all need <productname>WinPcap</productname> from <ulink url="http://www.winpcap.org/install/default.htm">winpcap.org</ulink> to read and write Ethernet frames. <productname>WinPcap</productname> may be installed before or after toolkit installation but tools that access powerline devices will not run without it. You may want to install <productname>WinPcap</productname> before starting toolkit installation. If you have <productname>Wireshark</productname> installed then you probably already have <productname>WinPcap</productname> installed. A recent copy of <productname>WinPcap</productname> is included in the toolkit <filename>support</filename> folder.
  16. </para>
  17. <section>
  18. <title>
  19. Obtaining the Toolkit
  20. </title>
  21. <para>
  22. QCA customers can download the toolkit from the QCA Customer FTP Site.
  23. </para>
  24. <para>
  25. QCA employees may be able to download the toolkit from the QCA Application Engineering World FTP site <ulink url='ftp://appslinux01.qca.qualcomm.com/toolkit/plc-utils/'>ftp://appslinux01.qca.qualcomm.com/toolkit/plc-utils/</ulink>. There are several installers available for Windows. Each installs a subset of the toolkit. Download the desired installer files to your local machine then execute them by right-clicking on them and selecting option "Run as Administrator".
  26. </para>
  27. </section>
  28. <section>
  29. <title>
  30. Installing the Toolkit
  31. </title>
  32. <para>
  33. Older toolkit programs were installed in folder <filename>C:\Program Files\Atheros\Toolkit</filename> by default but now they are installed in <filename>C:\Program Files (x86)\Qualcomm Atheros\Open Powerline Toolkit</filename> instead. If you select a different folder during installation then remember it for the next step.
  34. </para>
  35. <figure>
  36. <title>
  37. Windows Installer Dialogue
  38. </title>
  39. <mediaobject>
  40. <imageobject>
  41. <imagedata fileref='Win7-installer-dialogue.png' align="center" />
  42. </imageobject>
  43. </mediaobject>
  44. </figure>
  45. <para>
  46. Accept install defaults.
  47. </para>
  48. </section>
  49. <section>
  50. <title>
  51. Setting the PATH variable
  52. </title>
  53. <para>
  54. <application>Toolkit</application> programs have command line interfaces and must be run from an open console window. To simplify program access and minimize the typing required, add the toolkit installation path mentioned above to the <envar>PATH</envar> environment variable by following steps listed below. If you have <constant>Administrator</constant> privileges then we recommend that you edit the system <envar>PATH</envar> variable; otherwise, you may need to create and/or edit a user <envar>PATH</envar> variable.
  55. </para>
  56. <figure>
  57. <title>
  58. Control Panel System Dialogue
  59. </title>
  60. <mediaobject>
  61. <imageobject>
  62. <imagedata fileref='Win7-system-settings.png' format='PNG' align="center" />
  63. </imageobject>
  64. </mediaobject>
  65. </figure>
  66. <orderedlist>
  67. <listitem>
  68. <para>
  69. On the <command>Start</command> menu, select the <command>Control Panel</command> option.
  70. </para>
  71. </listitem>
  72. <listitem>
  73. <para>
  74. On the <command>Adjust system settings</command> page, select the <command>System</command> icon.
  75. </para>
  76. </listitem>
  77. <listitem>
  78. <para>
  79. On the <command>View basic information about your computer</command> page, select the <command>Advanced system settings</command> option.
  80. </para>
  81. </listitem>
  82. <listitem>
  83. <para>
  84. On the <command>System Properties</command> dialog, press the <command>Environment Variables</command> button.
  85. </para>
  86. </listitem>
  87. <listitem>
  88. <para>
  89. On the <command>Environment Variables</command> dialog box, scroll down the <command>System variables</command> list and select the <command>Path</command> variable then press the <command>Edit</command> button.
  90. </para>
  91. </listitem>
  92. <listitem>
  93. <para>
  94. On the <command>Edit System Variable</command> dialogue box, append the installation path to the <command>Variable value</command> field.
  95. </para>
  96. </listitem>
  97. <listitem>
  98. <para>
  99. Press the <command>OK</command> button.
  100. </para>
  101. </listitem>
  102. </orderedlist>
  103. <para>
  104. Environment variable changes made here do not take effect until a console window is opened. This means that you may need to close and then reopen console windows that depend on the changes. It is a good idea to immediately open a console window and execute a toolkit command in order to confirm that the <constant>PATH</constant> variable is properly defined.
  105. </para>
  106. </section>
  107. <section id="removal-windows-7">
  108. <title>
  109. Removing the Toolkit
  110. </title>
  111. <para>
  112. To remove an existing version of the Qualcomm Atheros <application>Open Powerline Toolkit</application> from your system, follow the steps listed below. If the toolkit is not installed on your system then omit these steps. If you are unsure, you can follow them to determine if you have the toolkit installed or you can attempt to install, anyway, and return here if installation is prevented.
  113. </para>
  114. <figure>
  115. <title>
  116. Control Panel Add/Remove Dialogue
  117. </title>
  118. <mediaobject>
  119. <imageobject>
  120. <imagedata fileref="Win7-remove-program.png" align="center"/>
  121. </imageobject>
  122. </mediaobject>
  123. </figure>
  124. <orderedlist>
  125. <listitem>
  126. <para>
  127. On the <command>Start</command> menu, select the <option>Control Panel</option> option.
  128. </para>
  129. </listitem>
  130. <listitem>
  131. <para>
  132. On the <command>Adjust system settings</command> page, select the <command>Programs and Features</command> icon.
  133. </para>
  134. </listitem>
  135. <listitem>
  136. <para>
  137. On the <command>Uninstall or change a program</command> page, scroll down and select the appropriate QCA <option>Open Powerline Toolkit</option> entry then press the <option>Remove</option> pushbutton. There may be several different QCA Open Powerline Toolkit entries so be sure to select the correct one.
  138. </para>
  139. </listitem>
  140. </orderedlist>
  141. </section>
  142. </section>