If you need to move the the Report Wizard component to another server, it is sufficient to copy the file AWSReportWizard.dll (located under the \Bin subdirectory of the installation) to the other machine and register it there using the regsvr32 command-line utility. You may copy the file AWSReportWizard.dll to any folder on the second server's hard drive, e.g. c:\winnt\system32. To register the dll, run the MS DOS prompt and type the command
regsvr32 c:\winnt\system32\AWSReportWizard.dll
You must specify another path if necessary. If this server is already running an older version of the Report Wizard 2, you must remove it from memory prior to registering a newer version by shutting down all IIS services. To do that, type the following command at your DOS prompt:
net stop iisadmin /y
To bring the WWW service back up, type the command
net start w3svc
Other IIS services can be restarted from the Services control panel.