>Can you explain what you mean by "proper GUIDs"?
>I wasn't aware that Votive was generating bad GUIDs.

GUID data type (http://msdn.microsoft.com/en-us/library/aa368767(VS.85).aspx) 
requires GUIDs to be all upper-case:

" Note that utilities such as GUIDGEN can generate GUIDs containing lowercase 
letters. These must all be changed to uppercase letters before the GUID can be 
used by the installer as a valid product code, package code, or component code."


>Votive does not do any conversion. We tried to get all uppercase letters for
>the GUID, but Visual Studio automatically generates those when it creates
>the project templates. There may be a way around it by using the Wizard
>infrastructure, but it was a low priority item.
>
>Justin

Now I see where problem is.  Still, it might be a good idea to put some 
comments regarding changing the wizard generated GUIDs.


Alex


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to