This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Class not Registered - why?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 08, 2011
10:50 AM
Class not Registered - why?
ISE Build on Win7(64) - Installing on Win7(32).
It turns out that the problem is that the installed (old) XceedZip.dll file is not being registered, even though it is copied to the correct location.
I first added the [SystemFolder] to my installation, and then added the single file XceedZip.dll to that folder via dynamic linking.
Source Folder =\SysWOW64;
Unchecked “Self-register”; Checked “Best Practices”;
Specified file name explicitly in the “Include files…”
Any help would be appreciated.
Bjorn Mossberg
It turns out that the problem is that the installed (old) XceedZip.dll file is not being registered, even though it is copied to the correct location.
I first added the [SystemFolder] to my installation, and then added the single file XceedZip.dll to that folder via dynamic linking.
Source Folder =
Unchecked “Self-register”; Checked “Best Practices”;
Specified file name explicitly in the “Include files…”
Any help would be appreciated.
Bjorn Mossberg
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 09, 2011
05:24 AM
Assuming its Basic MSI:
In the component view:
COM Extract at Build
option should be available. This increases build time but helps if the COM dll changes frequently.
In the component view:
Click on Files node and right-click on the file name
"Extract COM Data for Key File"
should come on the context-menu.
In the component view:
COM Extract at Build
option should be available. This increases build time but helps if the COM dll changes frequently.
In the component view:
Click on Files node and right-click on the file name
"Extract COM Data for Key File"
should come on the context-menu.