"paul moore" <paulmoore@discussions.microsoft.com> wrote in message
news:21BB86B2-9196-4601-86C2-1635E4E53FBF@microsoft.com...
> Thx for the input , but it doesnt really help.
> It describes how to setup the launch condition - which I already did;
> based
> on that article
>
> "Stevanich" wrote:
>
>> paul,
>>
>> Check out this MSDN article on adding a registry launch condition:
>>
http://msdn2.microsoft.com/en-us/library/4awx1f1d(VS.80).aspx
>>
>> Hope this helps,
>>
>>
>> Steve - dotneticated.com
>>
>> "paul moore" <paulmoore@discussions.microsoft.com> wrote in message
>> news:7FC103A5-E6CD-479A-B482-0A88F5715AF4@microsoft.com...
>> >I want to set values in the registry but only if they are not already
>> >set.
>> >So
>> > on an upgrade I dont verwrite the settings the user already has set
>> >
>> > I tried
>> >
>> > Launch condition REG1=HKLM/Software/Acme/regval1
>> >
>> > and the said on the regval1 regsitry value condition = REG1=""
>> >
>> > The reg key gets set on first install (good) because REG1==""
>> > The reg key gets removed on second install (bad) because REG1!=""
>> >
>> > Setting transitive either way makes no difference (clutching at straws
>> > there)
>>
>>
>>