In a 32-bit MSI you can mark a component as 64-bit and it will write to the 
64-bit registry.  You 
can't get a 32-bit MSI to write to the 64-bit folders though.  If you need it 
to do that you'll have 
to make a separate 64-bit MSI.

Rob

On 16/04/2010 10:39, Thomas Kehl wrote:
> Hi together.
>
> I install a 32bit Application with wix. This is working fine. Now, I have a 
> x64-dll (shellextension) which I have to register. Now, How can I do this? I 
> have a condition that belong to the OS if the dll should be installed or not. 
> This is working great. Now, I should write some registry-entries. But this 
> Entries should not be written to Wow6432Node. It is realy only one dll and 
> three/four keys I should install. I hope there is a simple solution to do 
> this.
>
> Can someone give me a tip, how I can do this? - Thank you very much!
>
> Best Regards, thomas
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to