[WiX-users] COM interop registration

2007-07-06 Thread Cosmin Manoliu
Hi, Can you please tell me how to register correctly a .NET assembly for COM? The wxs code generated by heat is not correct. I would like to use (or something else) construct rather then raw registry keys/values. Thank you Cosmin ---

[WiX-users] User data with per-machine installation

2007-06-27 Thread Cosmin Manoliu
Hello all, I have to install data files which must be accessible (read/write) by all users on that machine. I am doing a per-machine installation. My question is where is correct to install the data: 1) CommonAppDataFolder If I install the data here all users will use the same data. For this re

Re: [WiX-users] Wix Extension useable for 64 and 32 bit products

2007-05-30 Thread Cosmin Manoliu
Many thanks. This is the most convenient solution for me (having only 32 bit custom actions). Rob Mensching wrote: > 1. No. You can use 32-bit CustomActions in a 64-bit package. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Co

Re: [WiX-users] Wix Extension useable for 64 and 32 bit products

2007-05-28 Thread Cosmin Manoliu
shal that data to your extension in the > linker. An unreal table would probably be useful for that. > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of *Cosmin > Manoliu > *Sent:* Friday, May 25, 2007 4:15 AM > *To:* WiX-users@lists.sourceforge.net >

[WiX-users] Wix Extension useable for 64 and 32 bit products

2007-05-25 Thread Cosmin Manoliu
Hello, Sorry for the double post. I saw that my previous post is not readable on Sourceforge mail list web interface. I re-send it using the plain text. I am using WiX 3. I am trying to develop a WiX extension for my custom actions. I follow the WiX Extension model. So far I did not found a go

[WiX-users] Wix Extension useable for 64 and 32 bit products

2007-05-25 Thread Cosmin Manoliu
Hello, I am using WiX 3. I am trying to develop a WiX extension for my custom actions. I follow the WiX Extension model. So far I did not found a good way to accomplish following: I would like to have the same WiX Extension use able on both 32 bit products and 64 bit products. As I understan