There appears to be a know issue with appwiz.ocx, Microsoft suggests to register the OCX manually.
RESOLUTION
To resolve the issue the Add-Ins need to be registered for each user. There are two possible ways to update the registry with the necessary information:
Manually register each Add-In for each user using the Regsvr32.exe utility. For example, the following command line shows how to register the Package and Deployment Wizard Add-In:
<Path to regsvr32.exe>\regsvr32.exe <Path to Add-In>\pdaddin.dll
NOTE: The above line should be modified to reflect the correct path information.
This workaround would have to be done by each user and for each Add-In the user requires. For a list of available Add-Ins and where they are located please see the "More Information" section in this article.
Export the necessary registry entries and import them into the registry while logged in as the appropriate user. The steps below describe how to do this:
Step-By-Step
IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe.
Log in to the machine using the installing users account.
Run the Registry Editor, RegEdit.Exe.
Locate the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\Addins
Choose Export Registry File from the Registry menu to create a .Reg file.
Follow steps 3 and 4 again for the following key:
HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0\AddInToolbar
Logoff the NT machine.
Log on as a different user.
Locate and double click the two .Reg files created above to update the registry with the proper information.
Once all the Add-Ins are available to you, you may run into the following error when you attempt to create a data form in the Application Wizard:
You do not have the proper license to load the Data Form Wizard. You must have the Professional or Enterprise edition of Visual Basic Installed!
To resolve this error, follow these steps:
Log into your computer as a user who is a member of the Administrators group.
Click the Start button, and then click Run. In the Open box, type "regedt32" (without the quotation marks), and then click OK.
In the HKEY_LOCAL_MACHINE window, double-click Software, then double-click Classes, and then double-click Licenses.
While Licenses is open, click Permissions on the Security menu.
In the Registry Key Permissions dialog box, click to select the "Replace Permission on Existing Subkeys" check box. In the Name list, click Everyone once so it is selected, and then click Full Control in the Type Of Access list. Click OK.
You can read more about it here:
Craig, mailto:sander@cogeco.ca
"Procrastination is the art of keeping up with yesterday."
I hope my post was helpful!!!