Re: [WiX-users] WIX uninstall compatibility

2008-09-03 Thread Alexander Shevchuk
: [WiX-users] WIX uninstall compatibility Oh, nevermind the malformed GUID, I know it is wrong I do have proper GUID on the actual code and it works. I just want to know how to eliminate the warning messages or do this properly. Anyone? Thank you

Re: [WiX-users] WIX uninstall compatibility

2008-09-03 Thread Jay H. Cho
. Message: 6 Date: Wed, 3 Sep 2008 12:30:10 -0400 From: "Jeff Yates" <[EMAIL PROTECTED]> Subject: Re: [WiX-users] WIX uninstall compatibility To: "General discussion for Windows Installer XML toolset."

Re: [WiX-users] WIX uninstall compatibility

2008-09-03 Thread Jeff Yates
That's an illegal GUID. GUIDs are in hex and so only contain the digits 0-9 and letters A-F. Use GuidGen to generate one for you - don't make one up yourself. On Wed, Sep 3, 2008 at 12:20, Jay H. Cho <[EMAIL PROTECTED]> wrote: > Hi, everyone > > I have question on maintaining uninstall version c

[WiX-users] WIX uninstall compatibility

2008-09-03 Thread Jay H. Cho
Hi, everyone I have question on maintaining uninstall version compatibility. In order to make new msi build able to uninstall the previous version I assigned fixed guid to Id attribute in my package tag; looks like below: The problem is above generates warning during compilation, is there anywa