Is there a way to set registry key, other then editing system.reg/user.reg file? For DIB engine we can export WINEDIB=ON or edit registry, is this the case with other registry keys as well? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20090524/b69fa546/attachment.htm>
James Huk wrote:> Is there a way to set registry key?Ever heard of regedit? Wine has one too. James Huk wrote:> For DIB engine we can export WINEDIB=ON or edit registry, is this the > case with other registry keys as well?Environment variables and registry has nothing to do with each other. What "other registry keys" are you talking about? If it's registry, obviously it's not an environment variable.
James Huk wrote:> so there is no other way then to manipulate either user.reg or use regedit?The only correct way is regedit. Directly modifying *reg files in WINEPREFIX will eventually corrupt them, or won't preserve any of your changes. Also who said you have to create a .reg file to import it with regedit? You can feed something to it from stdin. Should be able to, except it's broken atm... James Huk wrote:> One more quick question... maybe someone know, can I put native Windows dll's on my site for download? Is it legal?No, it's not legal. If you read EULA it says you do not have rights to redistribute any part of an O/S.
On Sun, May 24, 2009 at 6:03 PM, James Huk <huk256 at gmail.com> wrote:> Is there a way to set registry key, other then editing system.reg/user.reg > file? For DIB engine we can export WINEDIB=ON or edit registry, is this the > case with other registry keys as well?You can import a registry key with 'wine regedit.exe foo.reg'. No, most other options don't support environmental variables. I believe WINEDEBUG may allow it though. For scripting the registry key stuff, look at: http://winezeug.googlecode.com/svn/trunk/build_script/daily.sh There are several examples there, look at disabling gecko, fbo/pbuffer, or disabling the graphical debugger. -- -Austin