|
|
|||||
|
|||||
Installing, Uninstalling and LicensingQuestion: How do I install WēPO? Answer: Below is some information on setting up WēPO both at the server and for the client PC. Additional information can be found in other knowledgebase articles on Print Wizard and WēPO and in the various user manuals. At the PC 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, PCs may not allow it to be downloaded and installed automatically. 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. Both contain the Authenticode signature. The .OCX is the actual ActiveX control to install, whereas the .CAB file is compressed into a Windows "cabinet" file. 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.ocxTo 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. At the Host In order for a client to download the WēPO ActiveX module, you still need to have it referenced somewhere from your web site. If you are running a licensed version of WēPO, you can include the license information and the download location in your web page script that calls this ActiveX. Check out our examples on our web site to get an idea of how to integrate this in at the server side. Question: How is WēPO licensed? Answer: WēPO is licensed on a per web server / per domain basis.
We do offer discounts for both of these situations. Give us a call for more exact pricing. |
SetupQuestion: How do I set up a web page to use WēPO? Answer: WēPO is usually called by a specific class from a web page. By inserting the appropriate ActiveX information into the web page, you can force the WēPO component to be displayed.
Simply place this <OBJECT> tag in your html in the location you wish for the button to appear. Question: I want to do my own control. How can I not have the WēPO button appear? Answer: As mentioned above, WēPO is usually called by a specific class object from a web page. If you do not want the object button component to show, simpl make its width and height as 0 and then you can locate the class object anywhere:
Next you need to include your java (or other script) code to call the "click" action for the WēPO control. Something like this will work:
|
GeneralQuestion: I get an error when I try to use the WēPO control. Answer: There are several items you need to be aware of in trying to troubleshoot WēPO.
Question: The WēPO control does not show - Windows Security Answer: WēPO is an add-in, ActiveX module for web pages. Thus it is something that is downloaded from a web site at the time of the page being displayed. Certain browsers may never allow ActiveX modules, others may not allow the download without user intervention, others may require changes in security settings and still others may download and install but not show the control on the screen until some user interaction takes place. Add to this all the Internet Security suite software and the various anti-virus products on the market, and the display of the ActiveX may be questionable in some environments. Likewise, Windows Security and Internet Security suites are in a constant state of flux and hence ActiveX controls, such as WēPO tend to work one day and not the next, depending on various updates and security settings. Check your products running and know when and what updates do. Question: How do I clear WēPO out of Windows? Answer: WēPO is an add-in, ActiveX module for web pages. These are stored within the Windows directory in different locations (depending on your release of Windows and whether the user has administrative permissions). The first place to look is in the Internet Options (under the browser's Tools menu item or in the Control Panel). Under the Programs tab, you can click on "Manage add-ons" and from here disable it and update it. Likewise, you can un-register the product and then update it through the web site in question. Check the WēPO documentation for more information. |