SPC Explorer RT Web Interface Installation

Goto: Page 1 Page 2 Page 3 Page 4 Page 5 Page 6 Page 7 Page 8 Page 9

Install to the IIS Server

  1. Download the installation zip file at https://qualityamerica.com/downloads/SPCExplorerWEB.zip.
    1. Select the downloaded zip file, and use the Extract All option from the right mouse menu to extract its contents into a new folder.
    2. Select the setup.exe application file that was extracted from the download, and use the Run As Administrator option from the right mouse menu to start the installation.
    3. Proceed through the installation until completed using the default options.
  2. Download the updated component files at https://qualityamerica.com/downloads/SPCWebUpdates.zip.
    1. Select the downloaded zip file, and use the Extract All option from the right mouse menu to extract its contents into a new folder.
    2. Copy the updated .asp files to the new SPC Explorer folder within the IIS server's inetpub folder (e.g. C:\inetpub\wwwroot\SPCExplorerRT)
    3. Copy the updated .htm files to the new Setup Instructions folder within the IIS server's inetpub folder (e.g. C:\inetpub\wwwroot\SPCExplorerRT\Setup Instructions)
    4. Copy the updated dataform.js files to the new js folder within the IIS server's inetpub folder (e.g. C:\inetpub\wwwroot\SPCExplorerRT\js)
    5. Copy the updated QAChart.ocx and SPCWeb.dll files to the C:\Windows\SysWOW64 folder on the IIS server
    6. Register the updated QAChart.ocx and SPCWeb.dll files to the C:\Windows\SysWOW64 folder on the IIS server
      1. Type "command" (without the quotes) into the Windows Search bar on the IIS server. Windows should suggest the Command Prompt application
      2. Select the Command Prompt option, then the Run As Administrator option from the right mouse menu.
      3. Windows User Account Control will prompt to allow the app to make changes to your computer. Select Yes button
      4. From the open Administrator: Command Prompt window, type "cd C:\Windows\SysWOW64" (without the quotes), then press the keyboard Enter key
      5. The Command Prompt utility will return the name of the current directory, which should match the directory entered in the last command.
      6. Type (or paste) "regsvr32 QAChart.ocx" (without the quotes), then click the Enter key. Windows should return a message that the file was successfully registered.
      7. Type (or paste) "regsvr32 SPCWeb.dll" (without the quotes), then click the Enter key. Windows should return a message that the file was successfully registered.
      8. Close the Command Prompt window.