Skip to content

Migrating CTQA to a new Machine

Brikwerk edited this page Aug 1, 2019 · 3 revisions
  1. Run CTQA.exe, click the "Uninstall Service" button, and agree to any prompts. Close CTQA after you are done.

  2. Copy the CTQA executable and all the folders/files surrounding it onto the new system at a location of your choice. In the old CTQA installation, if you specified a different location for report storage, make sure to copy that over as well. If you're not sure, open up the "config.json" file and check the value stored next to the "reportLocation" key.

  3. After you've finished copying over CTQA, open up the file "config.json" (located in the same directory as the CTQA executable) and change the "reportLocation" value to a blank value. An example follows:

    Snippet of the original config.json

    "LastPACSDateChecked": false,
    "ReportLocation": "C:\\\\CTQA\\\\reports", <--- CHANGE THIS VALUE
    "ServicesInstalled": false,
    "WarningHook": "",
    

    Snippet of the modified config.json

    "LastPACSDateChecked": false,
    "ReportLocation": "", <--- CHANGED VALUE
    "ServicesInstalled": false,
    "WarningHook": "",
    

    Finally, save the file and close it.

  4. Run CTQA.exe on the new machine. Click the "Install Service" button and agree to all prompts.

CTQA should now be migrated to the new machine!

Clone this wiki locally