There is no support within VS to do this. However, there is a topic in the Windows Installer Platform SDK help to do
this. See the link below (careful for linewrap).
I also have another question. I have a Visual Studio.net application,
which uses MSCOMM32.OCX. This control has license problem at runtime. Is
there any setup/installation steps to fix the problem. The application
works fine on a developer machine, but, displays license error on a
end-user machine.
I also have another question. I have a Visual Studio.net application,
which uses MSCOMM32.OCX. This control has license problem at runtime. Is
there any setup/installation steps to fix the problem. The application
works fine on a developer machine, but, displays license error on a
end-user machine.
I also have another question. I have a Visual Studio.net application,
which uses MSCOMM32.OCX. This control has license problem at runtime. Is
there any setup/installation steps to fix the problem. The application
works fine on a developer machine, but, displays license error on a
end-user machine.
I am not an expert in ActiveX area, but here is what I am aware of:
You have to make sure that your OCX file does not have yellow icon
(warning) when you deploy the application.
Also, make sure that deployment project contains OCX file as its
dependency.
Any warning about OCX file sent to output during the build process
will result in problems with OCX file.
MS installation process will always unregister your OCX file every
time you uninstall your product with OCX. Building a product on a
machine which does not have OCX file registered will result in
problems as well.
I hope this helps...
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.