I want to install WePO
Normally, a web object such as WēPO is installed on client PC's as needed by simply clicking on the component on the web page. However, today's security is an issue and even though the WēPO product is signed and trusted with an Authenticode signature, people still worry.
You can install the ActiveX object before hand and avoid having to set and reset Internet Explorer security. From our web site you can download either the .OCX or the .CAB file for Print Wizard OCX, also called WēPO. You can download either one, though manual installation of one is easier than the other. The .CAB will contain the Authenticode signature and the .OCX file, while the .OCX is the actual ActiveX control to install.
If you download the .CAB, you need to extract out the .OCX file from it. On Windows 2000/XP you can do this by bringing up Windows Explorer, click on the .CAB file and "explore" it. Then right click on the PWButtonXControl1.ocx file and "extract" it.
Once you have the .OCX, do a Start : Run and enter the following to install (register) it:
regsvr32 PWButtonXControl1.ocx
To uninstall (unregister) it, do
regsvr32 -u PWButtonXControl1.ocx
To do this automatically you could set up a small batch file to do the work or burn it to a CD with an autorun if needed, as the regsrv32 will act like an install and copy the .OCX from where it is to where it needs to be for Windows.
For future releases, we will be also making available a self-install copy of the program.

