Re: [WiX-users] Install target directory from Registry key.

2007-07-16 Thread Bob Arnson
Please keep /wix-users/ on the thread. Benas wrote: I have tried "RAW" but results where the same. How stable is V3? Is it recommended to release products with it or not? WiX v3 is still in active development so breaking schema changes are still possible. However, nothing in AppSearch handli

Re: [WiX-users] Install target directory from Registry key.

2007-07-13 Thread Bob Arnson
Benas wrote: > Can you provide some example what works for you? > I'm using WIX v2. Sorry, the only example I have is in v3 and I can't share it. But you might want to try using RegistrySearch/@Type="raw" instead of "directory." -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Install target directory from Registry key.

2007-07-13 Thread Benas
Can you provide some example what works for you? I'm using WIX v2. Thank you, Benas 2007/7/13, Bob Arnson <[EMAIL PROTECTED]>: Please keep *wix-users* on the thread. Benas wrote: No i'm not doing anything about InstallExecuteSequence. Is it necessary? No. I was asking because the default

Re: [WiX-users] Install target directory from Registry key.

2007-07-13 Thread Bob Arnson
Please keep /wix-users/ on the thread. Benas wrote: No i'm not doing anything about InstallExecuteSequence. Is it necessary? No. I was asking because the default order works for me. The only thing I'm doing that's different is using a real Name instead of the "." Name. -- sig://boB http://j

Re: [WiX-users] Install target directory from Registry key.

2007-07-11 Thread Bob Arnson
Benas wrote: I did something almost identical and it worked as expected. Are you doing anything in InstallExecuteSequence? -- sig://boB http://joyofsetup.com/ - This SF.net email

Re: [WiX-users] Install target directory from Registry key.

2007-07-11 Thread Pierson Lee (Volt)
@lists.sourceforge.net Subject: [WiX-users] Install target directory from Registry key. Hello, I'm trying to install my program to directory from registry key. Here is source

[WiX-users] Install target directory from Registry key.

2007-07-11 Thread Benas
Hello, I'm trying to install my program to directory from registry key. Here is source code: If i look at log file i see that registry search was successful, b