Hi all,
Am looking for some help with setting up my VB 2008 Add-In for Solid Edge. At the moment it installs fine, runs fine and uninstalls fine, except when it uninstalls it takes with it the solid edge copies of the libraries that it references from the Solid Edge Directory and yet leaves the copies in the Addin directory. It also seems to unregister them. I would like to be able to leave the SE directories as they were and the COM registration...
The libraries are referenced under My Project, References as a COM object, with the options being Copy Local - True and Isolated - False.
In the Deployment Project under Detected Dependencies the Options are:
for *.TLBs (added automatically from the references)
Exclude - False, Folder - Application Folder, Hidden - False, PackageAs - Default, Permanent - False, ReadOnly - False, Register - vsdrfCOM, SharedLegacyFile - False, System - False, Transitive - False, Vital - False
for *.dlls (added automatically from the references)
Condition - blank, Dependancies - (Dependancies), Exclude - False, Files - (Files), Folder - Application Folder, Hidden - False, ReadOnly - False, Register - vsdraDoNotRegister, SharedLegacyFile - False, System - False, Vital - False
I feel that it is one of these settings however can't seem to work out which one. Can anyone assist? |