And be aware, we are still investigating to see if the implementation has any bad side effects (like your Component GUIDs randomly changing)...
-----Original Message----- From: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 14:22 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Autogen GUIDs for components Thanks Rob, that would do it. If anyone else is interested you can do something like this: <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="INSTALLDIR" Name="wwwroot" ComponentGuidGenerationSeed="PUT-GUID-HERE"> <Component Id="Default.html" Guid="*"> <File Source="Default.html" KeyPath="yes" /> </Component> <Component Id="MyPage.html" Guid="*"> <File Source="MyPage.html" KeyPath="yes" /> </Component> </Directory> </Directory> Neil -----Original Message----- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 05 November 2008 21:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Autogen GUIDs for components Directory/@ComponentGuidGenerationSeed -----Original Message----- From: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 13:37 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Autogen GUIDs for components I was wondering if there was a possibility to relax the "standard directories" rule. The example I was think of was installing files in to a web folder e.g. C:\inetpub\wwwroot. It would be really useful to auto generate files for these folders and use the Guid="*" syntax. Neil ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users