Link to home
Start Free TrialLog in
Avatar of thefallguy
thefallguy

asked on

Registry entries through MSI project

I have a BHO (Browser Helper Object) project that I have written in C++ .NET and would like to write an installer to deploy it. My question is that I need to store the dll location into the registry but the user may specify the install directory.

i) How do I specify the installation directory location dynamically in the registry view in a deployment project?
ii) Since I'm using the Studio .NET deployment project, will in need the .NET framework to run on the target machine?
ASKER CERTIFIED SOLUTION
Avatar of Svetlin_Panayotov
Svetlin_Panayotov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial