Setup and deployment project
Setup and deployment project
am 17.01.2008 23:42:19 von 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
Re: Setup and deployment project
am 18.01.2008 00:59:06 von hirf-spam-me-here
"fniles" schrieb:
>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 ()" tab.
--
M S Herfried K. Wagner
M V P
V B
Re: Setup and deployment project
am 18.01.2008 21:25:15 von 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 )
"Herfried K. Wagner [MVP]" wrote in message
news:%23SVwyTWWIHA.5164@TK2MSFTNGP03.phx.gbl...
> "fniles" schrieb:
>>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 ()" tab.
>
> --
> M S Herfried K. Wagner
> M V P
> V B
Re: Setup and deployment project
am 18.01.2008 22:44:48 von 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" wrote in message
news:%23WgvwBhWIHA.3556@TK2MSFTNGP02.phx.gbl...
> 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 )
>
> "Herfried K. Wagner [MVP]" wrote in message
> news:%23SVwyTWWIHA.5164@TK2MSFTNGP03.phx.gbl...
>> "fniles" schrieb:
>>>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 ()"
>> tab.
>>
>> --
>> M S Herfried K. Wagner
>> M V P
>> V B
>
>