]> granicus.if.org Git - graphviz/commitdiff
used real UUID for Product/@UpgradeCode and Upgrade/@Id, dropped Corporation from...
authorglenlow <devnull@localhost>
Thu, 6 Mar 2008 11:39:12 +0000 (11:39 +0000)
committerglenlow <devnull@localhost>
Thu, 6 Mar 2008 11:39:12 +0000 (11:39 +0000)
windows/graphviz.wxs.in

index fd8e0deae206f166499984893aea0d7934534ea6..cf4617bbdb91abbeb5018308bb64bcd617adeb59 100755 (executable)
@@ -5,14 +5,14 @@
                Name="Graphviz"
                Language="1033"
                Version="@VERSION@"
-               Manufacturer="AT&amp;T Corporation"
-               UpgradeCode="12345678-1234-1234-1234-123456789013">
+               Manufacturer="AT&amp;T"
+               UpgradeCode="AF1FC8C2-70F0-449C-AF20-B43545CC68D1">
                <!-- Product Id is autogenerated, so every build is a "major upgrade" -->
 
                <Package
                        Description="AT&amp;T Graphviz"
                        Comments="AT&amp;T Graphviz - Graph Visualization Software"
-                       Manufacturer="AT&amp;T Corporation"
+                       Manufacturer="AT&amp;T"
                        InstallerVersion="200"
                        Compressed="yes" />
 
@@ -24,7 +24,7 @@
 
                <Media Id="1" Cabinet="graphviz.cab" EmbedCab="yes" />
 
-               <Upgrade Id="12345678-1234-1234-1234-123456789013">
+               <Upgrade Id="AF1FC8C2-70F0-449C-AF20-B43545CC68D1">
                        <!-- don't install over same or newer versions -->
                        <UpgradeVersion
                                Minimum="@VERSION@"