]> granicus.if.org Git - graphviz/commitdiff
Win tweak panel for graph, default node and default edge attributes
authorglenlow <devnull@localhost>
Tue, 1 Apr 2008 16:39:16 +0000 (16:39 +0000)
committerglenlow <devnull@localhost>
Tue, 1 Apr 2008 16:39:16 +0000 (16:39 +0000)
windows/graphviz.wxs.in

index 1508ea4559e98108042f30491777a8b225930f33..0c7eff2175087d34cfdad3cd5d96668365fc3765 100755 (executable)
@@ -60,6 +60,9 @@
                                                        </File>
                                                        <RemoveFolder Id="ApplicationProgramMenuFolder" Directory="ApplicationProgramMenuFolder" On="uninstall" />
                                                </Component>
+                                               <Component Id="attributes.xml" Guid="7740171C-8A24-4720-9168-87575F6EF963">
+                                                       <File Id="attributes.xml" Name="attributes.xml" KeyPath="yes" Source="..\doc\schema\attributes.xml" />
+                                               </Component>
                                        </Directory>
                                        <Directory Id="include" Name="include" />
                                        <Directory Id="lib" Name="lib" />
@@ -83,6 +86,7 @@
                <Feature Id="gui" Title="Viewer Application" Level="1">
                        <!-- refer to the viewer application -->
                        <ComponentRef Id="Graphviz.exe" />
+                       <ComponentRef Id="attributes.xml"/>
                </Feature>
 
                <CustomAction Id="PreventDowngrading" Error="Same or newer version already installed." />