I need to generate a GUID as a part of installation process, not for a component. Custom action I guess...
-----Original Message----- From: Brian Rogers [mailto:[email protected]] Sent: Monday, December 22, 2008 11:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Generate GUID at install time Hey Alex, There isn't a way to generate a GUID AT install time. However, placing a '*' in the Component/@GUID attribute should give you what you want. Hope that helps, Brian -----Original Message----- From: Alex Ivanoff <[email protected]> Sent: Monday, December 22, 2008 09:24 To: General discussion for Windows Installer XML toolset. <[email protected]> Subject: [WiX-users] Generate GUID at install time Is there a WIX extension to generate a GUID? ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

