Hooray...Fantastic!! it works!!! appreciate :))

And i get error message while trying to update binary values though..code is
as follows


<Registry Id="PCPERegUnCooperativeApps" Root="HKLM"
Key="Software\Wow6432Node\Product\Shutdown">
                <Registry Action="write" Name="UnCooperativeApps"
Type="binary"
Value="#x{4E4F5445530046726F6E74506167654578706C6F72657257696E646F7734300000}"
xmlns="http://schemas.microsoft.com/wix/2006/wi"; />
              </Registry>

Any similar suggestions?



Daryn Mitchell wrote:
> 
> Anidil,
> 
> Does it help if you pass Value='1' instead of Value='#0x00000001(1)'?
> 
> Daryn.
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Anidil [...]
> Now that i don't get permission denied message after prefexing # for all
> the
> DWORD types as follows :
> 
> <Registry Id="PCPERegNotification" Root="HKLM"
> Key="Software\Wow6432Node\Product\Notification">
>                 <Registry Action="write" Name="Notification Sounds
> Enabled"
> Type="integer" Value="#0x00000001 (1)"
> xmlns="http://schemas.microsoft.com/wix/2006/wi"; />
>               </Registry>
> 
> but i see that the registry is getting updated as type REG_SZ... :(
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >>  http://get.splunk.com/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-writing-registry-values-tf4149618.html#a11825115
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to