discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registry Manipulation
I'll give it a try again as I am obviously missing something. I am
specifically referring to reinstall where REINSTALLMODE has option u
meaning:
Rewrite all required registry entries from the Registry Table
Windows Installer XML toolset.
Subject: Re: [WiX-users] Registry Manipulation
I'll give it a try again as I am obviously missing something. I am
specifically referring to reinstall where REINSTALLMODE has option u
meaning:
Rewrite all required registry entries from the Registry Table that go t
or Windows Installer XML toolset.
Subject: Re: [WiX-users] Registry Manipulation
Would this really work? I ask because I have never managed to get
conditions to work for Registry components. In my experience Registry is
handled in bulk. All the components (i.e. Registry keys and values)
either get created/
nt: Monday, February 09, 2009 12:47 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registry Manipulation
Yu, Brian wrote:
> Is it possible for wix to search for existing registry value and if it
> exists or equal to a certain value, then leave the registry unto
On Mon, Feb 9, 2009 at 11:46, Bob Arnson wrote:
> Yu, Brian wrote:
>> Is it possible for wix to search for existing registry value and if it
>> exists or equal to a certain value, then leave the registry untouched
>>
>> But if it does not exist, then create?
>>
>
> What's the difference between wr
Yu, Brian wrote:
> Is it possible for wix to search for existing registry value and if it
> exists or equal to a certain value, then leave the registry untouched
>
> But if it does not exist, then create?
>
What's the difference between writing a value and leave it alone? The
end result is sti
: [WiX-users] Registry Manipulation
Would this really work? I ask because I have never managed to get
conditions to work for Registry components. In my experience Registry is
handled in bulk. All the components (i.e. Registry keys and values)
either get created/written or no.
-Original Message
[mailto:p...@hoaske.dk]
Sent: Monday, February 09, 2009 9:39 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registry Manipulation
Hi Brian,
after doing the RegistrySearch the property "MYREGKEYPROP" will be
assigned the value if the key exists. If the k
late for me, but I think it'll be a useful feature in the
> future.
>
>
> -Original Message-
> From: p...@hoaske.dk [mailto:p...@hoaske.dk]
> Sent: 09 February 2009 13:09
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Regist
e.dk]
Sent: 09 February 2009 13:09
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Registry Manipulation
Hi Brian,
what about something along the lines of:
NOT (MYREGKEYPROP~="A-value" OR
MYREGKEYPROP~="YetNotSet")
Regards,
Hans
Hi Brian,
what about something along the lines of:
NOT
(MYREGKEYPROP~="A-value" OR
MYREGKEYPROP~="YetNotSet")
Regards,
Hans
On Mon, February 9, 2009 12:19, Yu, Brian wrote:
> Is it possible for wix to search for existing registry value an
You could use RegistrySearch to set a property, and then use that property in a
condition for the
Component that contains your RegistryKey element.
Rob
Yu, Brian wrote:
> Is it possible for wix to search for existing registry value and if it
> exists or equal to a certain value, then leave the
Is it possible for wix to search for existing registry value and if it
exists or equal to a certain value, then leave the registry untouched
But if it does not exist, then create?
Is it a combination of using RegistrySearch and RegistryKey? How would
it work?
Brian Yu
13 matches
Mail list logo