I've got an application (an office add-in) built in VB.net 2005 that uses a couple of old VB6 dlls. I'm using VSI to create the deployment package. This application needs to be able to run for a non-admin user (but requiring admin rights to install is ok)
After I run the setup the add-in loads and runs. The first dll it calls works fine, the second causes error 70 permission denied. If I go in and manually grant full control rights to the user for that dll, the dll will run. (both these dlls are installed in the system folder and might be used by other applications.)
Since manually granting the rights is not an option for deployment, is it possible to do this with the installer? Maybe with a custom action?
After I run the setup the add-in loads and runs. The first dll it calls works fine, the second causes error 70 permission denied. If I go in and manually grant full control rights to the user for that dll, the dll will run. (both these dlls are installed in the system folder and might be used by other applications.)
Since manually granting the rights is not an option for deployment, is it possible to do this with the installer? Maybe with a custom action?