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.

------------------------------------------------------------------------------------------------------------------------------------------------

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."
       <wix-users@lists.sourceforge.net>
Message-ID:
       <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

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 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:
>
> <Package Id="33338548-RRRR-4T1F-ZZZZ-4CRDD899XXXX"  Manufacturer="Goofle"
> InstallerVersion="200" Languages="1033" Compressed="yes"
> SummaryCodepage="1252" />
>
> The problem is above generates warning during compilation, is there anyway
> to eliminate the
> warning during compile?  Is there better way to ensure compatibility?
>
> Thank you.
> -------------------------------------------------------------------------
> 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

Reply via email to