RegistrySearch and RegistryValue

4 messages Options
Embed this post
Permalink
Alex Ivanoff-2

RegistrySearch and RegistryValue

Reply Threaded More More options
Print post
Permalink
Is it possible to use RegistrySearch result in RegistryValue? Something
like this:

<Property Id="PROP1">
    <RegistrySearch Id="search1"
                    Root="HKLM"
                    Key="somekey"
                    Name="somename"
                    Type="raw" />
</Property>

...

<RegistryValue Type="???" Name="othervalue" Value="PROP1" />

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Alex Shevchuk-2

Re: RegistrySearch and RegistryValue

Reply Threaded More More options
Print post
Permalink
Hi Alex,

Short answer: Yes, maybe, no.  :-)
Detailed answer:
http://blogs.technet.com/alexshev/archive/2009/05/11/is-it-possible-to-use-r
egistrysearch-result-in-registryvalue.aspx

Regards,
Alex




-----Original Message-----
From: Alex Ivanoff [mailto:[hidden email]]
Sent: Monday, May 11, 2009 10:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] RegistrySearch and RegistryValue

Is it possible to use RegistrySearch result in RegistryValue? Something
like this:

<Property Id="PROP1">
    <RegistrySearch Id="search1"
                    Root="HKLM"
                    Key="somekey"
                    Name="somename"
                    Type="raw" />
</Property>

...

<RegistryValue Type="???" Name="othervalue" Value="PROP1" />

----------------------------------------------------------------------------
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Alex Ivanoff-2

Re: RegistrySearch and RegistryValue

Reply Threaded More More options
Print post
Permalink
And how about QWORD value?


-----Original Message-----
From: Alex Shevchuk [mailto:[hidden email]]
Sent: Tuesday, May 12, 2009 01:04
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] RegistrySearch and RegistryValue

Hi Alex,

Short answer: Yes, maybe, no.  :-)
Detailed answer:
http://blogs.technet.com/alexshev/archive/2009/05/11/is-it-possible-to-u
se-registrysearch-result-in-registryvalue.aspx

Regards,
Alex




-----Original Message-----
From: Alex Ivanoff [mailto:[hidden email]]
Sent: Monday, May 11, 2009 10:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] RegistrySearch and RegistryValue

Is it possible to use RegistrySearch result in RegistryValue? Something
like this:

<Property Id="PROP1">
    <RegistrySearch Id="search1"
                    Root="HKLM"
                    Key="somekey"
                    Name="somename"
                    Type="raw" />
</Property>

...

<RegistryValue Type="???" Name="othervalue" Value="PROP1" />

------------------------------------------------------------------------
----
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks
to Kodak, there's a perfect scanner to get the job done! With the NEW
KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all
image processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------
------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks
to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users
Alex Shevchuk-2

Re: RegistrySearch and RegistryValue

Reply Threaded More More options
Print post
Permalink
>And how about QWORD value?

Looks like Registry table
(http://msdn.microsoft.com/en-us/library/aa371168(VS.85).aspx) supports
only:

    - REG_SZ
    - REG_MULTI_SZ
    - REG_EXPAND_SZ
    - REG_BINARY
    - REG_DWORD

No REG_QWORD and XXX_LITTLE_ENDIAN (or REG_LINK) support, I think.


Alex



------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
WiX-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/wix-users