Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-26 Thread Blair
: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components Thanks for information on FIPS, I'm pretty sure I won't be needing to work with that at all. This product is a server/client configuration. The server is almost entirely .NET, we do have one service that requries a few registr

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-26 Thread MikeR
Thanks for information on FIPS, I'm pretty sure I won't be needing to work with that at all. This product is a server/client configuration. The server is almost entirely .NET, we do have one service that requries a few registry keys but it's not for COM registration or anything just application

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-26 Thread Blair
nse or other similar requirement. If you don't know about it, you aren't doing it . http://en.wikipedia.org/wiki/FIPS_140 -Original Message- From: MikeR [mailto:michael.ru...@gmail.com] Sent: Monday, January 25, 2010 2:02 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-u

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-25 Thread MikeR
What is the FIPS switch? I haven't heard of it, so I'm assuming it's not something I'll likely be changing in our builds. We do our builds through Team Build, so whatever default settings are passed to the WiX tools from WiX MSBuild tasks are what I'm using and won't likely be changing anytime s

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-22 Thread Blair
m: MikeR [mailto:michael.ru...@gmail.com] Sent: Friday, January 22, 2010 10:40 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components How exactly does the Guid="*" work? I've seen and read this in the WiX SDK before. The

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-22 Thread MikeR
How exactly does the Guid="*" work? I've seen and read this in the WiX SDK before. The , , , elements support auto-generation of GUIDs every time you build your project by specifying a * in place of the GUID. The way it reads to me it sounds like the GUID would get randomly changed every time

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-22 Thread Blair
won't match whatever you currently have been using. -Original Message- From: MikeR [mailto:michael.ru...@gmail.com] Sent: Friday, January 22, 2010 6:50 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components Currently I have some WiX p

Re: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-22 Thread Bryan Reich
ix-users@lists.sourceforge.net Subject: [WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components Currently I have some WiX projects that build both an x86 and x64 MSI. Many of our components contain .NET assemblies that target Any CPU so the fact that the components differ at all is ju

[WiX-users] WiX syntax for GUIDs for 32-bit/64-bit components

2010-01-22 Thread MikeR
Currently I have some WiX projects that build both an x86 and x64 MSI. Many of our components contain .NET assemblies that target Any CPU so the fact that the components differ at all is just to properly support Windows Installer method of managing x86/x64 components based on the target OS. Now,