How to update registry from Setup project?

G

Grant Schenck

I have an Internet Explorer toolbar built with C# .Net.

I'd need to install the GUID in HKLM\Software\Microsoft\Internet
Explorer\Toolbars

However, I can't find any way to get my setup project to do this for me...

Does anyone know how to configure a setup project to update the registry?

Thanks,

Grant Schenck
 
G

Guest

If you know the key and value you want to add to the registry you can simply
use the Registry editor when you are building your setup project.

In order to display the Registry editor, simply right click on your setup
project in Solution Explorer, choose View and then Registry.

Brendan
 
G

Grant Schenck

Thanks! That did the trick.
--
Grant Schenck

Brendan Grant said:
If you know the key and value you want to add to the registry you can simply
use the Registry editor when you are building your setup project.

In order to display the Registry editor, simply right click on your setup
project in Solution Explorer, choose View and then Registry.

Brendan
 

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.

Ask a Question

Top