Setup and deployment project

F

fniles

I am not sure if I post this issue at the correct newgroup. If I need to
post it somewhere else, please let me know what is the correct newsgroup for
this.

I am using VB.NET 2005 and I create a "setup and deployment" project.
When I use this installation to install on a user's machine, how can I merge
some registry settings into the user's machine ?

Thank you
 
H

Herfried K. Wagner [MVP]

fniles said:
I am not sure if I post this issue at the correct newgroup. If I need to
post it somewhere else, please let me know what is the correct newsgroup
for this.

I am using VB.NET 2005 and I create a "setup and deployment" project.
When I use this installation to install on a user's machine, how can I
merge some registry settings into the user's machine ?


The solution explorer, select the "Registry editor" button on the top
toolbar (it's a little button showing some blocks in cyan). Then you can
add the registry settings in the "Registry (<name of setup project>)" tab.
 
F

fniles

Great ! Thank you.
Is there any way that I can import/copy the registry settings from my
machine to the setup and deployment ? (instead of creating them one by one
in the setup and deployment )
 
P

Phil Wilson

There's an option in that Registry IDE view to import a .reg file. Do Import
on the Registry on Target Machine.
--
Phil Wilson
[MVP Windows Installer]

fniles said:
Great ! Thank you.
Is there any way that I can import/copy the registry settings from my
machine to the setup and deployment ? (instead of creating them one by one
in the setup and deployment )
 

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